← 返回 Skills 市场
jacks3tr

Save Usage ~4x (Codex oAuth users)

作者 jacks3tr · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
633
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install save-usage
功能描述
Classifies tasks by safety and complexity to route safe, negligible queries to gpt-5.1-codex-mini and escalates critical or executable tasks to gpt-5.3-codex.
安全使用建议
This skill is coherent and does what it says: it classifies inputs and forwards risky/executable/high-impact tasks to a stronger model. Before installing, confirm: (1) your platform actually provides the sessions_spawn() API and you understand what it will send (it forwards the full task prompt to gpt-5.3-codex); (2) you're comfortable with potential privacy and billing implications of more frequent escalations; (3) you want the agent to make automatic escalation decisions rather than prompting you first. Test with non-sensitive prompts to see how often it escalates and monitor costs and logs. If you need stricter privacy, require explicit user confirmation before escalation or redact sensitive material before forwarding.
功能分析
Type: OpenClaw Skill Name: save-usage Version: 1.0.0 The skill bundle defines a model routing strategy for an AI agent, instructing it to escalate sensitive or high-impact tasks (e.g., code execution, handling secrets, security, architecture) to a more capable model (`gpt-5.3-codex`) via `sessions_spawn()`. Conversely, it restricts a less capable model (`gpt-5.1-codex-mini`) to only safe, negligible, and non-executable tasks. The instructions in SKILL.md are designed to enhance security and resource management by preventing the agent from performing risky actions on an inappropriate model. There is no evidence of malicious intent, data exfiltration, unauthorized execution, or harmful prompt injection.
能力评估
Purpose & Capability
The name/description (route safe queries to a cheaper model, escalate risky/executable ones) matches the SKILL.md instructions. It requires no env vars, binaries, or installs — appropriate for a purely behavioral routing skill. The only implicit dependency is the platform-provided sessions_spawn() API, which is a reasonable requirement for a routing skill.
Instruction Scope
Instructions stay within routing scope: classify the task, forward the full task to sessions_spawn() when triggers match, and restrict what the cheaper model may produce. The skill will forward the user's full task to gpt-5.3-codex when escalating, which is expected but is a privacy/telemetry consideration (user content will be sent to the higher-capability model). The instructions do not ask the agent to read files, env vars, or system state outside of the task text.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is downloaded or written to disk — lowest-risk install footprint.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportional to its described behavior as a pure routing policy.
Persistence & Privilege
The skill is not always:true and does not request system-wide privileges. It does instruct the agent to escalate automatically on many common triggers; that autonomous invocation behavior is expected for a routing skill but has operational implications (frequent escalations can increase cost and send more user content to gpt-5.3-codex).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install save-usage
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /save-usage 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of save-usage skill. - Auto-detects task complexity and routes safe/negligible tasks to gpt-5.1-codex-mini. - Escalates any executable, uncertain, or high-impact tasks to gpt-5.3-codex. - Enforces strict classification before responding; always escalate when in doubt. - Provides clear lists of escalation triggers and safe cases for gpt-5.1-codex-mini. - Includes extended documentation on routing logic and usage rationale.
元数据
Slug save-usage
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Save Usage ~4x (Codex oAuth users) 是什么?

Classifies tasks by safety and complexity to route safe, negligible queries to gpt-5.1-codex-mini and escalates critical or executable tasks to gpt-5.3-codex. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 633 次。

如何安装 Save Usage ~4x (Codex oAuth users)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install save-usage」即可一键安装,无需额外配置。

Save Usage ~4x (Codex oAuth users) 是免费的吗?

是的,Save Usage ~4x (Codex oAuth users) 完全免费(开源免费),可自由下载、安装和使用。

Save Usage ~4x (Codex oAuth users) 支持哪些平台?

Save Usage ~4x (Codex oAuth users) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Save Usage ~4x (Codex oAuth users)?

由 jacks3tr(@jacks3tr)开发并维护,当前版本 v1.0.0。

💬 留言讨论