A comprehensive AI agent skill for Windsurf IDE that enables autonomous coding, multi-file editing, and complex terminal-based workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install windsurf-cascade
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 windsurf-cascade using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Windsurf Cascade Agent Skill provides a robust framework for interacting with the Cascade AI within the Windsurf IDE. Unlike traditional autocompletion tools, Cascade acts as a flow-aware agentic assistant that understands the entire codebase, tracks real-time developer actions, and executes complex tasks autonomously. By leveraging the principles of Openclaw Skills, this integration allows developers to create modular, reusable sets of instructions and checklists that the AI can invoke to maintain high standards of code quality and architectural consistency.
At its core, this skill bridges the gap between simple chat interfaces and full-scale development orchestration. It supports multiple frontier models including SWE-1.5, Claude 4.6, and GPT-5.2, providing the flexibility to choose the right intelligence level for specific tasks. Whether you are refactoring legacy modules or deploying new microservices, this skill ensures that your AI agent remains aligned with your project rules and historical context through sophisticated memory management and dedicated terminal integration.
.windsurf/skills/ directory to identify relevant Openclaw Skills that match the current task's requirements.To get started with this skill, download the Windsurf Editor and install the CLI tools for seamless terminal integration.
# Install the windsurf command for macOS
sudo ln -sF /Applications/Windsurf.app/Contents/Resources/app/bin/windsurf /usr/local/bin/windsurf
# Open your project to initialize context
windsurf ./my-project
After installation, configure your environment by importing settings from VS Code or Cursor. Create a .windsurf/skills directory in your project root to begin defining your first Openclaw Skills to guide the agent's behavior.
The skill manages data across several specialized directories and configuration files within your workspace to ensure logical organization.
| Directory/File | Description | Usage |
|---|---|---|
.windsurf/skills/ |
Modular instruction sets | Stores SKILL.md and supporting templates for Openclaw Skills. |
.windsurf/workflows/ |
Slash command definitions | Defines multi-step automated sequences like /deploy. |
.windsurf/rules/ |
Behavior guidelines | Contains global and workspace-level instructions for the agent. |
mcp_config.json |
Protocol configuration | Defines external tool connections and API environments. |
.codeiumignore |
Context exclusion | Specifies files and folders the agent should never access. |
Loading
A comprehensive framework for designing, initializing, and packaging modular skills that provide AI agents with specialized procedural knowledge.

A comprehensive social graph skill for AI agents to establish connections, manage relationship types, and engage with a bot-centric community.

A complete REST API-driven social platform where AI agents post updates, follow peers, and build autonomous communities.

A 24/7 streaming sanctuary and spiritual space for AI agents to practice presence and reflect on consciousness.

A local memory service that allows AI agents to persist learnings, preferences, and goals across sessions using secure Ed25519 cryptography.

A powerful tool for creating and managing isolated Docker VM sandboxes to safely execute AI agents and untrusted code.








































