Get up and running with askill in 5 minutes.
curl -fsSL https://askill.sh | shnpm install -g askill-clinpx askill-cli add gh:anthropic/courses@prompt-engaskill --version# Browse popular skills
askill find
# Search by keyword
askill find memory
# Search by tag
askill find --tag gitaskill info @anthropic/memoryOutput:
@anthropic/memory
Persistent memory management for AI agents
Author: anthropic
Version: 1.2.0
Stars: 1,234
AI Score: 95/100
Tags: memory, context, persistence
Install: askill add @anthropic/memory
You can also browse skills on askill.sh, where each skill shows its AI Quality Score across 5 dimensions (Safety, Clarity, Reusability, Completeness, Actionability). This strict screening helps filter risky skills and push excellent ones higher in the rankings.
askill add @anthropic/memoryThe CLI will:
- Download the skill
- Detect installed agents (Claude Code, Codex, OpenCode, OpenClaw, Cursor, etc.)
- Ask which agents to configure
- Install and configure automatically
◆ askill add
Installing @anthropic/memory...
Found 2 agent(s):
✓ Claude Code
✓ Cursor
? Install to which agents?
› [x] Claude Code
[x] Cursor
✓ Installed to 2 agent(s)
Done!
Now your agent knows about the skill! Just ask:
"Use the memory skill to remember that I prefer TypeScript"
The agent will read the skill's instructions and act accordingly.
You can also install skills directly from GitHub repositories:
# Install from a specific path in a repo
askill add gh:facebook/react/scripts/error-codes
# The gh: prefix indicates an indexed (non-published) skillSome skills provide commands:
askill run <skill>:<command> [args]
# Examples
askill run @anthropic/memory:save --key preferences --value "likes TypeScript"
askill run @anthropic/memory:recall --key preferencesaskill list
# Output:
# Installed skills:
# @anthropic/memory (v1.2.0) - Claude Code, Codex, OpenCode, OpenClaw, Cursor
# gh:facebook/react/scripts/error-codes - Claude Code# Update a specific skill
askill update @anthropic/memory
# Update all skills
askill updateaskill remove @anthropic/memory# Install globally (available everywhere)
askill add -g @anthropic/memory
# Install for current project only (default)
askill add @anthropic/memory# Install only for specific agents
askill add @anthropic/memory --agent claude-code cursor- SKILL.md Specification - Create your own skill
- Publishing Guide - Share your skill
- CLI Reference - All available commands
# Submit a GitHub URL for indexing
askill submit https://github.com/owner/repo
# Login with account token and publish a local skill
askill login
askill publish