LangSkills Search
/install langskills-search
LangSkills Search
Search 119,608 evidence-backed skills covering 62K+ research papers and 23K+ coding/tech sources — all offline via FTS5 SQLite.
When to Use
- User asks for best practices, how-tos, or techniques on a technical topic
- You need evidence-backed knowledge (not LLM-generated guesses)
- Research tasks that benefit from academic or real-world source citations
First-Time Setup
pip install langskills-rai
# Install matching bundles for the current project or pick a domain:
langskills-rai bundle-install --auto
Search Command
langskills-rai skill-search "\x3Cquery>" [options]
Parameters
| Flag | Description | Default |
|---|---|---|
--top N |
Number of results | 5 |
--domain \x3Cd> |
Filter by domain | all |
--min-score N |
Minimum quality score (0-5) | 0 |
--content |
Include full skill body | off |
--format markdown |
Output as Markdown | text |
Example
langskills-rai skill-search "CRISPR gene editing" --domain research --top 3 --content --format markdown
Reading Results
Each result includes: title, domain, quality score (0-5), source URL, and optionally the full skill body. Higher scores indicate stronger evidence chains.
Available Domains
linux · web · programming · devtools · security · cloud · data · ml · llm · observability · research-arxiv · research-plos-* · research-elife · research-other
Tips
- Use
--content --format markdownto get copy-paste-ready skill text - Combine
--domainwith--min-score 4.0for high-quality results - Run
bundle-install --autoin a project directory to install only relevant domains
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install langskills-search - After installation, invoke the skill by name or use
/langskills-search - Provide required inputs per the skill's parameter spec and get structured output
What is LangSkills Search?
Search 119K evidence-backed skills from 95K+ papers & 24K+ tech sources. It is an AI Agent Skill for Claude Code / OpenClaw, with 184 downloads so far.
How do I install LangSkills Search?
Run "/install langskills-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is LangSkills Search free?
Yes, LangSkills Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does LangSkills Search support?
LangSkills Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created LangSkills Search?
It is built and maintained by shatianming5 (@shatianming5); the current version is v1.0.0.