Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
duduclaw - Skill - OpenSmartRoute
Skillv1.0.0
duduclaw
Use DuDuClaw — a self-hosted AI-employee platform — for cross-session memory, team-shared wiki knowledge, task boards, and messaging humans over LINE/Telegram/Discord/Slack. Applies when the user ment
Imported from zhixuli0406/DuDuClaw (distribution/skills-sh/duduclaw/SKILL.md). Install upstream with npx skills add zhixuli0406/DuDuClaw --skill duduclaw. Copyright stays with the author.
DuDuClaw
DuDuClaw (https://github.com/zhixuli0406/DuDuClaw) runs the user's AI employees locally: channels, persistent memory, shared wiki, task board, HITL approvals.
Connect (any MCP-capable agent)
Register the MCP server: command npx, args ["-y", "duduclaw", "mcp-server"]. Claude Code users can instead add the plugin marketplace zhixuli0406/duduclaw-claude-plugins.
Tool selection
Durable personal memory → memory_store / memory_search
Work tracking → tasks_create / tasks_list / tasks_complete
Message a human on their channels → send_message
Rules
Wiki for documents, memory for facts — never double-write.
No secrets into memory/wiki.
Tools absent ⇒ gateway not running: tell the user to start it (duduclaw gateway), don't silently skip.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
zhixuli0406-duduclaw-duduclaw.ocm.jsonjson
{
"ocm": "1",
"id": "zhixuli0406-duduclaw-duduclaw",
"kind": "skill",
"name": "duduclaw",
"description": "Use DuDuClaw — a self-hosted AI-employee platform — for cross-session memory, team-shared wiki knowledge, task boards, and messaging humans over LINE/Telegram/Discord/Slack. Applies when the user mentions DuDuClaw, asks their agent to remember things durably, or wants to reach people on messaging channels from an agent.",
"publisher": "zhixuli0406",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use DuDuClaw — a self-hosted AI-employee platform — for cross-session memory, team-shared wiki knowledge, task boards, and messaging humans over LINE/Telegram/Discord/Slack. Applies when the user mentions DuDuClaw, asks their agent to remember things durably, or wants to reach people on messaging channels from an agent."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/zhixuli0406/DuDuClaw",
"path": "distribution/skills-sh/duduclaw/SKILL.md",
"ref": "3e8552a52fa20c34189e2610973e744b08df75f0",
"url": "https://github.com/zhixuli0406/DuDuClaw/blob/3e8552a52fa20c34189e2610973e744b08df75f0/distribution/skills-sh/duduclaw/SKILL.md",
"key": "zhixuli0406/DuDuClaw/distribution/skills-sh/duduclaw/SKILL.md"
}
},
"instructions": "# DuDuClaw\n\nDuDuClaw (https://github.com/zhixuli0406/DuDuClaw) runs the user's AI employees locally: channels, persistent memory, shared wiki, task board, HITL approvals.\n\n## Connect (any MCP-capable agent)\n\nRegister the MCP server: command `npx`, args `[\"-y\", \"duduclaw\", \"mcp-server\"]`. Claude Code users can instead add the plugin marketplace `zhixuli0406/duduclaw-claude-plugins`.\n\n## Tool selection\n\n- Durable personal memory → `memory_store` / `memory_search`\n- Team-shared reference docs (SOPs, price lists) → `wiki_write` / `wiki_search`\n- Work tracking → `tasks_create` / `tasks_list` / `tas",
"cost": {
"context_tokens": 218
}
}
Fetch it by URL: GET /api/v1/registry/zhixuli0406-duduclaw-duduclaw/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.