← Back to Skills Marketplace
sureshchitmil

Missionclaw

by imsuresh · GitHub ↗ · v1.6.0 · MIT-0
cross-platform ⚠ suspicious
154
Downloads
0
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install missionclaw
Description
Integrates with MissionClaw for project management and AI agent orchestration. Use when the user wants to create projects, manage tasks via Kanban, assign wo...
Usage Guidance
This skill communicates with a MissionClaw server on your machine (default http://localhost:3000). Before installing, verify you trust the MissionClaw service and the skill source. Note the SKILL.md asks you to copy files into ~/.openclaw/skills and to run a local server (npm/pm2) — those are manual actions that will place code on your machine. The skill does not request credentials or external network access beyond the local API, but you should: (1) run the MissionClaw server in a sandbox or test environment first, (2) inspect index.js and any server it talks to if you need stronger assurance, and (3) confirm provenance of this skill (the homepage is missing and source is unknown) before granting it persistent or widespread use.
Capability Analysis
Type: OpenClaw Skill Name: missionclaw Version: 1.6.0 The missionclaw skill bundle is a standard integration for a project management tool. It provides commands to create and track projects via a local API (defaulting to http://localhost:3000). The code in index.js and instructions in SKILL.md are consistent with the stated purpose and show no signs of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name/description (project management + agent orchestration) align with the code and SKILL.md: the skill issues HTTP requests to a MissionClaw API (default http://localhost:3000) to create/list projects and query status. No unexpected external services or unrelated credentials are requested.
Instruction Scope
SKILL.md tells the user to run a local MissionClaw server (npm run dev or pm2) and suggests copying the skill into ~/.openclaw/skills/. The runtime instructions and code do not attempt to read arbitrary host files or exfiltrate data, but the doc's claim that the skill is “automatically installed” by OpenClaw is not reflected in the manifest (no install spec). The skill also assumes a local service is present — if that service is absent the skill will only produce connection errors.
Install Mechanism
There is no formal install spec (instruction-only), but the bundle includes index.js and package.json. Installation guidance in SKILL.md instructs copying files into the user's ~/.openclaw/skills directory or using a third-party 'clawhub' tool; these are manual operations that write into the user's home directory. No remote downloads or opaque installers are present.
Credentials
No sensitive environment variables or credentials are required. The code reads an optional MISSIONCLAW_URL env var (defaults to localhost). There are no requests for unrelated tokens, cloud credentials, or system config paths.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or global agent settings. It is user-invocable and allowed to be invoked autonomously (platform default), which is appropriate for this kind of integration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install missionclaw
  3. After installation, invoke the skill by name or use /missionclaw
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.6.0
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.
v1.5.0
No user-facing changes detected in this version. - Version 1.5.0 contains no file changes from the previous release.
v1.4.0
No changes detected in this version. - Version 1.4.0 contains no updates or modifications from the previous release.
v1.3.0
Version 1.3.0 of the MissionClaw skill has no code or documentation changes compared to the previous version. - No changes detected in this release.
v1.2.0
Version 1.2.0 of missionclaw - No code or documentation changes detected in this release. - Functionality and features remain unchanged from the previous version.
v1.1.0
- Added detailed documentation for the "Create Project" API with full field requirements and example curl request. - Updated API endpoints section to specify required fields for creating new projects. - No changes to the core functionality or installation process.
v1.0.0
missionclaw 1.0.0 - Initial release with integration between Velo/OpenClaw and MissionClaw. - Provides project management tools: Kanban board, agent assignment, and organization charts. - Enables creation and management of AI agents, including editing agent personalities. - Includes a task scheduler with cron support and real-time system status dashboard. - Supports automatic project routing by team based on keywords. - Connects via API at http://localhost:3000 for all project and agent features.
Metadata
Slug missionclaw
Version 1.6.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 7
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 154 downloads so far.

How do I install Missionclaw?

Run "/install missionclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Missionclaw free?

Yes, Missionclaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Missionclaw support?

Missionclaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Missionclaw?

It is built and maintained by imsuresh (@sureshchitmil); the current version is v1.6.0.

💬 Comments