imsg

ZhdanDesignZhdanDesign

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

195 days ago

coding-agent

ZhdanDesignZhdanDesign

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.

195 days ago

web-search

ZhdanDesignZhdanDesign

Web search via the Tavily API (AI-optimized). Use to find up-to-date information on the internet.

195 days ago

GitHub integration

ZhdanDesignZhdanDesign

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.

195 days ago

mcporter

ZhdanDesignZhdanDesign

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.

195 days ago

healthcheck

ZhdanDesignZhdanDesign

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).

195 days ago

summarize

ZhdanDesignZhdanDesign

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

195 days ago

self-learning-loop

ZhdanDesignZhdanDesign

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.

195 days ago

memory-management

ZhdanDesignZhdanDesign

Agent memory management — long-term (MEMORY.md), short-term (daily notes), and context. Use to organize persistent storage of information across sessions.

195 days ago

master-init

ZhdanDesignZhdanDesign

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).

195 days ago

Master Init

ZhdanDesignZhdanDesign

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.

195 days ago