79959 Skills Available

Find awesome
Agent Skills

Agent-Skills.md is a agent skills marketplace, to find the right agent skills for you.

Popular searches

notion

Notion API for creating and managing pages, databases, and blocks.

steipete
steipete
341,75467,475

trello

Manage Trello boards, lists, and cards via the Trello REST API.

steipete
steipete
341,75467,475

model-usage

Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.

steipete
steipete
341,75467,475

summarize

Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).

steipete
steipete
341,75467,475

obsidian

Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.

steipete
steipete
341,75467,475

openai-whisper-api

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

steipete
steipete
341,75467,475

bear-notes

Create, search, and manage Bear notes via grizzly CLI.

steipete
steipete
341,75467,475

sherpa-onnx-tts

Local text-to-speech via sherpa-onnx (offline, no cloud)

steipete
steipete
341,75467,475

weather

Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.

steipete
steipete
341,75467,475

nano-pdf

Edit PDFs with natural-language instructions using the nano-pdf CLI.

steipete
steipete
341,75467,475

tmux

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

steipete
steipete
341,75467,475

openai-whisper

Local speech-to-text with the Whisper CLI (no API key).

steipete
steipete
341,75467,475

things-mac

Manage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks OpenClaw to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.

steipete
steipete
341,75467,475

goplaces

Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts.

steipete
steipete
341,75467,475

skill-creator

Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".

steipete
steipete
341,75467,475

voice-call

Start voice calls via the OpenClaw voice-call plugin.

openclaw
openclaw
336,90865,980

himalaya

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

openclaw
openclaw
336,90865,980

imsg

iMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.

openclaw
openclaw
336,90865,980

wacli

Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).

openclaw
openclaw
336,90865,980

mcporter

Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.

openclaw
openclaw
336,90865,980

blucli

BluOS CLI (blu) for discovery, playback, grouping, and volume.

openclaw
openclaw
336,90865,980

bluebubbles

Use when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel="bluebubbles".

openclaw
openclaw
336,90865,980

eightctl

Control Eight Sleep pods (status, temperature, alarms, schedules).

openclaw
openclaw
336,90865,980

camsnap

Capture frames or clips from RTSP/ONVIF cameras.

openclaw
openclaw
336,90865,980

gifgrep

Search GIF providers with CLI/TUI, download results, and extract stills/sheets.

openclaw
openclaw
336,90865,980

gog

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

openclaw
openclaw
336,90865,980

video-frames

Extract frames or short clips from videos using ffmpeg.

openclaw
openclaw
336,90865,980

github

GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.

openclaw
openclaw
336,90865,980

goplaces

Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts.

openclaw
openclaw
336,90865,980

clawhub

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

openclaw
openclaw
336,90865,980

1password

Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.

openclaw
openclaw
336,90865,980

trello

Manage Trello boards, lists, and cards via the Trello REST API.

openclaw
openclaw
336,90865,980

discord

Discord ops via the message tool (channel=discord).

openclaw
openclaw
336,90865,980

apple-reminders

Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.

openclaw
openclaw
336,90865,980

bear-notes

Create, search, and manage Bear notes via grizzly CLI.

openclaw
openclaw
336,90865,980

blogwatcher

Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.

openclaw
openclaw
336,90865,980

gemini

Gemini CLI for one-shot Q&A, summaries, and generation.

openclaw
openclaw
336,90865,980

coding-agent

Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/clawd workspace (never spawn agents here). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.

openclaw
openclaw
336,90865,980

apple-notes

Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.

openclaw
openclaw
336,90865,980

openai-whisper-api

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

openclaw
openclaw
336,90865,980

weather

Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.

openclaw
openclaw
336,90865,980

obsidian

Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.

openclaw
openclaw
336,90865,980

oracle

Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).

openclaw
openclaw
336,90865,980

skill-creator

Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".

openclaw
openclaw
336,90865,980

things-mac

Manage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks OpenClaw to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.

openclaw
openclaw
336,90865,980

tmux

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

openclaw
openclaw
336,90865,980

notion

Notion API for creating and managing pages, databases, and blocks.

openclaw
openclaw
336,90865,980

songsee

Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.

openclaw
openclaw
336,90865,980

spotify-player

Terminal Spotify playback/search via spogo (preferred) or spotify_player.

openclaw
openclaw
336,90865,980

openai-whisper

Local speech-to-text with the Whisper CLI (no API key).

openclaw
openclaw
336,90865,980

Page 2 of 1600 · 79959 results

Adoption

Agent Skills are supported by leading AI development tools.

FAQ

Frequently asked questions about Agent Skills.

01

What are Agent Skills?

Agent Skills are reusable, production-ready capability packs for AI agents. Each skill lives in its own folder and is described by a SKILL.md file with metadata and instructions.

02

What does this agent-skills.md site do?

Agent Skills is a curated directory that indexes skill repositories and lets you browse, preview, and download skills in a consistent format.

03

Where are skills stored in a repo?

By default, the site scans the skills/ folder. You can also submit a URL that points directly to a specific skills folder.

04

What is required inside SKILL.md?

SKILL.md must include YAML frontmatter with at least name and description. The body contains the actual guidance and steps for the agent.

05

How can I submit a repo?

Click Submit in the header and paste a GitHub URL that points to a skills folder. We’ll parse it and add any valid skills to the directory.