Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By a13-team
Complete OpenClaw development toolkit. Create, validate, and deploy OpenClaw plugins, skills, and agents with guided workflows, comprehensive documentation, and automated validation.
npx claudepluginhub a13-team/openclaw-devGuided workflow to create a new OpenClaw skill from scratch. Walks through requirements, design, implementation, validation, and deployment.
Deploy an OpenClaw skill to an agent's workspace, restart gateway if needed, trigger new session, and verify the skill loaded.
Systematic OpenClaw runtime diagnosis — analyze logs, identify fault patterns, output report, and accumulate new findings. Supports remote Gateways.
Analyze OpenClaw session logs and evolve a skill based on usage data
Validate openclaw.json syntax and semantics before applying — prevent configuration corruption
You are a capability evolution agent for the `openclaw-dev` toolkit. Your job is to diagnose and improve OpenClaw capabilities using the bundled QA module at `plugins/qa`, then verify regressions.
Use this agent when an OpenClaw plugin or compatible bundle has been created or modified and needs comprehensive validation. Triggers: 'validate my plugin', 'check plugin structure', 'review openclaw.plugin.json', 'plugin quality check'.
OpenClaw skill reviewer agent. Use this agent to review an OpenClaw SKILL.md for quality, correctness, and best practices compliance. Checks frontmatter, description effectiveness, body structure, progressive disclosure, and context efficiency.
Use this skill when the user asks to design, implement, audit, or evolve model routing policies across multiple providers/models. Triggers: 'Which model should I use for X?', 'Design a routing policy across many models/providers', 'Work/private/sensitive routing policy', 'Coding should prefer domestic models, but escalate on hard tasks', 'How do we handle future model name changes?', 'Create a router script / policy config / fallback chain', 'Audit current model routing', work/private routing, coding vs research routing, provider safety constraints, fallback chains, slot/alias-based routing, or future-proof model name migration. Includes a runnable router and policy validator.
Use this skill when the user asks about OpenClaw architecture overview, how OpenClaw works internally, session model, channel concepts, workspace structure, agent routing internals, plugin API design (openclaw.plugin.json, api.register*), agent configuration schema (agents.list[], bindings), multi-agent delegation model, SOUL.md/AGENTS.md/USER.md persona design, memory search internals, cron/heartbeat mechanisms, hooks/webhooks architecture, browser automation model, tool policy design, sandbox security model, node pairing protocol, discovery protocol, CLI command reference, source code structure, building from source, testing, releasing, or any OpenClaw internals/theory question. Also use for: 'create an agent', 'scaffold agent', 'create a plugin', 'scaffold plugin', 'sync knowledge', 'update knowledge base'. For hands-on operations (install, debug, configure, fix, diagnose, set up networking) use openclaw-node-operations instead.
Use this skill when asked to install OpenClaw, set up a node, configure a Gateway, onboard a new machine, debug OpenClaw issues (read logs, run doctor, health checks, diagnose faults), fix Gateway problems, set up networking (Tailscale, SSH tunnels), check node status, troubleshoot connectivity, configure remote access, deploy on Linux/Windows/macOS, lint config, validate openclaw.json, check fleet status, query agent/channel/plugin status, or run systematic diagnostics. Also use for: 'diagnose OpenClaw', 'lint my config', 'validate configuration', 'show status', 'fleet status', 'Gateway health', 'check OpenClaw health'. Covers hands-on operations: installation, onboarding, Gateway service management, remote access, cross-OS support, debugging, monitoring, diagnostics, config validation. For architecture/theory questions use openclaw-dev-knowledgebase instead.
Guided workflow for creating, validating, deploying, and evolving OpenClaw skills. Use when asked to 'create a skill', 'build a SKILL.md', 'develop an agent skill', 'validate skill', 'deploy skill', 'evolve skill', 'improve skill from usage data', 'analyze session logs for skill performance', 'upgrade skills based on usage', 'list skills', 'show installed skills', 'what skills are available', or any skill lifecycle task. Covers: requirements, scaffolding, frontmatter, deployment, session verification, data-driven evolution, and skill inventory.
Internal security agent that intercepts and evaluates sub-agent command approval requests. Analyzes commands for safety, auto-approves safe operations, and provides remediation guidance for dangerous commands. This is a middleware agent - it doesn't interact with users directly, only with requesting sub-agents.
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
OpenClaw tools: advisory, troubleshooting, and skill building for OpenClaw
Intelligent OpenClaw (formerly ClawdBot) installation, configuration, and management assistant. Guides users through fresh installs, 23+ channel configurations (Slack, WhatsApp, Telegram, Discord, BlueBubbles, Signal, Google Chat, Teams, Matrix, Feishu/Lark, LINE, and more), troubleshooting, security hardening, tools profiles, SecretRef secrets management, PDF tool, Docker/K8s health probes, and multi-provider model setup. If you can use Claude Code, you can use OpenClaw.
OpenClaw AI assistant integration. Chat, manage sessions, access memory, and run async tasks through your OpenClaw instance.
Multi-agent orchestrator for Claude Code. Track work with convoys, sling to polecats. The Cognition Engine for AI-powered software factories.
Official NanoClaw feature skills — channels, integrations, and tools
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Give your Code Agent full OpenClaw full-stack development capabilities.
An OpenClaw development toolkit for AI code agents. Works as a Claude Code plugin by default, or as an OpenClaw-installable Claude-compatible bundle on other platforms.
git clone https://github.com/a13-team/openclaw-dev.git
# Enable plugin in Claude Code (point to the cloned directory)
The plugin auto-registers — no manual configuration needed.
git clone https://github.com/a13-team/openclaw-dev.git
cd openclaw-dev
openclaw plugins install .
openclaw plugins inspect openclaw-dev
OpenClaw recognizes this repo as a Claude-compatible bundle. Currently reliably mapped: skills/, commands/ and other bundle capabilities. agents/ remains detect-only and should not be used as an OpenClaw native agent plugin.
cd openclaw-dev && bash install.sh
Auto-detects installed agents and distributes to each platform's convention directory. On Windows, prefer .\install.ps1.
Update (clean refresh):
cd openclaw-dev && git pull && bash install.shcd openclaw-dev; git pull; .\install.ps1The installer uses Manifest Sync — automatically tracks installed skills and commands. When you delete a skill and re-run
install.sh, old versions are precisely cleaned from target directories, leaving no ghost files. User-created skills in the target directory are not affected.
Use natural language or /commands directly in your code agent:
帮我安装 OpenClaw → Auto-execute install, onboard, Gateway config
OpenClaw 架构原理 → Read architecture docs and internals
创建一个 skill → Complete lifecycle: requirements → design → implement → validate → deploy
帮我在这台 Linux 服务器上安装 OpenClaw,配置 Gateway 和 Tailscale
Cross-platform install (macOS / Linux / Windows WSL2), includes onboard, Gateway service, and networking.
/diagnose
OpenClaw Gateway 频繁重启,帮我诊断
Systematic log analysis → match known fault patterns → locate root cause → provide fix steps. Each new pattern found automatically沉淀, improves over time.
/status
/status home-mac
/status ALL
Unified status view of Gateway, Agents, Channels, Plugins. Supports parallel multi-Gateway queries.
/lint-config
Validates openclaw.json syntax, required fields, security settings, and path accessibility. Prevents config errors that break the Agent.
帮我给 momiji agent 创建一个语音播报技能
/create-skill
/deploy-skill
/validate-skill
Full Skill development lifecycle: requirements → design → implement → validate → deploy.
/evolve-skill momiji voice-engine
Analyzes session logs, finds skill trigger rate, error rate, improvement directions — data-driven optimization.
/watch
/status ALL
Persistent tmux split-panel monitoring dashboard, real-time remote node status. Opens and stays active, all remote operations visualized.
| Command | Purpose |
|---|---|
/diagnose | Runtime log diagnosis |
/status | Status overview (multi-Gateway) |
/lint-config | Config validation |
/setup-node | Node install & deploy |
/qa-agent | QA diagnosis & fix (--fix enables fix loop) |
/evolve-skill | Data-driven skill evolution |
/create-skill | New skill creation |
/deploy-skill | Skill deployment |
/validate-skill | Skill validation |
/list-skills | List all skills |
/scaffold-agent | Agent scaffolding |
/plugin | Plugin full lifecycle (create/install/uninstall/update/enable/disable/diagnose) |
/watch | Fleet real-time monitoring dashboard |
| Platform | OpenClaw Install |
|---|---|
| macOS | curl -fsSL https://openclaw.ai/install.sh | bash |
| Linux | curl -fsSL https://openclaw.ai/install.sh | bash |
| Windows | WSL2 + iwr -useb https://openclaw.ai/install.ps1 | iex |
| Target | Recommended Command |
|---|---|
| Claude Code | Clone and enable in Claude Code |
| OpenClaw | openclaw plugins install . |
| Windows local distribution | .\install.ps1 |
| macOS / Linux / WSL distribution | bash install.sh |
Copy openclaw-dev.local.md.example to .claude/openclaw-dev.local.md to customize:
gateways: config)