solo-scope

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Solo Scope(RSS 简报)

Solo Scope (RSS Briefing)

由 Agent 拉取 Solo Scope 实时动态 RSS,归纳成若干类别,每类一段 140 字摘要(核心价值),并保留每条的原标题与原文链接,直接输出 Markdown 简报。
Pull real-time dynamic RSS from Solo Scope by Agent, categorize them into several categories, write a 140-word summary (core value) for each category, retain the original title and link of each item, and directly output the Markdown briefing.

数据源

Data Source

  • RSS 地址
    https://www.mixdao.world/feed
  • 拉取方式:Agent 用
    curl -s -L -H "Accept: application/rss+xml" "https://www.mixdao.world/feed"
  • 格式:RSS 2.0,每条含
    title
    link
    description
    pubDate
    guid
  • RSS URL:
    https://www.mixdao.world/feed
  • Pull Method: Agent uses
    curl -s -L -H "Accept: application/rss+xml" "https://www.mixdao.world/feed"
  • Format: RSS 2.0, each item includes
    title
    ,
    link
    ,
    description
    ,
    pubDate
    ,
    guid
    .

工作流程(Agent 执行)

Workflow (Agent Execution)

  1. 拉取 RSS:用 curl 或可用工具请求上述地址,得到 RSS XML。
  2. 解析条目:从 XML 中提取每条
    item
    title
    link
    description
  3. 整理分类:根据标题与描述将条目归纳为 3~6 个类别(如:AI 代理与安全、模型与定价、奢侈品与零售、硬件与可穿戴、融资与投资、开发者工具等),类别名简洁。
  4. 写简报:为每个类别写一段 140 字以内 的「核心价值」摘要,提炼对该类内容的洞察或可行动点;下列该类别内的条目,每条格式:
    - [标题](原URL)
  5. 输出:将完整简报以 Markdown 形式输出(可写入项目内文件,或直接回复)。
  1. Pull RSS: Request the above URL with curl or available tools to get RSS XML.
  2. Parse Items: Extract
    title
    ,
    link
    ,
    description
    of each
    item
    from the XML.
  3. Organize & Categorize: Classify items into 3 to 6 categories based on titles and descriptions (e.g., AI Agent & Security, Model & Pricing, Luxury & Retail, Hardware & Wearables, Funding & Investment, Developer Tools, etc.), with concise category names.
  4. Write Briefing: Write a 140-word or less "core value" summary for each category, refining insights or actionable points for the content of this category; list the items under the category, each in the format:
    - [Title](Original URL)
    .
  5. Output: Output the complete briefing in Markdown format (can be written into a project file or replied directly).

输出模板

Output Template

markdown
undefined
markdown
undefined

MIXLAB Solo Scope#简报

MIXLAB Solo Scope Briefing

来源: https://www.mixdao.world/feed | 生成: YYYY-MM-DD | 技术支持:MIXLAB AgentOS
Source: https://www.mixdao.world/feed | Generated on: YYYY-MM-DD | Technical Support: MIXLAB AgentOS

类别一名称

Category 1 Name

摘要(核心价值) 本段 140 字以内…
  • 标题一
  • 标题二
Summary (Core Value) This section is within 140 words…
  • [Title 1](Original URL 1)
  • [Title 2](Original URL 2)

类别二名称

Category 2 Name

undefined
undefined

输出要求

Output Requirements

  • 分类:3~6 个类别,类别名简短、可读。
  • 类别摘要:每类一段,140 字以内,提炼核心价值(创业者/一人公司视角)。
  • 条目:每类下列出该类条目,格式
    - [标题](原URL)
    ,标题与 URL 与 RSS 一致。
  • Categorization: 3 to 6 categories with short, readable names.
  • Category Summary: One paragraph per category, within 140 words, refining core value (from the perspective of entrepreneurs/solo companies).
  • Items: List items under each category in the format
    - [Title](Original URL)
    , with titles and URLs consistent with the RSS.