Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
gupsammy avatar

Create Claw Skill

  • 32 installs
  • 269 repo stars
  • Updated June 11, 2026
  • gupsammy/claudest

Create-claw-skill is an agent skill that scaffolds OpenClaw-native SKILL.md patterns and live doc lookup for the pi-coding-agent ecosystem.

About

Create-claw-skill helps solo and indie builders package reusable capabilities for the OpenClaw / pi-coding-agent stack rather than default Claude Code layouts. It blends a concrete fetch-page skill template—URL argument, web_fetch, concise summary, error handling—with an OpenClaw ecosystem pattern guide so new skills follow platform conventions. Authors learn to research official behavior through the clawdocs CLI (get, search, fetch) and to design bodies that delegate work via OpenClaw session/sub-agent patterns instead of copying Anthropic-only assumptions. Use it when you are authoring or refactoring SKILL.md files for OpenClaw gateways, groups, exec tools, or when documentation drift would break generated skills. The skill matters because agent marketplaces reward portable, well-scoped skills; getting frontmatter, invocation, and doc lookup wrong wastes agent turns and breaks user-invocable flows.

  • Documents OpenClaw-only patterns (clawdocs CLI, sub-agent sessions) absent from Claude Code skill docs
  • Includes fetch-and-summarize page workflow via web_fetch with 3–5 sentence summaries and link callouts
  • Steers authors toward live clawdocs slugs (tools/skills, system-prompt, exec) instead of hardcoded docs
  • Supports user-invocable skills with argument hints for URL-driven fetch flows

Create Claw Skill by the numbers

  • 32 all-time installs (skills.sh)
  • Ranked #401 of 782 Skill Development skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/gupsammy/claudest --skill create-claw-skill

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs32
repo stars269
Security audit2 / 3 scanners passed
Last updatedJune 11, 2026
Repositorygupsammy/claudest

What it does

Generate OpenClaw- and pi-coding-agent–compatible agent skills using ecosystem conventions instead of Claude Code patterns.

Who is it for?

Best when you're shipping custom OpenClaw skills and need fetch-page examples plus ecosystem-specific authoring rules in one place.

Skip if: Skip if you're only on Claude Code with no OpenClaw gateway, or anyone and only needs a one-off URL summary without authoring a reusable skill package.

When should I use this skill?

Authoring or converting agent skills for OpenClaw / pi-coding-agent when Claude Code defaults do not apply.

What you get

You get OpenClaw-aligned skill structure, documented research commands, and fetch/summarize patterns ready to ship in the OpenClaw catalog.

  • OpenClaw-conformant SKILL.md draft with process steps
  • clawdocs lookup commands embedded for maintainable doc references

By the numbers

  • Fetch workflow uses a 4-step process (fetch, 3–5 sentence summary, links, error handling)
  • Documents 3 clawdocs command modes: get, search, fetch

Files

examples/sample-command/SKILL.mdMarkdownGitHub ↗

Fetch Page

Fetch the content of a URL and produce a concise summary.

Process

1. Fetch the URL passed as $1 using the web_fetch tool 2. Summarize the main content in 3–5 sentences, preserving key facts and figures 3. List any notable links or resources mentioned in the page 4. If the URL is inaccessible, report the error and suggest checking the URL format

Related skills

How it compares

Use as an OpenClaw skill authoring guide—not a generic skills.sh meta skill or an MCP server integration.

FAQ

Who is create-claw-skill for?

Developers packaging agent skills for OpenClaw, pi-coding-agent, or clawdocs-driven workflows who already use Claude Code–style SKILL.md but need platform-specific patterns.

When should I use create-claw-skill?

During Build when drafting agent-tooling skills; during Ship when hardening user-invocable fetch skills; during Operate when refreshing skills against drifting OpenClaw docs via clawdocs.

Is create-claw-skill safe to install?

Review the Security Audits panel on this Prism page and treat generated skills that call web_fetch or shell as network- and filesystem-capable before enabling in production agents.

Skill Developmentagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.