← Back to Skills Marketplace
ye4wzp

Frontier Knowledge Digest

by ye4wzp · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
286
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install frontier-knowledge-digest
Description
Daily digest of cutting-edge science, AI, and top journal papers worldwide. Searches 12+ domains including Nature, Science, arXiv, AI news, biomedicine, phys...
README (SKILL.md)

Frontier Knowledge Digest (前沿知识简报)

Deliver a curated daily briefing of humanity's latest and most impactful knowledge discoveries — spanning cutting-edge science, AI breakthroughs, and top-tier journal publications.


When to Use

  • "帮我获取今天的前沿知识简报"
  • "最近有什么重要的科技/AI新闻?"
  • "有什么值得关注的新论文?"
  • "每日知识简报" / "daily digest"

Execution Flow

Step 1: Search Latest Information

Use web search to query across 12+ domains in parallel:

# Domain Search Query
1 AI/Tech News AI news today latest developments machine learning OpenAI DeepMind Anthropic
2 Tech Startups tech news today startup funding product launch
3 Top Journals Nature Science Cell journal latest papers this week breakthrough
4 arXiv arXiv trending papers AI machine learning LLM
5 Biomedicine medical research breakthrough NEJM Lancet latest
6 Physics/Astronomy physics astronomy quantum computing breakthrough research
7 Energy/Climate clean energy climate research renewable breakthrough
8 Neuroscience neuroscience brain research breakthrough consciousness
9 Robotics/Space robotics humanoid robot SpaceX space exploration news
10 Materials Science materials science nanotechnology superconductor breakthrough
11 Social Sciences economics research psychology behavioral science study
12 AI Ethics/Policy AI regulation policy ethics governance news
13 Web3/FinTech blockchain crypto fintech regulation news

Step 2: Filter & Rate

Filter results to keep only high-value content:

Rating Criteria
⭐⭐⭐ Milestone discoveries (Nobel-prize level, paradigm shifts)
⭐⭐ Important advances (top journals, high impact)
Worth noting (interesting, practical)

Step 3: Generate Report

Output in structured format:

# 🌍 前沿知识简报 | {date}

## 📊 今日概览
- 共筛选 X 条值得关注的信息
- 重点领域:{field1}, {field2}...

---

## 🔬 顶级期刊 (Nature/Science/Cell)
### 1. [Paper Title] ⭐⭐⭐
- **来源**: Nature | 2026-XX-XX | [Original Link](url)
- **核心发现**: 3-5 sentence detailed description

## 🤖 AI/Machine Learning
## 🧬 Biomedicine
## 🔭 Physics/Astronomy/Math
## ⚛️ Quantum Computing
## 🧠 Neuroscience
## 🤖 Robotics/Automation
## 🚀 Space/Aerospace
## 🌱 Energy/Climate
## 🧪 Materials Science
## 📊 Economics/Society/Psychology
## ⚖️ AI Ethics/Policy
## 🔗 Web3/FinTech
## 💡 Tech Industry News

---

## 📌 This Week's Must-Reads
Recommend 1-2 most worthwhile deep-reads

---

> Generated: {timestamp}
> Saved to: ~/Documents/FrontierKnowledge/{year-month}/{date}-daily-digest.md

Step 4: Save Locally

Save the generated report to:

~/Documents/FrontierKnowledge/{year-month}/{date}-daily-digest.md

Category Reference

Category Icon Coverage
Top Journals 🔬 Nature, Science, Cell
AI/ML 🤖 LLM, Deep Learning, AI Companies
Biomedicine 🧬 NEJM, Lancet, Drug R&D, Clinical Trials
Physics/Astronomy 🔭 Particle Physics, Astrophysics, Math Proofs
Quantum Computing ⚛️ Quantum Advantage, Error Correction
Neuroscience 🧠 Consciousness, Brain-Computer Interface
Robotics 🤖 Humanoid Robots, Industrial Automation
Space 🚀 SpaceX, Mars Missions, Satellite Tech
Energy/Climate 🌱 Clean Energy, Carbon Capture
Materials 🧪 Nanomaterials, Superconductors
Economics/Society 📊 Economic Research, Behavioral Science
AI Ethics ⚖️ Regulations, Ethics Discussions
Web3/FinTech 🔗 Blockchain, DeFi, Payment Innovation
Tech Industry 💡 Funding, Acquisitions, Product Launches

Configuration Options

Interest Weights

Users can adjust focus areas via conversation:

  • "我更关注 AI 和生物医学" → Prioritize these categories
  • "暂时不想看物理方面的" → Skip physics section

Time Range

  • Default: Last 24-48 hours
  • Adjustable: "帮我看看这周的重要新闻" → This week

Guidelines

  1. Quality over quantity — Only recommend truly valuable content
  2. No duplicates — Check history to avoid repeat recommendations
  3. Detailed descriptions — Each item should have 3-5 sentences explaining the discovery, method, and significance
  4. Source links — Always provide original article links
  5. Star ratings — Help users quickly identify priority items
  6. Flexible categories — Skip categories with no noteworthy news; never force-fill
Usage Guidance
This skill appears coherent for producing research digests, but consider the following before installing: (1) It will save files to ~/Documents/FrontierKnowledge — confirm you are comfortable with automatic file creation there and review/delete files as needed. (2) The SKILL.md's 'check history' implies the agent may read previous digests or local history to avoid duplicates; if you want to restrict local reads, clarify or sandbox the agent. (3) Network activity goes to unspecified search engines and sources — expect outbound web requests to many domains; if you have privacy concerns, ask which search provider will be used or run it in a controlled environment. (4) No credentials are requested, which is good. If you need stronger guarantees, ask the publisher for details on which search APIs are used and how duplicate-checking accesses history.
Capability Analysis
Type: OpenClaw Skill Name: frontier-knowledge-digest Version: 1.0.0 The 'frontier-knowledge-digest' skill is a standard news aggregation tool designed to search for scientific and technical updates, summarize them, and save a report to the local filesystem (~/Documents/FrontierKnowledge/). The execution flow in SKILL.md is transparent, well-structured, and aligns perfectly with the stated purpose without any signs of data exfiltration, malicious command execution, or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name and description match the instructions: search many research/news domains, filter, rate, and produce a daily digest. There are no unexpected required binaries, environment variables, or installs.
Instruction Scope
Runtime instructions ask the agent to perform web searches across many domains, filter and rate results, and 'check history to avoid repeat recommendations.' That implies the agent may read prior digests or conversation history to detect duplicates, but the skill does not explicitly state which local files or histories will be read. Also, the instructions do not name which search engine or external API will be used, so network calls will go to unspecified external sites.
Install Mechanism
No install spec and no code files — instruction-only. Low surface area because nothing is downloaded or written by an installer.
Credentials
The skill requests no environment variables or credentials. For its stated purpose (public web research and local report saving) this is proportionate.
Persistence & Privilege
The SKILL.md explicitly instructs saving reports to ~/Documents/FrontierKnowledge/{year-month}/{date}-daily-digest.md, so it will create persistent files in the user's home directory. 'always' is false and autonomous invocation is default. The only privilege requested is to write (and implicitly read) files under Documents; the SKILL.md does not attempt to modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install frontier-knowledge-digest
  3. After installation, invoke the skill by name or use /frontier-knowledge-digest
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: daily digest of cutting-edge science, AI, and top journal papers across 12+ domains
Metadata
Slug frontier-knowledge-digest
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Frontier Knowledge Digest?

Daily digest of cutting-edge science, AI, and top journal papers worldwide. Searches 12+ domains including Nature, Science, arXiv, AI news, biomedicine, phys... It is an AI Agent Skill for Claude Code / OpenClaw, with 286 downloads so far.

How do I install Frontier Knowledge Digest?

Run "/install frontier-knowledge-digest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Frontier Knowledge Digest free?

Yes, Frontier Knowledge Digest is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Frontier Knowledge Digest support?

Frontier Knowledge Digest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Frontier Knowledge Digest?

It is built and maintained by ye4wzp (@ye4wzp); the current version is v1.0.0.

💬 Comments