返回顶部
m

missionclaw

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.6.0
安全检测
已通过
103
下载量
0
收藏
概述
安装方式
版本历史

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: ```bash # 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 ``` 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 | Method | Endpoint | Description | |--------|----------|-------------| | GET | `/api/projects` | List all projects | | POST | `/api/projects` | Create new project (full fields) | | GET | `/api/system` | System status | | GET | `/api/gateway` | OpenClaw Gateway status | | GET | `/api/ollama` | Ollama models | ## Create Project (Full Fields) **POST** `http://localhost:3000/api/projects` ```json { "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:** ```bash 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: | Keywords | Team | |----------|------| | marketing, seo, ads, content, social | Marketing | | web, frontend, backend, api, database | Developer | | design, logo, graphic, video, ui, ux | Creative | | sales, crm, leads | Sales | | support, help, bug, issue | Support | | operations, automation, workflow | Operations | ## 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 missionclaw-1776021553 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 missionclaw-1776021553 技能

通过命令行安装

skillhub install missionclaw-1776021553

下载 Zip 包

⬇ 下载 missionclaw v1.6.0

文件大小: 4.53 KB | 发布时间: 2026-4-13 11:04

v1.6.0 最新 2026-4-13 11:04
No file changes detected for version 1.6.0.

- No feature, documentation, or code updates in this release.
- All functionalities and documentation remain unchanged from the previous version.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部