发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
BookStack API Commands Reference
Full command reference for `scripts/bookstack.py`.
NexusMessaging — Persistent Polling (Daemon Mode)
Commands for agents that run as long-lived processes (not cron-based). These maintain a continuous polling loop in the foreground.
Otter.ai CLI
CLI for interacting with Otter.ai meeting notes and transcripts via the `otter` command.
webcli — Headless Browser CLI
You have access to a headless browser via the `webcli` command. Use it to navigate websites, read content, interact with elements, take screenshots, and get accessibility snapshots.
n8n_dispatch Agent Skill
This skill bridges OpenClaw with your existing n8n‑dispatch service via mcporter. It exposes a single command `dispatch` that forwards the user’s request type and prompt to the registered MCP service.
VAGUS - Phone MCP Connection
VAGUS gives you access to the user's Android phone through the Model Context Protocol. You interact with it by running subcommands of the connection script at `{baseDir}/scripts/vagus-connect.js`.
Neomutt Commander
Use when the user wants to read, search, or organise their email inbox, read message content, manage folders, archive messages, or draft a reply or new message — all from the terminal via IMAP. Works with Gmail, Fastmail, Outlook, and any IMAP provider.
cTrader Commander
Use when the user wants to place trades, check positions or balance, get live prices, fetch candles, or manage orders on a cTrader account.
Bay Club Manager
This skill uses Stagehand and TypeScript to automate browser bookings. When the user asks to book or check courts: 1. Use the `shell` tool to run the implementation script. 2. The command to run is: `NODE_ENV=development STAGEHAND_ENV=LOCAL HEADLESS=true npx ts-node --transpile-only {baseDir}/bayclub_skills.ts` 3. Pass user arguments (date, time, club) as strings to the script.
AOI OpenClaw Security Toolkit (Core)
**Why**: Prevent “one bad commit” incidents (accidental file leakage + secret exposure) with a fast, local-only, fail-closed check. **When**: Before committing/pushing, before publishing a skill, and when reviewing scripts/skills for unexpected egress behavior. **How**: Run a single command to get PASS/WARN/BLOCK and an optional redaction-safe report. **Scope**: Detection + reporting only (no auto-fix, no uploads, no auto-posting). **Quickstart**: `openclaw-sec check --preset repo --diff staged`