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:
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install syft-news-cli - After installation, invoke the skill by name or use
/syft-news-cli - Provide required inputs per the skill's parameter spec and get structured output
What is Syft News Pool (CLI)?
Get access to Syft AI's global news pool, and leverage Syft CLI to fetch news. It is an AI Agent Skill for Claude Code / OpenClaw, with 41 downloads so far.
How do I install Syft News Pool (CLI)?
Run "/install syft-news-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Syft News Pool (CLI) free?
Yes, Syft News Pool (CLI) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Syft News Pool (CLI) support?
Syft News Pool (CLI) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Syft News Pool (CLI)?
It is built and maintained by Solatrader (@solatrader); the current version is v1.0.0.