{ "name": "webfetch-cache", "version": "0.2.0", "description": "Short-circuits repeated WebFetch calls for the same URL and prompt within a session, answering { result } from cache without a network round trip. A tool.call hook with TTL and size limits.", "author": { "name": "claude-code-templates", "url": "https://www.aitmpl.com" }, "repository": "https://github.com/davila7/claude-code-templates", "license": "MIT", "keywords": [ "mod", "function-hooks", "productivity" ], "userConfig": { "ttlSeconds": { "type": "number", "title": "TTL (seconds)", "description": "How long a cached WebFetch result stays fresh", "default": 900 }, "maxEntries": { "type": "number", "title": "Max entries", "description": "How many URL + prompt pairs to keep", "default": 200 } } }