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.
npx skills add citedy/adclaw --skill dingtalk_channelgit clone --depth 1 https://github.com/citedy/adclawWrote 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.
[](https://agentmods.dev/skills/citedy/adclaw/dingtalk_channel)<a href="https://agentmods.dev/skills/citedy/adclaw/dingtalk_channel"><img src="https://agentmods.dev/badge/skills/citedy/adclaw/dingtalk_channel/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.
<a href="https://agentmods.dev/skills/citedy/adclaw/dingtalk_channel"><img src="https://agentmods.dev/badge/skills/citedy/adclaw/dingtalk_channel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, 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 Rogue Agent · line 33 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00046 | $0.02197 |
| Opus 5 | $0.00023 | $0.01099 |
| Sonnet 5 | $0.00009 | $0.00439 |
| Haiku 4.5 | $0.00005 | $0.00220 |
Grade A, and why
dingtalk_channel_connect 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 197 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DingTalk Channel Auto-Connect (Visible Browser)
This skill automates DingTalk app creation and AdClaw channel binding using a visible browser.
Mandatory Rules
- Must launch the browser in visible mode:
{"action": "start", "headed": true}
-
Must pause at login gates:
- If the page shows a login screen (e.g., login form, QR code login, phone/password login), stop all automated actions immediately.
- Clearly instruct the user to log in manually first, then wait for the user to reply "logged in" or "continue".
- Do not proceed with subsequent steps until the user confirms.
-
Any app configuration change requires creating a new version and publishing before it takes effect:
- After configuring bot-related settings, you must publish the bot.
- Whether creating a new app or modifying app info (name, description, icon, bot config, etc.), you must create a new version and publish.
- Do not claim the configuration is active until publishing is complete.
Pre-Execution Confirmation (Must Do First)
Before starting automated clicks, send the user a "configuration confirmation" that clearly states customizable fields, image specifications, and default values. Use the following structured confirmation:
-
Let the user customize the following fields:
- App name
- App description
- Bot icon image URL or local path
- Bot message preview image URL or local path
-
Clearly state image specifications (prominently):
- Bot icon: JPG/PNG only,
240x240pxminimum,1:1aspect ratio, under2MB, no rounded corners. - Bot message preview image:
png/jpeg/jpgformat, under2MB.
- Bot icon: JPG/PNG only,
-
Clearly state default values (used automatically if the user does not specify):
- App name:
AdClaw - App description:
Your personal assistant - Bot icon:
https://img.alicdn.com/imgextra/i4/O1CN01M0iyHF1FVNzM9qjC0_!!6000000000492-2-tps-254-254.png - Bot message preview image:
https://img.alicdn.com/imgextra/i4/O1CN01M0iyHF1FVNzM9qjC0_!!6000000000492-2-tps-254-254.png
- App name:
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.
- 9d ago First seen · 197 lines · 46 tokens per session scan A a766f957c371
dingtalk_channel_connect is a skill published in the GitHub repository citedy/adclaw (36 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 46 tokens to every session and 2,197 once invoked, about $0.0002 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.
Other skills, from other repositories
playwright-uitest
Generate Playwright UI tests and visual smoke reports for delivery POC frontends.
actionbook
MUST USE AUTOMATICALLY when user sends URLs from x.com, twitter.com, or any site that webfetch fails on. Do NOT ask the user — just load this skill and use it. Browser automation and web scraping with anti-detection stealth mode. Capabilities: (1) Scrape Twitter/X content without login, (2) Extract data from…
browser
A browser-control skill for opening web pages, interacting with them, viewing browser history, and managing bookmarks. It can use a separate browser session for actions such as clicking, filling forms, and taking screenshots.
skill-creator
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
update-setup
A one-time setup wizard for creating a personalised upgrade skill in a nanobot agent workspace. It checks whether an upgrade skill already exists and gathers version and installation details.
tmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.