skill_management

skill_management is a skill for Claude Code, Codex from shikidmsh-rgb/mochibot. It costs 27 tokens per session (589 once invoked), scanned A, original, MIT.

A tool for viewing and changing the coding agent’s installed skills and selected running settings. A skill is a reusable set of instructions or actions for a particular kind of task.

In plain words
What is it for?
Use it to list skills, turn a named skill on or off, view or change that skill’s configuration, and view or adjust the agent’s daily Free Time limit.
Why use it?
It lets you check what skills are available and control whether specific skills are enabled without editing their files manually.

Skill for Claude CodeCodex

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

Good fit Use it to list skills, turn a named skill on or off, view or change that skill’s configuration, and view or adjust the agent’s daily Free Time limit.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shikidmsh-rgb/mochibot/skill_management
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 shikidmsh-rgb/mochibot --skill skill_management
Clone the repo
git clone --depth 1 https://github.com/shikidmsh-rgb/mochibot

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 skill_management

README.md
[![agentmods](https://agentmods.dev/badge/skills/shikidmsh-rgb/mochibot/skill_management/github.svg)](https://agentmods.dev/skills/shikidmsh-rgb/mochibot/skill_management)
Your own site
<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.

agentmods 80×15 button for skill_management

Your own site · 80×15
<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>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 589 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 pass 7 Sept 2026
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.00027 $0.00589
Opus 5 $0.00014 $0.00295
Sonnet 5 $0.00005 $0.00118
Haiku 4.5 $0.00003 $0.00059

Measured 5d ago against content hash 743a11d57044, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 2 executable files (__init__.py, handler.py), 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.

mochi/skills/skill_management/SKILL.md · 58 lines

What it actually says

Skill Management

Capability Context

  • manage_agent_settings 修改 Agent 的真实运行设置;Core 中的偏好文字不会改变调度行为。
  • set 用来落实用户在当前对话中提出的调整;成功回执包含实际生效的新值。
  • list_skillsget_skill_config 只读取当前安装状态;toggle_skillset_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 小时制
Files

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.

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. 5d ago Changed · +11 lines · +4 tokens per session 743a11d57044
  2. 6d ago Changed · -2 lines · +8 tokens per session 9ce5319a4f66
  3. 11d ago First seen · 49 lines · 15 tokens per session scan A bccb203040cd

Subscribe to this mod's changes

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.