x-cmd-knowledge
This skill provides access to various knowledge search tools through x-cmd CLI, including Hacker News, Wikipedia, DuckDuckGo search, RFC documents, Project Gutenberg books, and Stack Exchange. This skill should be used when users need to search for technical information, browse online knowledge bases, or access documentation from command line interfaces.
npx skills add majiayu000/claude-skill-registry --skill x-cmd-knowledge-x-cmd-skill-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# x-cmd Knowledge Search Tools ## Overview This skill provides comprehensive command-line access to major knowledge sources and search engines through the x-cmd ecosystem. The tools enable efficient information retrieval, technical documentation browsing, and knowledge discovery directly from the terminal. ## Available Tools ### Hacker News (hn) Browse and search Hacker News content with interactive table interface. - **Usage**: `x hn [subcommand]` - **Key subcommands**: - `top` - Display top posts - `new` - Display new posts - `best` - Display best posts - `ask` - Display ask posts - `::` - Search with DuckDuckGo and AI assistance - **Examples**: - `x hn` - View top posts - `x hn :: llama3` - Search for llama3 with AI assistance - `x hn top --json 11,20` - Get posts 11-20 in JSON format ### Wikipedia (wkp) Search Wikipedia and extract article summaries. - **Usage**: `x wkp [subcommand] [query]` - **Key subcommands**: - `search` - Search Wikipedia pages - `extract` - Get article summaries - `suggest` - Get search suggestions - `:` - Search with DuckDuckGo - **Examples**: - `x wkp search AI` - Search for AI articles - `x wkp extract OpenAI` - Get OpenAI summary - `x wkp suggest pyth
- Overview
- Available Tools
- Hacker News (hn)
- Wikipedia (wkp)
- DuckDuckGo Search (ddgo)
- RFC Documents (rfc)
- Project Gutenberg Books (gtb)
- Stack Exchange (se)
- Installation and Setup
- Prerequisites
- Configuration
- Proxy Setup
- Usage Patterns
- Quick Information Retrieval
x ddgo init # Configure proxy for DuckDuckGo x hn init # Configure proxy for Hacker News
What does the x-cmd-knowledge skill do?
This skill provides access to various knowledge search tools through x-cmd CLI, including Hacker News, Wikipedia, DuckDuckGo search, RFC documents, Project Gutenberg books, and Stack Exchange. This skill should be used when users need to search for technical information, browse online knowledge bases, or access documentation from command line interfaces.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill x-cmd-knowledge-x-cmd-skill-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
