A high-performance toolkit for rapid codebase exploration using structured grep, glob, and directory tree visualization.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install code-search
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 code-search using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Code Search Skill is a robust developer tool designed to streamline repository navigation and discovery within Openclaw Skills. By integrating industry-standard utilities like ripgrep and fd, it provides AI agents and developers with the ability to perform deep content searches, locate files by pattern, and visualize directory structures instantly.
This skill is essential for understanding complex architectures, finding specific function definitions, or auditing configuration files across large-scale projects without manual browsing. It prioritizes speed and precision, ensuring that even the largest repositories remain searchable and accessible for automated workflows.
First, verify that all necessary dependencies are installed by running the built-in dependency check command:
bash /root/.openclaw/workspace/skills/code-search/scripts/search.sh check
Ensure that your environment has the required binaries (ripgrep, fd, and tree) accessible for Openclaw Skills to function correctly. All commands are executed via the primary search.sh entry point.
The Code Search Skill generates structured text output for reliable parsing and clear visibility. It organizes data using the following taxonomy:
| Component | Description | Identifier |
|---|---|---|
| Results Header | Identifies the command type | [SEARCH RESULTS: grep/glob] |
| Structure Header | Identifies directory maps | [DIRECTORY TREE] |
| Termination | Signals the end of data | [END RESULTS/TREE] |
| Truncation | Indicates result limits reached | [TRUNCATED: ...] |
| Error Reporting | Highlights failures | [ERROR] ... |
All results from grep and glob are sorted by modification time, presenting the newest files first to prioritize recent development context.
Loading
A low-level OOXML processing tool designed to bridge the gap between AI agents and Microsoft Word documents through token-efficient Markdown conversion.

A high-performance Text-to-Speech skill for AI agents using Alibaba Cloud Bailian Qwen with advanced emotional mood presets and real-time streaming.

A data-driven Reddit research tool to discover and validate unmet user needs and startup ideas without requiring API keys.

A comprehensive utility for discovering, searching, and configuring Model Context Protocol (MCP) servers to extend the capabilities of AI agents.

A high-performance search toolkit for exploring codebases via structured content grep, filename globbing, and directory tree visualization.

An automated toolkit for crawling websites to generate localized content strategies, keyword research, and competitor analysis reports.








































