EngineeringPROPRO REQUIREDFC-ENG-017
Caching Claw
caching-claw
Caching strategies: CDN, application-level, distributed caches, and invalidation patterns.
Caching Claw designs multi-layer caching strategies with CDN configuration, application-level caches, distributed stores, and cache invalidation patterns.
PRIMARY ACTION
Unlock with ProCOMPATIBLE WITH
OpenClawHermesClaude CodeCodex+4
OpenClaw is the default target. Cursor example below.
When to Use
- Implement production-grade code and architecture
- Audit design decisions and tradeoffs
- Catch reliability issues before release
- Raise quality consistency across teams
Compatible Frameworks
8 TOOLS
Quality Gates
No explicit gate list for this agent in the current dataset.
4 GATES DEFINED
Expected Outputs
Native exports per tool
OpenClaw10 files
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 moreHermes5 files
hermes/skills/flickclaw/caching-claw/SKILL.mdhermes/skills/flickclaw/caching-claw/references/workflow.mdhermes/skills/flickclaw/caching-claw/references/quality-gates.md+2 moreClaude Code6 files
claude-code/CLAUDE.mdclaude-code/.claude/skills/caching-claw/SKILL.mdclaude-code/.claude/skills/caching-claw/references/workflow.md+3 moreCodex5 files
codex/AGENTS.mdcodex/.flickclaw/agents/caching-claw/codex.mdcodex/.flickclaw/agents/caching-claw/workflow.md+2 moreCursor3 files
cursor/.cursor/rules/flickclaw-caching-claw.mdccursor/.cursor/rules/flickclaw-caching-claw-workflow.mdccursor/.cursor/rules/flickclaw-caching-claw-quality-gates.mdcWindsurf3 files
windsurf/.windsurf/rules/flickclaw-caching-claw.mdwindsurf/.windsurf/rules/flickclaw-caching-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-caching-claw-quality-gates.mdAider3 files
aider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlOllama4 files
ollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
OpenClaw
npm exec --yes @flickclaw/cli@latest -- install caching-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Caching Claw to see what it can do:
Review the codebase architecture and identify 3 areas for improvement. Focus on maintainability, test coverage, and performance. Produce .Example Output
IllustrativeWhat a typical Caching Claw report looks like:
# Caching Claw — Assessment Report **Project**: mobile-backend **Context**: a GraphQL API serving React Native clients with offline sync **Generated**: 2026-05-26 ## Executive Summary The Caching Claw completed its review of mobile-backend (a GraphQL API serving React Native clients with offline sync). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P1** | Schema | Over-fetching on timeline query (50+ fields) | Add field-level resolution and DataLoader batching | | 2 | **P2** | Error handling | Mutations return 500 without detail | Add typed error codes and user-friendly messages | | 3 | **P2** | Caching | No cache headers on static responses | Add ETag and Cache-Control for query results | ## Quality Gates - [✓] no_fake_claims - [✓] cache_layers_defined - [✓] invalidation_strategy_documented ## Outputs Generated ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 0 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*