← Back to Skills Marketplace
206
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aiinsight-daily-new
Description
获取 AI 洞察日报最新内容,支持获取指定条数并推送到多个 webhook 渠道,自动适配格式显示。
README (SKILL.md)
AI Daily Skill
获取 AI 洞察日报 最新内容,从官方 RSS 源抓取,支持获取最新 N 条,支持推送到多个 webhook 渠道。
触发词
ai daily、ai日报、ai daily、每日ai、人工智能日报、ai洞察
环境变量配置
# 多个推送渠道,空格分隔。支持:Bark / 企业微信机器人 / 飞书机器人 / 钉钉机器人 / 通用 webhook
export AI_DAILY_WEBHOOKS="https://api.day.app/your-token https://other-webhook"
# 默认获取最新条数
export AI_DAILY_DEFAULT_COUNT=1
# RSS 源(默认已配置官方源,一般不需要修改)
# export AI_DAILY_RSS_URL="https://justlovemaki.github.io/CloudFlare-AI-Insight-Daily/rss.xml"
使用方式
# 加载配置
source ~/.openclaw/skills/ai-daily/config.sh
# 获取默认条数(默认 1 条,当日日报)
~/.openclaw/skills/ai-daily/scripts/fetch.sh
# 获取最新 N 条
~/.openclaw/skills/ai-daily/scripts/fetch.sh 5
输出格式
获取最新 1 条(当日日报):
**AI 洞察日报 - 2026-03-18**
### 产品与功能更新
- OpenAI 发布推理速度更快的轻量模型
- Midjourney 开启 V8 模型社区测试
- 谷歌 上线 NotebookLM 电影级视频功能
- Gamma 发布 AI 原生设计工具套件
- Lightricks 发布物理级写实视频模型
### 前沿研究
- DeepMind 扩容蛋白质复合物数据库
- AI 通过新框架自主进化出社会规则
- Tether 发布手机端大模型离线训练框架
- Schmidt 悬赏百万美元研究 AI 欺骗行为
### 行业展望与社会影响
- Hugging Face 发布开源趋势研究报告
- 英伟达 发布太空级 AI 基础设施蓝图
- 甲骨文 因 AI 基建成本飙升裁员三万人
说明
- 数据来源:AI 洞察日报 by justlovemaki
- RSS 目前为摘要模式,完整内容请点击原文链接查看
- 支持多个推送渠道,自动适配格式
更新记录
- 2026-03-18: 初始版本,支持 RSS 抓取、多 webhook 推送
Usage Guidance
This skill fetches an external RSS feed and will POST the fetched/formatted content to any webhook URLs you put in AI_DAILY_WEBHOOKS — treat those webhook URLs as secrets/tokens and only provide endpoints you trust. The scripts require python3 and the Python package 'feedparser' (not declared in metadata), so install it if you plan to run the script (pip install feedparser). Review and verify the webhook URLs and the RSS source before installing. Note the skill will perform outbound network requests (fetch RSS + push to webhooks) and, if allowed to run autonomously by your agent, can post without further prompts whenever invoked.
Capability Analysis
Type: OpenClaw Skill
Name: aiinsight-daily-new
Version: 1.0.0
The skill contains a critical code injection vulnerability in `scripts/fetch.sh` where shell variables (`$RSS_URL` and `$COUNT`) are directly expanded into a Python heredoc. This allows for arbitrary Python code execution if these environment variables are influenced by an attacker or a malicious prompt. While the stated purpose of fetching AI news from a legitimate RSS source appears benign and there is no evidence of hardcoded data exfiltration, the insecure implementation poses a significant security risk.
Capability Assessment
Purpose & Capability
Name/description say: fetch AI Daily RSS and push to webhooks. The included scripts fetch an RSS URL, parse entries, format output, and POST to webhook URLs — this matches the stated purpose. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md directs sourcing a local config and running scripts that fetch an external RSS feed and POST to webhook URLs taken from AI_DAILY_WEBHOOKS. This is within scope, but note it performs outbound network I/O (fetch feed + POST to third-party webhooks) and will transmit the fetched content to any webhook URLs you provide. Also the README path uses ~/.openclaw/skills/ai-daily/... while the skill slug is aiinsight-daily-new — a minor path/name mismatch in docs only.
Install Mechanism
There is no install spec (instruction-only), which is low risk. The runnable script invokes python3 and imports the third-party module 'feedparser' but the skill metadata did not declare this dependency or require python3; you may need to install feedparser (pip install feedparser) for the script to work.
Credentials
No required environment variables are enforced by the registry metadata. The script uses optional env vars (AI_DAILY_WEBHOOKS, AI_DAILY_DEFAULT_COUNT, AI_DAILY_RSS_URL). Webhook URLs can contain tokens (user-provided) — that's expected and proportional to the function.
Persistence & Privilege
always is false, the skill does not request permanent presence or modify other skills or system config. It runs on demand and only uses its own scripts/config.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aiinsight-daily-new - After installation, invoke the skill by name or use
/aiinsight-daily-new - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
AI Daily Skill 1.0.0 初始发布。
- 支持从官方 RSS 源获取 AI 洞察日报内容
- 可配置获取最新 N 条日报
- 支持多个 webhook(如 Bark、企业微信、飞书、钉钉等)推送
- 默认输出摘要内容及格式适配
- 提供简单环境变量和脚本调用方式
Metadata
Frequently Asked Questions
What is aiinsight-daily-new?
获取 AI 洞察日报最新内容,支持获取指定条数并推送到多个 webhook 渠道,自动适配格式显示。 It is an AI Agent Skill for Claude Code / OpenClaw, with 206 downloads so far.
How do I install aiinsight-daily-new?
Run "/install aiinsight-daily-new" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is aiinsight-daily-new free?
Yes, aiinsight-daily-new is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does aiinsight-daily-new support?
aiinsight-daily-new is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created aiinsight-daily-new?
It is built and maintained by DamomHd (@damomhd); the current version is v1.0.0.
More Skills