learn
Installation
SKILL.md
Learn — Find & Install Agent Skills
Search 100,000+ skills from agentskill.sh. Delegates all operations to the ags CLI via npx @agentskill.sh/cli. The CLI is auto-downloaded by npx on first use.
All commands below use npx @agentskill.sh/cli with --json for structured output.
Platform Interaction
Different agent platforms have different tools for user interaction. Adapt your approach based on what's available.
If AskUserQuestion tool is available (Claude Code, Cursor, etc.):
- Use
AskUserQuestionfor all user selections (creates interactive buttons) - Include header, question, and labeled options with descriptions
- Max 4 options per question (tool limit)
Related skills