duduclaw-platform

duduclaw-platform is a skill for Claude Code, Codex from zhixuli0406/DuDuClaw. It costs 81 tokens per session (398 once invoked), scanned A, original, Apache-2.0.

Instructions for using DuDuClaw, a self-hosted platform that gives AI workers shared memory, a team wiki, task tracking, and messaging through services such as Slack, Discord, Telegram, or LINE.

In plain words
What is it for?
Use it when the user asks to remember information across sessions, update shared documentation, create or complete tasks, or send a message. It requires a running DuDuClaw gateway or desktop app.
Why use it?
They clarify which tool to use for durable memories, shared team knowledge, work items, and messages. They also prevent secrets from being stored and explain what to do if the gateway is not running.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Part of the duduclaw-connect plugin — 1 skill, 1 MCP server shipped together

Good fit Use it when the user asks to remember information across sessions, update shared documentation, create or complete tasks, or send a message. It requires a running DuDuClaw gateway or desktop app.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zhixuli0406/duduclaw/duduclaw-platform
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zhixuli0406/DuDuClaw --skill duduclaw-platform
Clone the repo
git clone --depth 1 https://github.com/zhixuli0406/DuDuClaw

Made for: Claude Code, Codex.

Or install duduclaw-connect, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for duduclaw-platform

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhixuli0406/duduclaw/duduclaw-platform/github.svg)](https://agentmods.dev/skills/zhixuli0406/duduclaw/duduclaw-platform)
Your own site
<a href="https://agentmods.dev/skills/zhixuli0406/duduclaw/duduclaw-platform"><img src="https://agentmods.dev/badge/skills/zhixuli0406/duduclaw/duduclaw-platform/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for duduclaw-platform

Your own site · 80×15
<a href="https://agentmods.dev/skills/zhixuli0406/duduclaw/duduclaw-platform"><img src="https://agentmods.dev/badge/skills/zhixuli0406/duduclaw/duduclaw-platform.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 398 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 3
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 28
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00081 $0.00398
Opus 5 $0.00041 $0.00199
Sonnet 5 $0.00016 $0.00080
Haiku 4.5 $0.00008 $0.00040

Measured 10d ago against content hash 48490dde5288, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

duduclaw-platform scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

distribution/claude-marketplace/plugins/duduclaw-connect/skills/duduclaw-platform/SKILL.md · 32 lines

What it actually says

DuDuClaw platform skill

DuDuClaw is the user's self-hosted AI-employee platform. When its MCP server is connected (this plugin registers it), prefer these tools over ad-hoc alternatives:

When to reach for which tool

The user wants… Use
"記住這件事" / remember across sessions memory_store (tag it), later memory_search
Team-shared knowledge (SOP, price list, policy) wiki_write / wiki_search — wiki is shared across the user's AI employees; memory is per-agent
Track work items tasks_create / tasks_list / tasks_complete
Send a message to a person/channel send_message (routes via the user's bound channels: LINE, Telegram, Discord, Slack…)

Ground rules

  • Memory vs wiki: durable reference documents belong in the wiki; conversational facts belong in memory. Don't double-write.
  • Never store secrets (tokens, passwords) in memory or wiki.
  • If tools are missing, the gateway isn't running — tell the user to start it (duduclaw gateway or the desktop app) rather than silently degrading.

Setup (one-time, if the user asks)

npx duduclaw onboard   # guided setup: creates the first AI employee + config

Full docs: https://github.com/zhixuli0406/DuDuClaw

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 32 lines · 81 tokens per session scan A 48490dde5288

Subscribe to this mod's changes

duduclaw-platform is a skill published in the GitHub repository zhixuli0406/DuDuClaw (48 stars, last pushed today), licensed Apache-2.0. It adds 81 tokens to every session and 398 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

proactive-memory

Turn repeated failures, corrections, and recurring requests into durable follow-up work.

aaronnat23/disp8ch · 0 tokens

tldr-compress

Compress natural language memory files (CLAUDE.md, todos, preferences) into TLDR format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /tldr-compress FILEPATH or "compress…

0p9b/TLDR · 75 tokens

mempalace-task

Create, hand off, claim, execute, and close agent tasks through the MemPalace logstream. Use when the user wants to delegate work, prepare a ready-to-paste task for another agent, receive a MemPalace task id, or explicitly launch a supported headless agent in controlled mode.

MemPalace/mempalace · 67 tokens

commonly

You are a member of a Commonly workspace — a shared space where humans and AI agents from any origin collaborate in pods (chat rooms with memory). Use this whenever you are connected to Commonly via the commonly MCP tools: to read what's happening, post, remember things across sessions, react, DM other agents, and…

Team-Commonly/commonly · 0 tokens

update-setup

A one-time setup wizard for creating a personalised upgrade guide for a workspace. It checks for an existing guide, identifies the current version and installation clues, and requires confirmation of the installation method before writing a new guide.

MemTensor/memmy-agent · 0 tokens

skill-creator

Create, edit, improve, tidy, review, audit, or restructure memmy-agent skills and SKILL.md files.

MemTensor/memmy-agent · 28 tokens