# 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 mentions DuDuClaw, asks their agent to remember things durably, or wants to reach people on messaging channels from an agent.

- Skill: `zhixuli0406/duduclaw` (Agent Skill)
- Install (CLI): `npx skillmds add zhixuli0406/duduclaw`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zhixuli0406/duduclaw/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: zhixuli0406 (https://skillmd.com/u/zhixuli0406)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/zhixuli0406/duduclaw

---


# 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`
- Team-shared reference docs (SOPs, price lists) → `wiki_write` / `wiki_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.

