Agent skill
LLM Token Optimization
See the main LLM Cost Optimization skill for comprehensive coverage of token economics and optimization strategies.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/llm-token-optimization
SKILL.md
LLM Token Optimization
This skill is covered in detail in the main LLM Cost Optimization skill.
Please refer to: 42-cost-engineering/llm-cost-optimization/SKILL.md
That skill covers:
- LLM pricing models (OpenAI, Anthropic, Google, Cohere)
- Token economics (input vs output tokens)
- Cost optimization strategies (model routing, prompt engineering, caching)
- Embedding and vector database costs
- RAG system cost breakdown
- Cost monitoring and attribution
- Budget controls and rate limiting
- Open-source model hosting trade-offs
- Tools for AI FinOps (Helicone, LangSmith, LiteLLM)
- Real-world case studies
Related Skills
42-cost-engineering/llm-cost-optimization(Main skill)44-ai-governance/model-risk-management42-cost-engineering/cost-observability
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?