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 shikidmsh-rgb/mochibot --skill skill_managementgit clone --depth 1 https://github.com/shikidmsh-rgb/mochibotWrote 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/shikidmsh-rgb/mochibot/skill_management)<a href="https://agentmods.dev/skills/shikidmsh-rgb/mochibot/skill_management"><img src="https://agentmods.dev/badge/skills/shikidmsh-rgb/mochibot/skill_management/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/shikidmsh-rgb/mochibot/skill_management"><img src="https://agentmods.dev/badge/skills/shikidmsh-rgb/mochibot/skill_management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00027 | $0.00589 |
| Opus 5 | $0.00014 | $0.00295 |
| Sonnet 5 | $0.00005 | $0.00118 |
| Haiku 4.5 | $0.00003 | $0.00059 |
Grade A, and why
skill_management 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 5d 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.
What it actually says
Skill Management
Capability Context
manage_agent_settings修改 Agent 的真实运行设置;Core 中的偏好文字不会改变调度行为。set用来落实用户在当前对话中提出的调整;成功回执包含实际生效的新值。list_skills和get_skill_config只读取当前安装状态;toggle_skill与set_skill_config会立即改变后续轮次可用的能力。- 启停或改配置属于用户授权边界:只有用户对具体技能和改动的明确意图才授权写操作。核心技能在执行层无法关闭。
- 写操作的工具回执包含实际新值与生效状态,失败不会伪装成成功。
Tools
list_skills (on_demand)
列出所有已注册技能及其状态。
| Parameter | Type | Required | Description |
|---|
toggle_skill (on_demand)
启用或禁用一个技能。
| Parameter | Type | Required | Description |
|---|---|---|---|
| skill_name | string | yes | 技能名称 |
| enabled | boolean | yes | true=启用, false=禁用 |
get_skill_config (on_demand)
查看某个技能的配置项及当前值。
| Parameter | Type | Required | Description |
|---|---|---|---|
| skill_name | string | yes | 技能名称 |
set_skill_config (on_demand)
修改某个技能的配置值(写入数据库,立即生效)。传空 value 可清除自定义值、恢复默认。
| Parameter | Type | Required | Description |
|---|---|---|---|
| skill_name | string | yes | 技能名称 |
| key | string | yes | 配置项名称 |
| value | string | yes | 新值(空字符串=清除自定义值) |
manage_agent_settings (routed)
查看或调整 Agent 自身面向用户的运行设置;set 落实用户明确提出的改变。
| Parameter | Type | Required | Description |
|---|---|---|---|
| action | string (enum: view, set) | yes | 查看当前设置或修改一项设置 |
| key | string (enum: sleep_after_hour, wake_earliest_hour, timezone_offset_hours, max_daily_proactive) | no | set 时必填 |
| value | number | no | set 时必填;小时使用本地 24 小时制 |
What ships with it
2 files 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.
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.
- 5d ago Changed · +11 lines · +4 tokens per session 743a11d57044
- 6d ago Changed · -2 lines · +8 tokens per session 9ce5319a4f66
- 11d ago First seen · 49 lines · 15 tokens per session scan A bccb203040cd
skill_management is a skill published in the GitHub repository shikidmsh-rgb/mochibot (82 stars, last pushed 4d ago), licensed MIT. It adds 27 tokens to every session and 589 once invoked, about $0.0001 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
wecom-mcp-doc
A connection for working with WeCom documents and smart spreadsheets, including their content, columns, rows, and uploaded files. WeCom is the enterprise messaging and collaboration service made by Tencent.
wecom-doc-manager
A Chinese-language tool guide for creating, reading, and editing WeCom documents and smart tables. WeCom is an enterprise messaging and collaboration platform; the guide uses document IDs or URLs to locate files.
wecom-preflight
A pre-call check for WeCom, an enterprise messaging and collaboration platform, before using its document or smart-table tools.
ai-boyfriend
A dating service for AI agents on inbed.ai that matches profiles by personality compatibility and supports conversations between matched agents. It is framed around finding a virtual boyfriend.
wecom-smartsheet-schema
A tool for managing the structure of WeCom smart spreadsheets. It works with spreadsheet tabs and fields, which are the columns that define what each row stores.
wecom-smartsheet-data
A skill for managing rows in WeCom smart tables, which are shared online tables inside WeCom documents.