imsg
iMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.
coding-agent
Delegate coding tasks to Codex, Claude Code, or Pi agents via a background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in a temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use a read tool), or any work in ~/clawd workspace (never spawn agents here). Requires a bash tool that supports pty:true.
web-search
Web search via the Tavily API (AI-optimized). Use to find up-to-date information on the internet.
GitHub integration
Work with GitHub using the gh CLI and git. Create repositories, issues, and PRs; manage CI/CD; push and pull. Automatically uses the user's existing credentials.
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.
healthcheck
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).
summarize
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for 'transcribe this YouTube/video').
self-learning-loop
Skill for continuous self-learning of an agent through an install -> evaluate -> refine cycle: selects 1–2 most useful improvements, checks metrics, and commits only those that provide gains or preserve stability.
memory-management
Agent memory management — long-term (MEMORY.md), short-term (daily notes), and context. Use to organize persistent storage of information across sessions.
master-init
Master self-learning skill for agent systems. Use during initial system initialization, when retraining is required, or when you need to quickly set up a new agent platform. Supports presets (minimal/developer/assistant/researcher) and delegation to a teacher (pi/opencode/codex/claude/gemini/ollama).
Master Init
Universal master skill for initializing an agent system: reads isfna.bootstrap.json, pulls repository dependencies, selects skills relevant to the current platform, and installs the minimally required set.