x 搜索 技能
- 作者仓库星标 0
- 作者仓库 Temple-of-Skills
X Search
Use the local x-search command when the user specifically needs information from X posts rather than general web results. Assumes x-search is already installed and authenticated.
Trigger conditions
- Use this skill when the user asks for reactions on X, cited X post URLs, or summaries grounded in X search results.
- Use this skill when the user wants X results filtered by handle, date, image, or video.
- Do not use this skill for general web research unless X is the required source.
- If X is the primary source, use this skill first and add non-X sources only when the user needs supplemental context.
Core workflow
- Convert the request into one clear X-search prompt with topic, timeframe, and expected deliverable.
- Pick the output mode first: summary, citations, URLs, or full JSON.
- Add only the narrowest filters needed: handle, date, image, or video.
- Run
x-searchonce and inspect whether the result is broad, empty, or missing evidence. - Tighten the prompt before stacking many flags.
- If the user needs evidence, rerun with
--mode citationsor--mode urls. - Verify that the result matches the requested timeframe, topic, and evidence level before answering.
Mode selection
- Use
--mode answerfor a direct summary. - Use
--mode citationsfor labeled citation URLs. - Use
--mode urlsfor raw source collection. - Use
--mode jsonfor debugging or downstream parsing.
Option rules
- Use
--allowed-handlefor a trusted-account subset. - Use
--excluded-handleto remove noisy accounts. - MUST NOT combine
--allowed-handleand--excluded-handle. - MUST use
--from-dateand--to-dateonly withYYYY-MM-DD. - Convert relative dates such as
today,yesterday, orthis weekinto explicit bounds when feasible. - Only enable
--imageor--videowhen the request depends on media understanding. - The default model is
grok-4.3. Override with--modelonly when the task needs a different tradeoff.
Prompt rules
- Ask for one concrete deliverable per call.
- Include the topic, timeframe, and angle in the prompt text.
- Prefer prompts such as
Summarize reactions on X,Find posts discussing, orCompare opinions on X. - If recency matters, say so in the prompt even when date filters are present.
- Prompt text may be written in English for consistency with the command examples.
Failure handling
- If
x-searchis not found, stop and report that the CLI must be installed first. - If the command fails because of invalid arguments, fix the command shape before retrying.
- If the command exits non-zero, check authentication or Hermes configuration next.
- If the result is empty, too broad, or lacks evidence, refine the prompt and rerun once.
- If citations are required but the summary is not enough, rerun with
--mode citations,--mode urls, or--mode json. - If the query comes from standard input, pipe it into
x-searchinstead of rewriting the content by hand.
References
- For ready-to-run command templates, see references/COMMANDS.md.
- 流狐分类
- 写作
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @Tomatio13 · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 需简单配置
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- Shell 执行
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Use this skill when the user asks for reactions on X, cited X post URLs, or summaries grounded in X search results. Use this skill when the user wants X results filtered by handle, date, image, or video. Do not use this skill for general web research unless X…
Convert the request into one clear X-search prompt with topic, timeframe, and expected deliverable. Pick the output mode first: summary, citations, URLs, or full JSON. Add only the narrowest filters needed: handle, date, image, or video.
Use --mode answer for a direct summary. Use --mode citations for labeled citation URLs. Use --mode urls for raw source collection.
Use --allowed-handle for a trusted-account subset. Use --excluded-handle to remove noisy accounts. MUST NOT combine --allowed-handle and --excluded-handle.
Ask for one concrete deliverable per call. Include the topic, timeframe, and angle in the prompt text. Prefer prompts such as Summarize reactions on X, Find posts discussing, or Compare opinions on X.
If x-search is not found, stop and report that the CLI must be installed first. If the command fails because of invalid arguments, fix the command shape before retrying. If the command exits non-zero, check authentication or Hermes configuration next.
# X Search
Use the local `x-search` command when the user specifically needs information from X posts rather than general web results. Assumes `x-search` is already installed and authenticated.
## Trigger conditions
- Use this skill when the user asks for reactions on X, cited X post URLs, or summaries grounded in X search results.
- Use this skill when the user wants X results filtered by handle, date, image, or video.
- Do not use this skill for general web research unless X is the required source.
- If X is the primary source, use this skill first and add non-X sources only when the user needs supplemental context.
## Core workflow
1. Convert the request into one clear X-search prompt with topic, timeframe, and expected deliverable.
2. Pick the output mode first: summary, citations, URLs, or full JSON.
3. Add only the narrowest filters needed: handle, date, image, or video.
4. Run `x-search` once and inspect whether the result is broad, empty, or missing evidence.
5. Tighten the prompt before stacking many flags.
6. If the user needs evidence, rerun with `--mode citations` or `--mode urls`.
7. Verify that the result matches the requested timeframe, topic, and evidence level before answering.
## Mode selection
- Use `--mode answer` for a direct summary.
- Use `--mode citations` for labeled citation URLs.
- Use `--mode urls` for raw source collection.
- Use `--mode json` for debugging or downstream parsing.
## Option rules
- Use `--allowed-handle` for a trusted-account subset.
- Use `--excluded-handle` to remove noisy accounts.
- MUST NOT combine `--allowed-handle` and `--excluded-handle`.
- MUST use `--from-date` and `--to-date` only with `YYYY-MM-DD`.
- Convert relative dates such as `today`, `yesterday`, or `this week` into explicit bounds when feasible.
… 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Trigger conditions → Core workflow → Mode selection → Option rules → Prompt rules → Failure handling
要点 -> Use the local x-search command when the user specifically needs information from X posts rather than general web results. · - Use this skill when the user asks for reactions on X, cited X post URLs, or summaries grounded in X search results. · 1. Convert the request into one clear X-search prompt with topic, timeframe, and expected deliverable. · - Use --mode answer for a direct summary. · - Use --allowed-handle for a trusted-account subset. · - Ask for one concrete deliverable per call. · - If x-search is not found, stop and report that the CLI must be installed first. · - For ready-to-run command templates, see [references/COMMANDS.md](references/COMMANDS.md).
文件/命令 -> x-search · --mode citations · --mode urls · --mode answer · --mode json · --allowed-handle · --excluded-handle · --from-date
内容 SHA-256 -> cb616027bb3c
方法与流程
适用与边界
原文中的明确线索
x-search、--mode citations、--mode urls、--mode answer、--mode json、--allowed-handle、--excluded-handle、--from-date