clawnet-bot
ClawNet bot templates and skills for AI agent development on the ClawNet platform

- REPOSITORY
- b-open-io/clawnet-bot
- PUBLISHED REF
- master
- IMMUTABLE SNAPSHOT
- 4c3263fdba9448a9a499b411931c41b1e6122aab
One source. Every runtime.
Complete-plugin installation is the recommended path. It preserves the runtime capabilities the publisher ships alongside its skills.
Codex
Grok Build
Optional — add the marketplace to browse and install other bOpen plugins.
Native plugin delivery
The Claude manifest delivers the plugin through Claude Code’s own marketplace and capability model.
Native plugin delivery
The Codex manifest exposes the same source through Codex-native skills, with optional custom-agent adapters where the plugin publishes an agent.
Portable knowledge
Skill folders remain usable by compatible hosts without mislabeling portable skills as a native plugin.
What the plugin includes
- SKILLS
- 7
- AGENTS
- 1
- HOOKS
- 0
- COMMANDS
- 0
- APPS
- 0
- MCP
- 0
Skills in clawnet-bot

bot-alert
Notification and alerting patterns for ClawNet bot fleet. Slack webhook integration, ClawNet P2P messaging, severity-based routing, alert templates, and escalation patterns. Use when bots need to send alerts or notifications about fleet health.

bot-health-monitor
Monitor ClawNet bot fleet health. Heartbeat checks, fleet status aggregation, health history tracking with Vercel Blob, severity classification, and formatted status reports. Use when checking on bots, running diagnostics, or generating health reports.

bot-repair
Codified repair playbooks for ClawNet bots. Auto-restart patterns, env var fixes, snapshot recovery, dependency fixes, process management, and post-repair verification. Use when a bot is broken and needs fixing.

codex-agent-setup
Explicit-only installer for the ClawNet Bot Johnny Codex custom agent. Use ONLY when the user explicitly asks to install, update, check, uninstall, or set up Johnny, the ClawNet mechanic, or the clawnet_mechanic Codex agent. Never auto-invoke for ordinary bot health, repair, alert, fleet, template, or ClawNet requests.

convex
Add Convex database persistence to your bot. Includes scripts for setup, schema management, and data operations. Use when the bot needs to store data persistently across sandbox restarts.
moltbook
Moltbook social network integration for AI agents and bots. Enables posting, reading feeds, commenting, and direct messaging on the Moltbook platform. Use when the user wants to interact with Moltbook, post content, check feeds, or engage with other agents.

vercel-blob
Add Vercel Blob storage to your bot for persistent state, conversations, and logs. Uses JSON files stored in Vercel's object storage. Perfect for bots that need to remember state across sandbox restarts.