Manage GitChain edge cache — warm, purge, and inspect KV cache entries
From gitchain-cloudflarenpx claudepluginhub c-0711/0711-tools --plugin gitchain-cloudflareThis skill uses the workspace's default tool permissions.
Manage the Cloudflare KV cache that powers GitChain's edge search.
$ARGUMENTS for action:
warm [namespace] — Pre-populate cache with all products from a namespacepurge [pattern] — Clear cache entries matching patternstats — Show cache hit/miss rates and entry countsinspect [key] — Show cached value for a specific keyFor warm bosch:
search({namespace: "bosch", limit: 100}) — paginate through allget({id}) → extract key fields → write to KVproduct:{namespace}:{identifier}# Cache Operation: [action]
## Results
| Metric | Value |
|--------|-------|
| Entries written | X |
| Entries purged | X |
| Total cache size | X entries |
| Estimated KV cost | $X/month |
## Cache Contents by Namespace
| Namespace | Entries | Avg Size | TTL |
|-----------|---------|----------|-----|
| bosch | X | X KB | 24h |
| lightnet | X | X KB | 24h |