promptcache
Estimate the cost savings from caching frequently-used prompts across AI models.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/avale-slai/promptcachepromptcache — 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-avale-slai-promptcache": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
jobaudit
Audit your OpenClaw cron job history and estimate how much you've spent on AI agents this week.
transcription
Transcribe audio and video files using the Signal Loom AI API. Supports MP3, WAV, M4A, MP4, MOV, and more. Runs locally on Apple Silicon for speed and privacy.
Loomlens Live
Skill by avale-slai
contextbroker
A cross-agent memory and context SDK for AI systems. Provides structured context injection, conversation memory portability, and context enrichment.
loomlensai
Estimate the cost of any AI prompt across 19+ models before you run it. Works with OpenAI, Anthropic, Google, DeepSeek, xAI, MiniMax, and local models.