← 返回
未分类 中文

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.
协调基于Syft CLI的新闻管道,生成个性化每日新闻摘要并追踪关键事件时间线。
solatrader solatrader 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 1
Stars
📥 203
下载
💾 0
安装
1
版本
#cli#latest#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 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:

```bash

npm install -g @orionarm/syft-cli

```

Then have the user run:

```bash

syft login

syft status

```

  1. Treat syft following as the declared-interest source of truth in Syft-only environments.
  1. Use the retrieval ladder in this order unless the chosen subskill says otherwise:
  2. global top
  3. topic top
  4. targeted search
  1. Prefer polished final artifacts over debug-like outputs.
  1. 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.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-28 13:39

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,424 📥 326,618
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 852 📥 334,494
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,137 📥 911,705