← 返回
未分类 中文

Missionclaw

Integrates with MissionClaw for project management and AI agent orchestration. Use when the user wants to create projects, manage tasks via Kanban, assign wo...
与MissionClaw集成,用于项目管理和AI智能体编排。适用于用户需要创建项目、通过看板管理任务、分配工作等场景。
sureshchitmil sureshchitmil 来源
未分类 clawhub v1.6.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 415
下载
💾 1
安装
1
版本
#ai-agents#latest#openclaw#project-management

概述

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:

```bash

cd ~/.openclaw/workspace/missionclaw

npm run dev

```

Or use PM2 for production:

```bash

pm2 start npm --name missionclaw -- run start

```

  1. 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

版本历史

共 1 个版本

  • v1.6.0 当前
    2026-03-31 07:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Salesforce

byungkyu
Salesforce CRM API 集成,支持托管 OAuth。仅在需要 Salesforce CRM 管理时安装。以最窄的 Salesforce 权限进行连接。
★ 8 📥 22,297
business-ops

Calendar

ndcccccc
日历管理与日程安排。创建事件、管理会议,并实现多日历平台同步。
★ 7 📥 23,335
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,425