← 返回 Skills 市场
solatrader

Syft News Hub

作者 Solatrader · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
63
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install syft-news
功能描述
Coordinate Syft CLI based news pipelines from one root skill package to create personalized daily new digest, and timeline-tracking of key events.
使用说明 (SKILL.md)

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 following
  • syft top
  • syft 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.md
  • profile_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:

  1. Confirm syft is available. Run syft status.

    If the command is not found or the CLI is missing, instruct the user to install it with:

    npm install -g @orionarm/syft-cli
    

    Then have the user run:

    syft login
    syft status
    
  2. Treat syft following as the declared-interest source of truth in Syft-only environments.

  3. Use the retrieval ladder in this order unless the chosen subskill says otherwise:

    1. global top
    2. topic top
    3. targeted search
  4. Prefer polished final artifacts over debug-like outputs.

  5. 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.

安全使用建议
Install only if you are comfortable with the skill reading your Syft account signals and writing persistent profile, briefing, and storyline files in the workspace. Review generated profile summaries before reuse, especially any demographic, class, identity, or personality inferences, and avoid using it where those inferences could affect people unfairly.
能力标签
crypto
能力评估
Purpose & Capability
The Syft news, briefing, and storyline functions are coherent with the package purpose, but the profile-summary prompt goes beyond summarizing interests by asking for strong sociodemographic inferences written as high-confidence editorial observations.
Instruction Scope
Most workflow instructions are scoped to Syft CLI commands and local artifacts, but several trigger descriptions are broad and the package hard-codes Simplified Chinese output even when user language may differ.
Install Mechanism
The package transparently tells users to install the official Syft CLI with npm and run Syft login/status; no hidden installer, obfuscated code, or automatic credential collection was found in the artifact.
Credentials
Reading Syft follows, top stories, and searches is expected for personalized news, but storing durable profile artifacts that may contain sensitive inferred demographic traits is higher impact than ordinary briefing generation.
Persistence & Privilege
The skill creates or refreshes files under profiles, briefings, and storylines, including reusable profile summaries and guidance rulebooks; the guidance rulebook requires confirmation, but profile refreshes do not clearly require overwrite approval.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install syft-news
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /syft-news 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Improved onboarding: now pauses and instructs the user to install and authenticate the Syft CLI if syft is missing. - Updated Shared Rules to include explicit CLI installation and login steps if syft is not available. - Clarified that workflows should only proceed after the CLI is available and authenticated. - No changes to workflow logic or routing; documentation and user guidance improved.
v1.0.0
Initial release of the Syft CLI Skills root package. - Introduces a root skill for coordinating Syft CLI news workflows. - Routes tasks to bundled subskills for profile building, personalized briefings, storyline tree creation, backfilling, and editorial guidance. - Establishes routing and retrieval priorities, along with shared rules. - Default language for deliverables set to Simplified Chinese unless specified otherwise. - Designed to satisfy package hosts needing a top-level SKILL.md, while keeping workflow logic modular.
元数据
Slug syft-news
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 63 次。

如何安装 Syft News Hub?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install syft-news」即可一键安装,无需额外配置。

Syft News Hub 是免费的吗?

是的,Syft News Hub 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Syft News Hub 支持哪些平台?

Syft News Hub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Syft News Hub?

由 Solatrader(@solatrader)开发并维护,当前版本 v1.0.1。

💬 留言讨论