在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用usage-estimate
星标0
分支0
更新时间2026年4月5日 09:03
Configure the usage-estimate plugin threshold
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Configure the usage-estimate plugin threshold
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | usage-estimate |
| description | Configure the usage-estimate plugin threshold |
| argument-hint | <maxToken NUMBER | status> |
| user-invocable | true |
| allowed-tools | ["Read","Edit","Write","Bash"] |
The user wants to configure the usage-estimate plugin.
Parse the user's argument:
maxToken <number> — Set the blocking threshold to <number> tokens. Read ~/.claude/settings.json, update (or create) the "usage-estimate" key with { "blockThreshold": <number> }, and write it back. Preserve all other settings. Tell the user the new threshold and that they need to restart Claude Code.maxToken 0 or maxToken off — Disable blocking. Set "blockThreshold" to 0.status — Read ~/.claude/settings.json and show the current usage-estimate.blockThreshold value. If not set, report the default (10,000).help — Show available commands.