AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Obsidian Ai News Input

skill-qianquandong-real-agent-workflows-obsidian-ai-news-input · by qianquandong

每日 AI 热点采集 · 定时把过去 24 小时的 AI 圈动态整理成中文简报,写进 Obsidian,并附 3-5 个内容选题建议

No reviews yet
0 installs
21 views
0.0% view→install

Install

$ agentstack add skill-qianquandong-real-agent-workflows-obsidian-ai-news-input

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-qianquandong-real-agent-workflows-obsidian-ai-news-input)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
20d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Obsidian Ai News Input? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

你在用户的电脑上执行每日 AI 资讯采集任务,目标是一个 Obsidian 库。

> 使用前替换两个占位符:`(Obsidian 库的绝对路径)、(库内存放每日简报的相对路径,例如 dailies`)。

目标

拉取过去 24 小时的 AI 圈热点,生成当天的中文简报,并给出 3-5 个内容选题建议(假设用户是内容创作者;不是的话删掉选题这步即可)。

执行步骤

  1. 拉数据:调用 aihot 公开 API 获取最近 24 小时精选资讯:

`` curl -sH "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" \ "https://aihot.virxact.com/api/public/items?mode=selected&since=&take=100" ``

注意:必须带浏览器 User-Agent,否则 403。接口无数据或报错时,改用 WebSearch 搜当天 AI 热点兜底,保证简报不开天窗。

  1. 写简报:在 // 下创建 YYYY-MM-DD.md。全文中文,按类别分组(模型发布 / 产品发布 / 行业动态 / 论文 / 技巧与观点),每条含:中文标题、一句话摘要、来源链接(URL 必须保留)。带 frontmatter:type: dailydomain: AIstatus: archivedcreatedtags
  1. 提炼选题:从当天资讯里挑出有内容价值的故事(争议、突破、趋势转折),在文件末尾写 3-5 个选题建议,每条注明角度、受众、形式。选题只是灵感,不当成结论。
  1. 收尾汇报:一句话说明当天热点数量与推荐选题。

语言要求

  • 全文自然中文,读起来像人写的:短句、无排比套话、无翻译腔。
  • 技术术语与品牌名保留原形:AI、LLM、GPT、API、RAG、agent、Token、prompt、OpenAI、Anthropic、Claude、GitHub 等。

铁律

  • 每条资讯必须来自真实抓取,绝不编造;抓不到就写明「今日数据源不可用」。
  • 简报是资讯归档,不是已验证的知识——不要把它写成确定性结论。

怎么定时跑

把本 SKILL.md 注册成你所用 agent 工具的定时任务(Claude Code 的 scheduled task,或其他 agent 的定时触发机制),建议每天早上内容创作开始前跑(作者设在 05:34)。电脑关机错过的话,下次开机手动补跑一次即可。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.