← Back to Skills Marketplace
637
Downloads
0
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install next-cache-components
Description
Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag
Usage Guidance
This skill is a documentation-style guide for Next.js Cache Components and does not install code or ask for secrets. It's generally safe to view and use as reference. Before applying examples to your project: (1) verify Next.js version compatibility in your repo, (2) don't paste real credentials into examples or into chat prompts, (3) back up next.config.ts before changing it, and (4) provide any required DB/API credentials only through your normal project configuration (not via this skill). Note the skill's source is 'unknown' and there is no homepage — treat it as unsigned documentation and cross-check with official Next.js docs if you need high assurance.
Capability Analysis
Type: OpenClaw Skill
Name: next-cache-components
Version: 0.1.0
The skill bundle contains standard metadata and a detailed markdown document (`SKILL.md`) explaining Next.js 16 Cache Components. The markdown content consists solely of documentation and illustrative code examples for a web framework, without any executable scripts, prompt injection attempts, or instructions for the OpenClaw agent to perform any actions. No indicators of malicious intent, data exfiltration, or suspicious behavior were found.
Capability Assessment
Purpose & Capability
Name/description match the SKILL.md content: examples and explanations focus on Next.js cache directives (use cache, cacheLife, cacheTag, updateTag). There are no unrelated requirements (no env vars, binaries, or installs).
Instruction Scope
The SKILL.md stays within framework documentation and code examples. It references typical runtime APIs (cookies(), headers(), fetch, db.*) as examples — these are expected for Next.js examples but imply the runtime or your app provides DB/HTTP/cookie access. The instructions do not ask the agent to read local system files, secrets, or send data to unexpected endpoints.
Install Mechanism
No install spec and no code files — instruction-only content. Nothing is written to disk or downloaded by the skill itself.
Credentials
Requires no environment variables or credentials. Example code references DB calls and fetches that in a real project would need credentials, but the skill itself does not request them.
Persistence & Privilege
Skill is not always-on and does not request elevated/platform-wide privileges. Autonomous model invocation is allowed (platform default) but presents no additional risk here given the skill's read-only instructional nature.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install next-cache-components - After installation, invoke the skill by name or use
/next-cache-components - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: Brings Next.js 16 Cache Components support for Partial Prerendering (PPR) and advanced caching directives.
- Adds `cacheComponents` config flag to enable cache components (supersedes experimental.ppr).
- Supports `use cache` directive at file, component, or function level for caching async data.
- Introduces `cacheLife`, `cacheTag`, and `updateTag` helpers for powerful cache profiles and invalidation.
- Documents cache key generation, restrictions, and migration from earlier Next.js caching APIs.
- Provides examples for static, cached, and dynamic content mixing within a page.
Metadata
Frequently Asked Questions
What is Next Cache Components?
Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag. It is an AI Agent Skill for Claude Code / OpenClaw, with 637 downloads so far.
How do I install Next Cache Components?
Run "/install next-cache-components" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Next Cache Components free?
Yes, Next Cache Components is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Next Cache Components support?
Next Cache Components is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Next Cache Components?
It is built and maintained by vi.dev (@tuanvidev); the current version is v0.1.0.
More Skills