ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

promptcache

Estimate the cost savings from caching frequently-used prompts across AI models.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/avale-slai/promptcache
Or

promptcache — LoomLens Advisor

What It Does

Estimates the cost savings from caching frequently-used prompts. Compares the cost of re-sending full context every call vs. cached prompt mode across all major models.

When to Use

  • When you run the same system prompt repeatedly
  • Before enabling prompt caching on a production pipeline
  • When evaluating cost savings from prompt template reuse

Syntax

/promptcache "You are an expert radiologist..." --calls-per-day 50
/promptcache "Summarize this in 3 bullets" --model openai/gpt-4o-mini

Free Tier

3 analyses/day free with any Signalloom API key.

Get your free key: https://signalloomai.com/signup

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-avale-slai-promptcache": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.