← Back to Skills Marketplace
aaronmda

Julia's OpenClaw Token Optimizer

by Aaron Daley · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
31
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install julia-openclaw-token-optimizer
Description
Automation skill for Julia's OpenClaw Token Optimizer.
README (SKILL.md)

name: julia-openclaw-token-optimizer description: Julia's OpenClaw Token Optimizer: Scans LLM prices, benchmarks models, patches config for cheapest optimal. Use for cost optimization, model rotation.

Usage

  1. session_status → current model/cost.
  2. web_search 'current LLM pricing [provider] input/output per million tokens'.
  3. gateway config.schema.lookup 'agents.defaults.modelSelection'.
  4. Benchmark: spawn subagent with test prompts on cheap models.
  5. Recommend: Cost/speed/quality matrix.
  6. gateway config.patch {modelSelection: {primary: 'best-cheap-model'}}.

References: providers.md for price APIs.

Optimization Rules

  • Prefer fast/cheap for simple tasks.
  • Quality for creative/complex.
  • Rotate on rate limits.

Example: 'Optimize my config for cheap reasoning' → Search prices, patch.

Usage Guidance
Review this skill before installing if you do not want an agent to edit your default model configuration. If you use it, ask it to provide pricing sources, benchmark results, the proposed config diff, expected cost/quality tradeoffs, and rollback steps before any patch is applied.
Capability Analysis
Type: OpenClaw Skill Name: julia-openclaw-token-optimizer Version: 1.0.0 The skill is designed to optimize LLM costs by searching for pricing data and updating OpenClaw configurations. While it utilizes the 'gateway config.patch' capability to modify system settings, this behavior is explicitly documented and aligned with its stated purpose in SKILL.md and clawhub.json. No evidence of data exfiltration, malicious prompt injection, or unauthorized access was found.
Capability Assessment
Purpose & Capability
The stated purpose of scanning LLM prices, benchmarking models, and optimizing token cost is coherent with the instructions, but it includes changing the agent's model-selection configuration.
Instruction Scope
The workflow makes config patching the final step after price search and recommendation, without explicitly requiring user confirmation, showing a diff, limiting benchmark cost, or documenting rollback.
Install Mechanism
This is an instruction-only skill with no install spec, binaries, environment variables, or code files; the static scanner had nothing executable to analyze.
Credentials
Changing agents.defaults.modelSelection can alter future agent behavior beyond the immediate optimization task, and spawning subagents may incur model usage cost unless bounded.
Persistence & Privilege
The skill uses persistent configuration-write authority, but the metadata declares no required config paths or capability tags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install julia-openclaw-token-optimizer
  3. After installation, invoke the skill by name or use /julia-openclaw-token-optimizer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0 Initial: Price scan, model benchmark, config auto-patch. Free.
Metadata
Slug julia-openclaw-token-optimizer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Julia's OpenClaw Token Optimizer?

Automation skill for Julia's OpenClaw Token Optimizer. It is an AI Agent Skill for Claude Code / OpenClaw, with 31 downloads so far.

How do I install Julia's OpenClaw Token Optimizer?

Run "/install julia-openclaw-token-optimizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Julia's OpenClaw Token Optimizer free?

Yes, Julia's OpenClaw Token Optimizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Julia's OpenClaw Token Optimizer support?

Julia's OpenClaw Token Optimizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Julia's OpenClaw Token Optimizer?

It is built and maintained by Aaron Daley (@aaronmda); the current version is v1.0.0.

💬 Comments