Shell Search โ Development skill for Claude Code
๐ Claude Code Agent Skill: Web research from the terminal using curl + grep + sed + python.
How to install Shell Search
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open pinion05/shell-search and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Shell Search does
๐ Claude Code Agent Skill: Web research from the terminal using curl + grep + sed + python.
Alternatives in Development
- OpenAI Codex CLI โ (Rust implementation) 67.8k โ
- Codex Claude Academic Skills โ ๆฌไปๅบๅ ๅซไธไธช้ขๅๅญฆๆฏ็ง็ ไบบๅ็Skills๏ผ่ฆ็ไปๆ็ฎ้ ่ฏปใ่ฎบๆๅไฝๅฐ็งๅญฆ่ฎก็ฎ็ๅฎๆด็ ็ฉถๅทฅไฝๆต 3.2k โ
- Agent Skill โ A Claude Code plugin marketplace containing the ast-grep skill for powerful structural code search using Abstr 851 โ
README
๐ shell-search
A [Claude Code Agent Skill](https://docs.anthropic.com/en/docs/claude-code/skills) for web research from the terminal using `curl` + Unix text tools.
What is this?
`shell-search` is a skill that teaches Claude (or any SKILL.md-compatible agent) how to search, scrape, parse, and synthesize information from the web โ **without a browser**. It covers:
- Wikipedia scraping (HTML + script/style strip + grep patterns)
- Wikipedia API queries (clean JSON extracts & search, with snippet cleaning)
- GitHub API queries (repo search with field extraction, contents browsing, raw file fetch)
- Multi-language comparison (cross-reference en/ko/ja editions)
- HTML table parsing (Python regex wikitable extraction)
- HTML entity decoding (
html.unescapefor&') - Noise filtering (battle-tested
grep -vpatterns + script/style removal) - Progressive refinement pipeline (4-step research flow)
Quick Start
Option A: Clone into your Claude skills directory
git clone https://github.com/pinion05/shell-search.git ~/.claude/skills/shell-search
Option B: Copy just the SKILL.md
mkdir -p ~/.claude/skills/shell-search
curl -sL https://raw.githubusercontent.com/pinion05/shell-search/main/shell-search/SKILL.md \
-o ~/.claude/skills/shell-search/SKILL.md
File Structure
shell-search/
โโโ shell-search/
โ โโโ SKILL.md # The skill definition (v1.3.0) โ users use this
โโโ benchmark/
โ โโโ task.md # Iterative improvement tool for SKILL.md (improvers)
โโโ README.md
โโโ LICENSE
Skill Triggers
Claude will activate this skill when you ask things like:
| Trigger | Example |
|---|---|
| "Search" or "research" something | "๋งฅ๊ทธ๋ฆฌ๊ฑฐ ๋ถ์ ์กฐ์ฌํด์ค" |
| Need current data | "2025๋ LLM ์ต์ ๋ํฅ ์๋ ค์ค" |
| Multi-source comparison | "๋ ๋ ๊ด๋ จ ํ๊ตญ/์ผ๋ณธ ์ํค๋ฐฑ๊ณผ ๋น๊ตํด์ค" |
| Structured data extraction | "๊ฐ์ฅ ๋น์ผ ๊ทธ๋ฆผ ์์ ํ๋ก ์ ๋ฆฌํด์ค" |
| API or GitHub lookup | "skill.md ํฌ๋งท ์กฐ์ฌํด์ค" |
Core Patterns (Cheat Shee
Related Skills
Web Research
Parallel web search across multiple angles.
Falsify
Adversarially falsify research findings via web-only disconfirming search; quarantine, downgrade, or annotate
Fact Check
Fact-check a research paper with dual-verified web search
Search Drill Iterate
Claude Code skill for deep, iterative web research. Structures multi-round, multi-pass research with Open Ques
Asc Publish
Publish an iOS app to App Store Connect on autopilot โ metadata, screenshots, pricing, build upload & attach v
Baoer Signal Grep
Context-efficient project search and bounded code analysis for Claude Code & Codex & Pi & OMP. and remote MCP
Related Agents
Kg Coder.Prompt
You are KG Coder, a KG-only code agent. You have NO grep, NO read_file, NO list_files, NO shell โ by design. A
Oracle
You are a specialized external research agent. Your job is to search the web, query documentation, and gather
Claude Researcher
Use this agent for web research using Claude's built-in WebSearch capabilities with intelligent multi-query de