npx skills add https://github.com/tychohq/agent-skills --skill flightsInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
A curated collection of agent skills — tested, maintained, and ready to use.
These skills follow the open Agent Skills standard (SKILL.md format) and work with Claude Code, Codex, Cursor, Copilot, Cline, Windsurf, OpenClaw, and 18+ other agent platforms.
skills/ ← Platform-agnostic skills (discovered by skills.sh)
openclaw-skills/ ← OpenClaw-specific skills (ClawHub only)
skills/ — Works with any agent. Installed via npx skills add or clawhub install.
openclaw-skills/ — Depends on OpenClaw's session system, workspace layout, or cron infrastructure. Published to ClawHub only. Not discovered by skills.sh.
# Install all portable skills
npx skills add brennerspear/agent-skills
# Install a specific skill
npx skills add brennerspear/agent-skills --skill commit
# Portable skills
clawhub install brennerspear/<skill-name>
# OpenClaw-specific skills
clawhub install brennerspear/<skill-name> # from openclaw-skills/
Copy any skill folder into your agent's skills directory.
| Skill | Description |
|---|---|
| commit | Create git commits with contextual messages and push |
| deslop | Remove AI-style code slop from a branch |
| diagrams | Generate flow diagrams, architecture diagrams, system maps (ELK → SVG/PNG) |
| architecture-research | Research and diagram codebase architecture |
| tmux | Remote-control tmux sessions for interactive CLIs |
| domain-check | Check domain availability and manage domains via Vercel |
| vercel | Deploy and manage Vercel projects |
| vercel-speed-audit | Audit and optimize Vercel build and deploy speed |
| Skill | Description |
|---|---|
| research | Conduct deep research with interactive + deep research modes |
| flights | Search flights via Google Flights |
| Skill | Description |
|---|---|
| caddy | Manage Caddy reverse proxy routes |
| dev-serve | Start and manage tmux-backed dev servers exposed via Caddy |
| Skill | Description |
|---|---|
| amazon | Buy and return items on Amazon via browser automation |
openclaw-skills/)| Skill | Description |
|---|---|
| cron-setup | Create and manage OpenClaw cron jobs |
| self-reflection | Periodic self-reflection on recent sessions |
| system-watchdog | Monitor system health with OpenClaw cron integration |
Each skill documents its own requirements in the SKILL.md file. Common requirements include:
git, gh, ffmpeg, jq, caddy, etc.agent-browser + Chrome with CDP for web-based skills# skills.sh
npx skills check # check for updates
npx skills update # pull updates
# ClawHub
clawhub update --all
Found a bug or have an improvement? Open an issue or PR.
MIT