Create a new Agent Skill by analyzing a referenced markdown file or a folder containing multiple markdown files. Use when the user wants to convert documentation into a structured Agent Skill package following the Agent Skills standard.
Transform one or more markdown files into a fully structured Agent Skill folder. This includes generating:
Identify the input type
Extract core elements
assets/.Generate the SKILL.md frontmatter
name: derive from the topic; lowercase, hyphens only.description: concise statement of when to use the skill (≤1024 chars).license: ask the user which license they'd like to use (e.g., MIT, Apache-2.0, proprietary). If they don't specify, omit this field.metadata.author: ask the user for an author name (can be a personal name, team name, or company name). If they don't provide one, omit the metadata section.compatibility) only when appropriate.Write the SKILL.md body
references/.Create folder structure
new-skill-name/
├── SKILL.md
├── references/ # include original markdown files
├── scripts/ # only if procedures can be automated
└── assets/ # templates or examples
name field.Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer