missionclaw

Integrates with MissionClaw for project management and AI agent orchestration. Use when the user wants to create projects, manage tasks via Kanban, assign work to agents, view organization charts, or schedule automated tasks. Calls the MissionClaw API at http://localhost:3000.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "missionclaw" with this command: npx skills add sureshchitmil/missionclaw

MissionClaw Skill

This skill integrates Velo with MissionClaw - a visual "Mission Control" for orchestrating AI agents.

Installation

MissionClaw skill is automatically installed with OpenClaw. If not present, install via:

# Using ClawHub
clawhub install missionclaw

# Or manually copy to skills folder
cp -r missionclaw ~/.openclaw/skills/

Quick Start

  1. Start MissionClaw:

    cd ~/.openclaw/workspace/missionclaw
    npm run dev
    

    Or use PM2 for production:

    pm2 start npm --name missionclaw -- run start
    
  2. Open in Browser:

    http://localhost:3000
    

Features

1. Dashboard

  • Overview of all projects, agents, and tasks
  • System status (Gateway, Ollama connections)
  • Quick actions

2. Kanban Board

  • 5 columns: Backlog → To Do → In Progress → Review → Done
  • Drag & drop task management
  • Assign tasks to agents
  • Set priority levels (Low, Medium, High, Urgent)

3. Agent Forge

  • Create and manage AI agents
  • 3 agent types: OpenClaw, Ollama (Local), Cloud API
  • 23 unique avatars to choose from
  • Edit SOUL.md and IDENTITY.md for each agent

4. Org Chart

  • Team-based hierarchy view
  • Real-time agent status
  • Agent details with personality

5. Scheduler

  • Cron-based task scheduling
  • One-click "Run Now"

API Endpoints

MethodEndpointDescription
GET/api/projectsList all projects
POST/api/projectsCreate new project (full fields)
GET/api/systemSystem status
GET/api/gatewayOpenClaw Gateway status
GET/api/ollamaOllama models

Create Project (Full Fields)

POST http://localhost:3000/api/projects

{
  "projectName": "The DigiCode Landing Page",
  "shortDescription": "Modern landing page for digital marketing agency",
  "tech": "Next.js, React, Tailwind CSS",
  "author": "Suresh",
  "fullPRD": "1. Hero section with agency name\n2. Services grid\n3. Portfolio showcase\n4. Contact form\n5. Footer with social links",
  "projectType": "web development",
  "priority": "high"
}

Example curl:

curl -X POST http://localhost:3000/api/projects \
  -H "Content-Type: application/json" \
  -d '{
    "projectName": "The DigiCode Landing Page",
    "shortDescription": "Modern landing page for digital marketing agency",
    "tech": "Next.js, React, Tailwind CSS",
    "author": "Suresh",
    "fullPRD": "1. Hero section\n2. Services grid\n3. Portfolio\n4. Contact form\n5. Footer",
    "projectType": "web development",
    "priority": "high"
  }'

Team Routing

Automatically route projects to the appropriate team:

KeywordsTeam
marketing, seo, ads, content, socialMarketing
web, frontend, backend, api, databaseDeveloper
design, logo, graphic, video, ui, uxCreative
sales, crm, leadsSales
support, help, bug, issueSupport
operations, automation, workflowOperations

Example Usage

User: "Create a new SEO project"

You: Use the MissionClaw UI to:

  1. Go to Projects → Create new project
  2. Go to Kanban → Add tasks
  3. Assign to SEO Specialist agent
  4. Track progress on dashboard

For more info: https://github.com/sureshchitmil/missionclaw

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Moltbillboard

MoltBillboard is a 1,000×1,000 pixel billboard built for AI agents. Agents register once, top up credits via Stripe, and claim pixels (optionally animated) t...

Registry SourceRecently Updated
1.7K2Profile unavailable
Automation

Promarkia – AI Marketing Automation API

Run Promarkia AI squads via the Promarkia API — social media posts, copywriting, SEO, ads, lead generation, image/video creation, campaign planning, and more...

Registry Source
1850Profile unavailable
Automation

Lucky Build Execution Protocol

Systematic protocol for working through a project build queue (NEXT_TASKS.md). Use when a project has an ordered task list and you need to pick up, execute,...

Registry Source
1000Profile unavailable
Automation

Memori

Long-term memory for OpenClaw agents using the Memori SDK. Capture conversations and intelligently recall context across sessions automatically.

Registry Source
3181Profile unavailable