Install
openclaw skills install embodied-ai-newsAggregates publicly available Embodied AI and Robotics news from curated sources (robotics media, arXiv, company blogs). Delivers structured briefings on humanoid robots, foundation models, hardware, deployments, and funding with direct links to original articles. Optional module surfaces hot GitHub open-source repos relevant to embodied AI (policies, sim, data, benchmarks).
openclaw skills install embodied-ai-newsAggregates the latest Embodied AI & Robotics news from curated sources and delivers concise summaries with direct links. Covers the full stack: algorithms, hardware, simulation, deployment, funding, policy, and the China ecosystem.
Activate this skill when the user:
English: embodied AI, humanoid robot, robot news, robotics update, robot learning, VLA model, diffusion policy, dexterous manipulation, sim-to-real, robot deployment, robotics funding, Figure AI, Tesla Optimus, Unitree, AGIBOT, Boston Dynamics, 1X, Physical Intelligence, Skild AI, robot hand, quadruped robot, Isaac Sim, world model robot, robot benchmark, robot safety, robot regulation, monthly robot report
Chinese: 具身智能, 人形机器人, 机器人资讯, 灵巧操作, 仿真到真实, 机器人部署, 宇树, 智元, 优必选, 银河通用, 傅利叶, 机器人融资, 灵巧手, 四足机器人, 机器人大模型, 机器人月报, 机器人安全, 机器人政策, GitHub 热门, 开源仓库, 机器人开源
This skill relies on 6 companion reference files. Always consult them during execution:
📁 references/
├── 📰 news_sources.md — WHERE to find information (tiered source list)
├── 🔍 search_queries.md — HOW to search (query templates & recipes)
├── 📝 output_templates.md — WHAT format to output (6+ template variants)
├── 📊 taxonomy.md — SHARED LANGUAGE (categories, keywords, company list)
├── ⭐ github_repos.md — GitHub hot repos module (discovery, ranking, output schema)
└── 🧭 workflow.md — WHEN and in what ORDER to execute (SOP for daily/weekly/monthly)
| File | When to Consult |
|---|---|
news_sources.md | Phase 1 — choosing which sites to fetch; selecting tier-appropriate sources |
search_queries.md | Phase 1 — building search queries; selecting recipe by briefing type |
taxonomy.md | Phase 3 — classifying stories; Phase 1 — looking up company aliases & tech terms |
output_templates.md | Phase 5 — rendering final output; selecting template by user request |
github_repos.md | Phase 1 & 5 — when user wants GitHub 热门开源; weekly/monthly open-source momentum |
workflow.md | All Phases — orchestrating the end-to-end workflow; time budgeting; monthly maintenance |
┌─────────────────┐ ┌────────────────────┐ ┌───────────────┐ ┌──────────────────┐
│ search_queries │────▶ │ news_sources │────▶│ Classify & │────▶│ output_templates │
│ (discover) │ │ (browse & verify) │ │ Prioritize │ │ (generate) │
└─────────────────┘ └────────────────────┘ └───────────────┘ └──────────────────┘
▲ ▲
│ │
└────── taxonomy.md ─────┘
(shared vocabulary)
Optional GitHub module:
search_queries (Recipe F) ──▶ github_repos.md ──▶ output_templates (⭐ GitHub section)
Before any tool calls, ask the user (if not already clear):
Default if user doesn't specify:
Map to workflow.md:
workflow.md Section "Daily Workflow"workflow.md Section "Weekly Workflow"workflow.md Section "Monthly Workflow"Consult workflow.md for the appropriate recipe, then execute the corresponding steps from search_queries.md and news_sources.md.
Tool: WebSearch (or equivalent web search tool)
Source: search_queries.md → Select the appropriate recipe:
Parameters:
return_format: markdownwith_images_summary: falsetimeout: 20 seconds per sourcenews_sources.mdOutput: A list of 20–50 URLs with headlines and snippets.
Tool: mcp__web_reader__webReader
Source: news_sources.md → Tier 1 section
Directly fetch the homepage or RSS feed of:
Parameters:
url: [homepage URL from news_sources.md]return_format: markdownwith_images_summary: falsenews_sources.mdOutput: Recent headlines (last 24h / 7d / 30d based on scope).
Tool: mcp__arxiv__readURL (if available) or WebSearch with arXiv-specific queries
Source: search_queries.md → Section "6. Academic Research (arXiv)"
Execute 2–3 arXiv queries:
cat:cs.RO AND ("embodied AI" OR "robot learning" OR "VLA") submittedDate:[today - 7d TO today]
Output: 5–10 recent papers with abstracts.
Tool: mcp__web_reader__webReader
Source: news_sources.md → Tier 2 (Company Blogs) + Tier 4 (China Ecosystem)
Fetch from:
Fetch constraints:
news_sources.mdOutput: Recent announcements (last 7d / 30d based on scope).
When: User requested the GitHub module (Phase 0), or weekly/monthly briefing explicitly includes open-source radar.
Tools: WebSearch, WebFetch (or equivalent) — no GitHub token required; use public pages only.
Source: github_repos.md (full procedure) + search_queries.md → Section 10.5 + Recipe F
Procedure (summary):
github_repos.md → Relevance Filter; verify each shortlisted repo URL.github_repos.md → Rank (“热门” definition); output 5–8 repos.Output: Structured rows ready for output_templates.md → GitHub 热门开源 section; deduplicate against stories already covered in Foundation Models / Simulation sections.
For each fetched URL:
Extract:
taxonomy.md for reference)Deduplicate:
Discard:
search_queries.md Section 1.4 "Noise Exclusion Filter")Output: A deduplicated list of 15–30 stories with extracted metadata.
Consult taxonomy.md to classify each story.
Use taxonomy.md → Section "1. News Category Taxonomy"
Assign each story to exactly one primary category:
Rules (from taxonomy.md → "Category Assignment Rules"):
Use taxonomy.md → Section "3. Priority Scoring System"
Calculate priority score (0–100) based on:
Priority Levels:
Within each category, sort by:
For each story, generate:
One-sentence summary: Capture the core news in <20 words
Key points (2–4 bullet points): Extract the most important details
Metadata fields (based on category):
output_templates.md for full metadata schema per category)Impact statement: Why this matters for the embodied AI field (1–2 sentences)
Tone & Style:
taxonomy.mdConsult output_templates.md to select the appropriate template.
Based on user request (from Phase 0):
| User Request | Template to Use |
|---|---|
| "Daily briefing" | Standard Format |
| "Quick summary" | Brief Format |
| "Twitter thread" | Thread Format |
| "Markdown report" | Markdown Report Format |
| "Presentation slides" | Presentation Format |
| "Custom" | Adapt from Standard Format |
Fill in the selected template with:
output_templates.mdQuality checks:
If the user requested analysis or trends, append:
Use taxonomy.md → Section "5. Trend Analysis Framework" for guidance.
If user asks about a specific topic (e.g., "What's new with dexterous hands?"):
taxonomy.md → Section "2. Technology & Product Taxonomy" → Find relevant subcategoriessearch_queries.md → Recipe D (Custom Topic)news_sources.md that cover this topicoutput_templates.mdIf user asks about a specific company (e.g., "What's Figure AI been up to?"):
taxonomy.md → Section "4. Company & Organization Directory" → Find company profileoutput_templates.mdIf user asks specifically about China (e.g., "中国人形机器人有什么进展?"):
news_sources.md → Tier 4 (China Ecosystem)search_queries.md → Section "8. China Ecosystem"taxonomy.md → Section "4.3 China Ecosystem Companies"If the user only wants a GitHub 热门仓库 snapshot (no full news briefing):
github_repos.md procedure end-to-end with Recipe Foutput_templates.md → ⭐ GitHub section (Standard or Brief) plus a short methodology footnoteThis skill operates in read-only mode:
news_sources.md, search_queries.md, github_repos.md, output_templates.md, workflow.md, taxonomy.md)workflow.md → Part BAim for a balanced mix:
taxonomy.mdworkflow.md → "Monthly Workflow"):taxonomy.md for new companies, models, or terminologynews_sources.md if new authoritative sources emergesearch_queries.md based on what queries yielded the best resultsgithub_repos.md anchor list and Recipe F queries⚠️ All reference file changes require explicit user approval. The agent generates a Maintenance Proposal (see workflow.md → Part B) and presents it as a diff. Do not write to any reference file without user confirmation.
User: "Give me today's embodied AI news"
Agent:
search_queries.md (5 queries)news_sources.mdtaxonomy.mdoutput_templates.mdUser: "What happened in robotics this week?"
Agent:
search_queries.md (8 queries)User: "What's new with VLA models?"
Agent:
taxonomy.md → "Vision-Language-Action (VLA) Models"search_queries.md Section 2.1User: "What's Unitree been up to?"
Agent:
taxonomy.md → Company profile for Unitreeoutput_templates.mdUser: "中国人形机器人有什么进展?"
Agent:
news_sources.md Tier 4 sourcessearch_queries.md Section 8 (China Ecosystem)User: "今天的具身智能资讯里加上 GitHub 最热门的相关开源仓库"
Agent:
search_queries.md and follows github_repos.md (verify URLs, no fake stars)## ⭐ GitHub 热门开源(具身智能相关) from output_templates.md before Key Takeawayshttps://github.com/owner/repo linksThis skill orchestrates a multi-phase workflow:
Key success factors: