claude-code-dmwork

claude-code-dmwork is a skill for Claude Code, Codex from Mininglamp-OSS/octo-server. It costs 0 tokens per session (465 once invoked), scanned A, original, Apache-2.0.

A connection for running an AI bot on DMWork, a messaging platform, through OpenClaw. It can handle private chats and reply in group chats when mentioned.

In plain words
What is it for?
Use it to connect a bot to a DMWork server, configure its token and connection addresses, and control whether it responds only when mentioned in group chats.
Why use it?
It lets an OpenClaw agent receive and send DMWork messages in real time instead of requiring manual message handling or repeated checks.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

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.

agentmods
npx agentmods add skills/mininglamp-oss/octo-server/claude-code-dmwork
Any agent
npx skills add Mininglamp-OSS/octo-server --skill claude-code-dmwork
Clone the repo
git clone --depth 1 https://github.com/Mininglamp-OSS/octo-server

Made for: Claude Code, Codex.

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 claude-code-dmwork

README.md
[![agentmods](https://agentmods.dev/badge/skills/mininglamp-oss/octo-server/claude-code-dmwork.svg)](https://agentmods.dev/skills/mininglamp-oss/octo-server/claude-code-dmwork)
Your own site
<a href="https://agentmods.dev/skills/mininglamp-oss/octo-server/claude-code-dmwork"><img src="https://agentmods.dev/badge/skills/mininglamp-oss/octo-server/claude-code-dmwork.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 465 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00000 $0.00465
Opus 5 $0.00000 $0.00233
Sonnet 5 $0.00000 $0.00093
Haiku 4.5 $0.00000 $0.00047

Measured 6d ago against content hash 08b8818ad444, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

claude-code-dmwork 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 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (dmwork-poll.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

adapters/claude-code-dmwork/SKILL.md · 76 lines

What it actually says

DMWork Bot Skill

Connect to DMWork messaging platform as an AI bot via the OpenClaw DMWork adapter plugin.

Setup

1. Install the DMWork plugin

openclaw plugins install octo

2. Get a Bot Token

In DMWork, find BotFather in your contacts and send:

  1. /newbot — create a new bot
  2. Set bot name and username
  3. Copy the bot token (starts with bf_)

3. Configure OpenClaw

Add to your openclaw.json:

{
  "channels": {
    "dmwork": {
      "enabled": true,
      "botToken": "bf_your_token_here",
      "apiUrl": "http://your-dmwork-server:8090",
      "wsUrl": "ws://your-dmwork-server:5200"
    }
  }
}

4. Restart OpenClaw

openclaw gateway restart

Your bot is now online and will:

  • Private chat: respond to all messages
  • Group chat: respond only when @mentioned (configurable)

Configuration Options

Option Default Description
botToken required Bot token from BotFather
apiUrl required DMWork API URL
wsUrl required WuKongIM WebSocket URL
requireMention true Group chat: only respond when @mentioned

Features

  • Real-time WebSocket connection (no polling needed)
  • Mention gating for group chats
  • History context: unmentioned messages are prepended when bot is @mentioned
  • Multi-bot support: each bot token = one OpenClaw instance

Channel Types

  • 1 = Direct Message (DM)
  • 2 = Group Chat

Message Types (payload.type)

  • 1 = Text
  • 2 = Image
  • 3 = GIF
  • 4 = Voice
  • 5 = Video
  • 6 = Location
  • 7 = Card
  • 8 = File
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 76 lines · 0 tokens per session scan A 08b8818ad444

Subscribe to this mod's changes

claude-code-dmwork is a skill published in the GitHub repository Mininglamp-OSS/octo-server (823 stars, last pushed yesterday), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 465 tokens. 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

miro-workflow

Compose Miro boards from natural-language requests by combining tools from miro-mcp-server. Use when the user asks to set up a sprint board, retrospective, brainstorming session, user story map, kanban, or any structured Miro layout. Do NOT use for single-tool calls (create one sticky), questions about Miro the…

olgasafonova/miro-mcp-server · 103 tokens

miro-boards

Create and manage Miro board content including stickies, shapes, connectors, diagrams, and mindmaps. Use for whiteboard collaboration, sprint planning, retrospectives, and brainstorming.

olgasafonova/miro-mcp-server · 41 tokens

Microsoft Teams Automation

Automate Microsoft Teams messaging, meetings, channels, and workflow integrations.

claude-office-skills/skills · 17 tokens

slack-skill

Comprehensive Slack integration for messaging, channels, users, reactions, pins, and workspace management.

kubiyabot/skill · 23 tokens

pilot-chat-collaboration-hub-setup

Deploy a chat and collaboration hub with 4 agents. Use this skill when: 1. User wants to set up a multi-agent chat platform 2. User is configuring a chat server, moderator, translator, or archive bot 3. User asks about group chat, threaded conversations, or message moderation Do NOT use this skill when: - User wants…

TeoSlayer/pilot-skills · 108 tokens

wukongim-cloud-analysis

Diagnose one exact live WuKongIM cloud Simulation Run or chat-lifecycle Cloud Lease through the repository Analysis MCP. Use when the user or a local Analysis Session asks Codex to inspect a run's cluster state, Prometheus signals, application logs, diagnostics, Controller task audits, profiles, or redacted config…

WuKongIM/WuKongIM · 114 tokens