Syft News Hub
/install syft-news
Syft CLI Skills
Use this root skill as the entry point for the bundled Syft CLI workflow pack.
This package assumes the user has:
syft followingsyft topsyft search- an agent environment that can read files inside this skill package
If the syft command is missing or syft status fails because the CLI is not installed,
pause the workflow and tell the user to install the official Syft CLI first:
npm install -g @orionarm/syft-cli
After installation, ask the user to run:
syft login
syft status
Only continue with the bundled workflows after the CLI is available and authenticated.
Routing Rule
Do not try to solve every request from this file alone.
Use this file to choose the correct bundled subskill, then read that subskill's SKILL.md.
Subskills live under:
subskills/syft-news-pipeline/subskills/syft-profile-summary/subskills/syft-daily-briefing/subskills/syft-storyline-tree/subskills/syft-storyline-backfill/subskills/syft-guidance-rulebook/
Recommended Default
When the user's request is broad or spans multiple stages, start with:
subskills/syft-news-pipeline/SKILL.md
That bundled skill is the orchestration entry point and contains the top-level workflow map.
Which Subskill To Read
1. Profile building
Read:
subskills/syft-profile-summary/SKILL.md
Use when the task is to turn syft following into reusable profile artifacts such as:
following_topics.mdprofile_summary.md- raw interest or aversion blocks
2. Long-term editorial guidance
Read:
subskills/syft-guidance-rulebook/SKILL.md
Use when the user expresses a durable preference or editorial rule that should persist across future runs.
3. Daily briefing generation
Read:
subskills/syft-daily-briefing/SKILL.md
Use when the user wants a personalized daily edition from Syft CLI signals.
4. Storyline tree generation
Read:
subskills/syft-storyline-tree/SKILL.md
Use when the user wants a relationship-first reading view with trunks, branches, and merged timelines.
5. Storyline backfill
Read:
subskills/syft-storyline-backfill/SKILL.md
Use when the user already has a storyline tree and wants one branch, one trunk, or the full tree extended with more chronology.
Shared Rules
Apply these rules before and after routing:
-
Confirm
syftis available. Runsyft status.If the command is not found or the CLI is missing, instruct the user to install it with:
npm install -g @orionarm/syft-cliThen have the user run:
syft login syft status -
Treat
syft followingas the declared-interest source of truth in Syft-only environments. -
Use the retrieval ladder in this order unless the chosen subskill says otherwise:
- global top
- topic top
- targeted search
-
Prefer polished final artifacts over debug-like outputs.
-
Default to Simplified Chinese for final user-facing deliverables unless the user asks otherwise.
Package Purpose
This root skill exists to satisfy package hosts that require a top-level SKILL.md.
The actual domain workflows remain modular in the bundled subskills so the package stays maintainable and the agent can load only the needed instructions.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install syft-news - After installation, invoke the skill by name or use
/syft-news - Provide required inputs per the skill's parameter spec and get structured output
What is Syft News Hub?
Coordinate Syft CLI based news pipelines from one root skill package to create personalized daily new digest, and timeline-tracking of key events. It is an AI Agent Skill for Claude Code / OpenClaw, with 63 downloads so far.
How do I install Syft News Hub?
Run "/install syft-news" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Syft News Hub free?
Yes, Syft News Hub is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Syft News Hub support?
Syft News Hub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Syft News Hub?
It is built and maintained by Solatrader (@solatrader); the current version is v1.0.1.