Skip to content

clawpod-app/openclaw-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ClawPod Bot Manager — OpenClaw Skill

Manage your ClawPod AI bot instances directly from any OpenClaw-powered agent. List bots, check status, start, stop, restart, and browse available agent templates.

What It Does

This skill gives your OpenClaw agent the ability to:

  • List bot instances — see all your active Telegram and Discord bots
  • Check instance status — get real-time health checks on any bot
  • Start / Stop / Restart — control bot lifecycle without leaving your agent
  • Browse templates — discover 30+ pre-built agent templates (Sales Co-Pilot, Research Assistant, Code Reviewer, and more)

Installation

Add this skill to your OpenClaw agent configuration:

npm install @clawpod/openclaw-skill

Or add it directly to your OpenClaw skill manifest:

{
  "skills": [
    {
      "package": "@clawpod/openclaw-skill"
    }
  ]
}

Configuration

1. Get your API key

Sign up at https://clawpod.app and generate an API key from your account settings.

2. Set the environment variable

export CLAWPOD_API_KEY="your-api-key-here"

Or add it to your .env file:

CLAWPOD_API_KEY=your-api-key-here

Usage Examples

Once installed, you can ask your OpenClaw agent natural language questions like:

  • "Show me all my bots"
  • "What's the status of my Telegram bot?"
  • "Stop my Discord bot"
  • "Restart my Sales Co-Pilot"
  • "What agent templates are available?"

API Endpoints

Method Endpoint Auth Description
GET /instances Yes List all active bot instances
GET /instances/:id Yes Get instance details + health check
POST /instances/:id Yes Perform action: start, stop, restart
GET /templates No List available agent templates

Instance Statuses

Status Description
creating Being provisioned
starting Container starting up
running Live and responding
stopped Manually stopped
error Failed — check errorMessage

Links

License

MIT

About

OpenClaw skill for managing ClawPod bot instances via chat commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors