A specialized code caching system that enables AI agents to search, retrieve, and store successful code executions for future reuse.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install raysurfer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install raysurfer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Raysurfer is a sophisticated caching layer designed to streamline the AI development lifecycle. By acting as a persistent memory for code generation, it allows AI agents to check for existing solutions before writing new code from scratch. This skill is a vital component of the Openclaw Skills ecosystem, providing a mechanism to reduce token consumption and improve code reliability by leveraging previously verified snippets.
The skill connects to a centralized API to perform semantic searches across private and public code repositories. It ensures that once an agent solves a specific problem, that solution is indexed and made available for future tasks, effectively building a growing library of reusable logic tailored to your specific project needs.
To use Raysurfer within your environment, you must provide an API key. Obtain your token from the Raysurfer dashboard and set it as an environment variable:
export RAYSURFER_API_KEY="your_secret_api_key"
Ensure that your agent has access to curl or the provided Python/TypeScript helper scripts included in the skill directory.
Raysurfer manages code and execution metadata through a structured schema to ensure high-quality retrieval.
| Attribute | Description |
|---|---|
task |
A descriptive string explaining the code's functionality |
code_block |
Object containing id, name, source (raw code), and language |
combined_score |
A float representing the semantic relevance of the code to the task |
succeeded |
A boolean flag indicating if the code executed correctly during storage |
votes |
Quantitative feedback tracked via thumbs_up and thumbs_down counts |
Loading
A semantic code caching skill that enables AI agents to store, search, and reuse previously generated code to save time and tokens.

An advanced AI engine that analyzes codebases to generate production-grade test suites for JavaScript, Python, Go, and Rust.

A high-performance SEO auditor that provides technical, on-page, and content analysis with prioritized actionable fixes and scoring.

An autonomous AI security auditor that identifies OWASP vulnerabilities, secrets exposure, and dependency risks in your codebase.

A real-time crypto analyst for tracking trending tokens, smart money movements, and new launches on the Base chain using GMGN.AI data.

A powerful macOS GUI automation and monitoring tool for OpenClaw that enables agents to interact with windows, apps, and system dialogs.








































