Overview
x-search is an open-source productivity skill for Claude Code and compatible agents, published by code-yeongyu. Its author describes it as: “MUST read before searching X/Twitter with the x_search tool. When xAI is connected: date-bound every time-sensitive query (from_date >= yesterday, widen to 7 days), scope trusted accounts with allowed_x_handles, phras…”. The project has 69k stars on GitHub and ships custom license terms, so review them before reuse. Add it to your setup with `git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/skill`.
What x-search does
This skill only matters when an xAI account is connected. The `x_search` tool is registered at load time if a credential exists, and it is hidden behind `tool_search` until you activate it. Everything below assumes you've read the current date from the system prompt; never hardcode a date.
What’s inside
The SKILL.md for x-search is organised into these sections:
- Which tool
- The 4 rules
- Operator cheat sheet
- Split-search recipe
- Reading results
- Tandem with websearch
- Cost note
- Backtest pointer
Installation
Add x-search to your agent with:
git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/skill Review a skill’s source before installing it — skills can instruct your agent to run commands. This command comes from the skill’s public repository, which is the source of truth for setup steps. New to skills? Read how to install Claude Code skills.
Supported agents
- Codex — declared in the repository topics
- Cursor — declared in the repository topics
- OpenCode — declared in the repository topics
License
code-yeongyu has not declared a standard open-source license for this repository (Other). Confirm the terms with the author before reusing it.
Strengths
- Ships in code-yeongyu/oh-my-openagent, an established project with 69,248 GitHub stars
- Works with Codex, Cursor, OpenCode
- Actively maintained — repository updated in the last 30 days
- Its repository gained 474 GitHub stars over the last 14 days
Things to check
- No license declared — confirm terms with the author before reuse
Author
Topics
Frequently asked questions
- What does x-search do?
- MUST read before searching X/Twitter with the x_search tool. When xAI is connected: date-bound every time-sensitive query (from_date >= yesterday, widen to 7 days), scope trusted accounts with allowed_x_handles, phrase queries as latest/recent with since:/from:/filter: operators, split into 2-3 searches by account and by keyword, and reconcile against web_search. Triggers: X search, Twitter search, tweets, posts on X, what people are saying on X, x_search, social signal.
- How do I install x-search?
- Run git clone https://github.com/code-yeongyu/oh-my-openagent ~/.claude/skills/skill in your agent, then reload your skills. Review the source at https://github.com/code-yeongyu/oh-my-openagent before installing.
- Is x-search free to use?
- x-search is publicly available on GitHub, but code-yeongyu has not declared a standard open-source license (Other). Confirm the terms with the author before reusing it.
- Which agents does x-search work with?
- x-search lists Codex, Cursor, and OpenCode — named in its SKILL.md, its plugin marketplace or its repository topics. Skills use the portable SKILL.md format, so other agents that read that format may load it too.
- Where does x-search come from?
- x-search ships inside code-yeongyu/oh-my-openagent, a repository that contains 49 catalogued skills in total. The repository's 69,248 GitHub stars apply to that whole collection, not to this skill on its own.