solo-scope
Original:🇨🇳 Chinese
Translated
Pull items from Solo Scope RSS (https://www.mixdao.world/feed), organize them into 3 to 6 categories by topic, generate a 140-word core value summary for each category, and output a briefing with the original title and URL of each item. The Agent will independently complete the pulling, organizing, and briefing writing. Trigger examples: "Do Solo Scope", "olo Scope", "Organize mixdao feed", "RSS categorized briefing".
63installs
Sourceshadowcz007/skills
Added on
NPX Install
npx skill4agent add shadowcz007/skills solo-scopeTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →Solo Scope (RSS Briefing)
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 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
Workflow (Agent Execution)
- Pull RSS: Request the above URL with curl or available tools to get RSS XML.
- Parse Items: Extract ,
title,linkof eachdescriptionfrom the XML.item - 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.
- 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) - Output: Output the complete briefing in Markdown format (can be written into a project file or replied directly).
Output Template
markdown
# MIXLAB Solo Scope Briefing
> Source: https://www.mixdao.world/feed | Generated on: YYYY-MM-DD | Technical Support: MIXLAB AgentOS
## Category 1 Name
**Summary (Core Value)** This section is within 140 words…
- [Title 1](Original URL 1)
- [Title 2](Original URL 2)
## Category 2 Name
…Output Requirements
- 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 , with titles and URLs consistent with the RSS.
- [Title](Original URL)