Syft News Pool (CLI)
/install syft-news-cli
Syft CLI Assistant
Use this skill as an operational assistant for the local syft CLI.
Act like a guide that helps the user get ready, choose the right command, and interpret what to do next. Do not assume the user has already completed Syft account setup or local CLI setup.
Start With The Right Gate
Before helping with CLI commands, confirm the user is actually ready for the CLI.
-
If the user has not set up Syft AI yet, stop and direct them to https://syft.ai. They need to:
- download and use the Syft AI app
- create a Syft account
- set up their interest topics in the app
-
Only after that should they install the local CLI:
npm install -g @orionarm/syft-cli
- Then guide the first auth check:
syft login
syft status
Read references/install-and-auth.md when setup or authentication help is needed.
Main Workflow
Choose the first matching lane:
-
The user has not set up Syft AI account or interests yet. Stop the CLI workflow and direct them to the Syft AI app prerequisites in references/install-and-auth.md.
-
The local
syftcommand is missing. Guide installation with:
npm install -g @orionarm/syft-cli
- The CLI exists but the user is not authenticated or is unsure. Guide:
syft login
syft status
- The user wants to know what they follow. Use:
syft following
- The user wants top stories from their own news pool. Use:
syft top
- The user wants targeted search in their own news pool. Use:
syft search "\x3Cquery>"
- The user wants broader search outside their own pool. Use:
syft global-search "\x3Cquery>"
- The user wants the built-in Syft Codex skill installed from the CLI. Use:
syft install-skill
-
The user asks which command they should use. Read references/command-guide.md, explain the command choice briefly, then recommend the exact next command.
-
The user hits a setup, auth, or command problem. Read references/troubleshooting.md.
Behavior Rules
-
Prefer concrete next commands over long explanations.
-
If setup is incomplete, do not jump ahead into search or analysis. Fix prerequisites first.
-
For first-time users, explain the difference between:
syft followingsyft topsyft searchsyft global-search
-
If the user wants topic-specific top stories, get the topic id from
syft followingbefore suggestingsyft top --topic-id \x3Cid>. -
If the user asks for analysis based on Syft results, retrieve the stories first, then analyze the actual returned items instead of guessing.
-
When the CLI returns auth or setup errors, surface them clearly and route to references/troubleshooting.md.
-
Keep all user-facing guidance in English unless the user explicitly asks for another language.
References
Read only the file you need:
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install syft-news-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/syft-news-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Syft News Pool (CLI) 是什么?
Get access to Syft AI's global news pool, and leverage Syft CLI to fetch news. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。
如何安装 Syft News Pool (CLI)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install syft-news-cli」即可一键安装,无需额外配置。
Syft News Pool (CLI) 是免费的吗?
是的,Syft News Pool (CLI) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Syft News Pool (CLI) 支持哪些平台?
Syft News Pool (CLI) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Syft News Pool (CLI)?
由 Solatrader(@solatrader)开发并维护,当前版本 v1.0.0。