Skills Drill 7-1 Requisition Activity

Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, o…

Skills Drill 7-1 Requisition Activity 1

Search and discover OpenClaw skills from various sources. Use when: user wants to find available skills, search for specific functionality, or discover new s...

Skills Drill 7-1 Requisition Activity 2
Create skills//SKILL.md Use template from assets/SKILL-TEMPLATE.md Follow Agent Skills spec: YAML frontmatter with name and description Name must match folder name No README.md inside skill folder Extraction Detection Triggers Watch for these signals that a learning should become a skill: In conversation: "Save this as a skill"
Skills Drill 7-1 Requisition Activity 3

Search skills.sh registry from CLI. Find and discover agent skills from the skills.sh ecosystem.

Skills Drill 7-1 Requisition Activity 4

Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to ...

The Skills CLI (npx skills) is the package manager for the open agent skills ecosystem. Skills are modular packages that extend agent capabilities with specialized knowledge, workflows, and tools. Key commands: npx skills find [query] - Search for skills interactively or by keyword npx skills add - Install a skill from GitHub or other ...
Skills Drill 7-1 Requisition Activity 6