Skip to content

clawpod-app/chrome-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClawPod Bot Manager - Chrome Extension

Monitor and manage your ClawPod AI bot instances from the browser toolbar.

Features

  • View all bot instances with status indicators (running/starting/stopped/error)
  • Start, stop, and restart bots with one click
  • Background health monitoring every 5 minutes
  • Browser notifications when a bot enters error state
  • Badge icon shows running count (green) or error count (red)
  • Dark theme matching ClawPod brand

Installation (Development)

  1. Open Chrome and navigate to chrome://extensions/
  2. Enable Developer mode (toggle in top right)
  3. Click Load unpacked
  4. Select the packages/chrome-extension/ directory
  5. The ClawPod icon will appear in your toolbar

Setup

  1. Click the extension icon in the toolbar
  2. Click Configure API Key (or right-click the icon and select Options)
  3. Enter your API key from clawpod.app/settings/apikeys
  4. Click Test Connection to verify
  5. Click Save

Icons

The icons/ directory contains placeholder files. Replace them with actual PNG images:

  • icon16.png - 16x16px (toolbar)
  • icon48.png - 48x48px (extensions page)
  • icon128.png - 128x128px (Chrome Web Store)

API Endpoints Used

Method Endpoint Auth Description
GET /api/v1/instances Bearer List all bot instances
GET /api/v1/instances/:id Bearer Get single instance
POST /api/v1/instances/:id Bearer Control instance (start/stop/restart)

Permissions

  • storage - Save API key
  • alarms - Background health check timer
  • notifications - Alert on bot errors
  • https://clawpod.app/* - API access

About

Chrome extension for monitoring and managing ClawPod AI bot instances

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors