> file-search
Fast file-name and content search using `fd` and `rg` (ripgrep).
curl "https://skillshub.wtf/LeoYeAI/openclaw-master-skills/file-search?format=md"File Search Skill
Fast file-name and content search using fd and rg (ripgrep).
Find Files by Name
Search for files matching a pattern:
fd "\.rs$" /home/xrx/projects
Find files by exact name:
fd -g "Cargo.toml" /home/xrx/projects
Search File Contents
Search for a regex pattern across files:
rg "TODO|FIXME" /home/xrx/projects
Search with context lines:
rg -C 3 "fn main" /home/xrx/projects --type rust
Install
sudo dnf install fd-find ripgrep
> related_skills --same-repo
> youtube-watcher
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
> youtube-transcript
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
> youtube-auto-captions
youtube-auto-captions skill from LeoYeAI/openclaw-master-skills
> youtube
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).