Install
openclaw skills install syft-news-cliUse when the user needs help installing, authenticating, troubleshooting, or using the local `syft` CLI for Syft AI news workflows. Trigger for first-time setup, `syft login` or `syft status`, followed-topics inspection, top stories, personal search, global search, Codex skill installation via `syft install-skill`, or any request asking which Syft CLI command to use.
openclaw skills install syft-news-cliUse 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.
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:
Only after that should they install the local CLI:
npm install -g @orionarm/syft-cli
syft login
syft status
Read references/install-and-auth.md when setup or authentication help is needed.
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 syft command is missing.
Guide installation with:
npm install -g @orionarm/syft-cli
syft login
syft status
syft following
syft top
syft search "<query>"
syft global-search "<query>"
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.
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-searchIf the user wants topic-specific top stories, get the topic id from syft following before suggesting syft top --topic-id <id>.
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.
Read only the file you need: