Claude Skill
cosmicstack-labs/mercury-agent-skills
A curated registry of reusable Mercury Agent, Open Claw, and Hermes Agent skills for real developer workflows, persistent memory, and token-efficient execution.
Overview
Repository
Install this Skill
git clone https://github.com/cosmicstack-labs/mercury-agent-skills.gitRegistry
git clone https://github.com/cosmicstack-labs/mercury-agent-skills.gitnpm install -g @cosmicstack/mercury-agent
Summary
A curated registry of reusable skills for Mercury Agent, Open Claw, and Hermes Agent, designed for real developer workflows, persistent memory, and token-efficient execution.
一个精心策划的可复用技能注册表,涵盖Mercury Agent、Open Claw或Hermes Agent技能,专为真实开发者工作流、持久化内存及高效执行设计。
Key features
- Curated registry of reusable agent skills
- Supports Mercury Agent, Open Claw, and Hermes Agent
- Designed for real developer workflows
- Persistent memory integration
- Token-efficient execution
Use cases
- Building AI agents with reusable skill modules
- Enhancing developer productivity with persistent memory
- Optimizing token usage in agent workflows
- Rapid prototyping with pre-built agent skills
README excerpt
# Mercury Skills <p align="center"> <img src="assets/mercury-agent-skills-card.png" alt="Mercury Skills" width="75%" style="max-width: 700px; height: auto;"> </p> <p align="center"> <a href="https://skills.mercuryagent.sh"><strong>Browse the registry</strong></a> • <a href="https://mercuryagent.sh"><strong>Mercury Agent</strong></a> • <a href="./CATALOG.md"><strong>Catalog</strong></a> • <a href="./CONTRIBUTING.md"><strong>Contribute</strong></a> </p> **An open-source library of `SKILL.md` playbooks for AI agents.** Browse and install on [skills.mercuryagent.sh](https://skills.mercuryagent.sh), or pull them directly from the [Mercury Agent](https://mercuryagent.sh) CLI. **132 skills across 23 categories** — hand-curated, production-ready, and compatible with every major agent: Mercury, Claude Code, Codex CLI, OpenClaw, Hermes, Cursor, and Gemini CLI. --- ## Quick Start ### From the Mercury CLI (recommended) ```bash # List what's available mercury skills search "react patterns" # Install one skill mercury skills install frontend/react-patterns # Install several at once mercury skills install ai-ml/prompt-engineering devops/docker security/threat-modeling ``` Installed skills land in `~/.mercury/skills/<category>/<slug>/SKILL.md` and are picked up automatically by your agent. ### From the web Open [**skills.mercuryagent.sh**](https://skills.mercuryagent.sh), pick a skill, copy the install line for your agent — every skill page ships ready-made install steps for Mercury, Claude Code, Codex, OpenClaw, Hermes, and "any other agent that understands SKILL.md". ### Clone the whole library ```bash git clone https://github.com/cosmicstack-labs/mercury-agent-skills.git ``` Drop individual skills into your agent's skills directory: | Agent | Skills direct