← 返回 Skills 市场
MorningAI
作者
octo-patch
· GitHub ↗
· v1.2.5
· MIT-0
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install morning-ai
功能描述
Daily-scheduled AI news tracker. Collects updates from 80+ AI entities across 6 sources every 24 hours (default 08:00 UTC+8). Generates scored, deduplicated...
安全使用建议
This skill appears to do what it says: collect public AI-related posts, score/deduplicate them, and write reports/images locally. Before installing: (1) Review the Python scripts (skills/tracking-list/scripts/collect.py and lib/*) if you want to audit outbound calls. (2) Prefer creating the ~/.config/morning-ai/.env file yourself (do not paste secrets into an agent chat); if you use a GITHUB_TOKEN or image-provider key, give it least privilege and rotate/delete when not needed. (3) If you run unattended scheduled jobs, consider isolating the run environment (dedicated user account or container) because reports and keys are stored on disk in plaintext. (4) If you want extra assurance, run a test with only free/public sources (create the minimal config shown in SKILL.md) before enabling optional API keys or image generation.
功能分析
Type: OpenClaw Skill
Name: morning-ai
Version: 1.2.5
The morning-ai skill is a comprehensive AI news aggregator that automates data collection from multiple public sources (Reddit, GitHub, arXiv, etc.) and generates structured reports. The code and instructions in SKILL.md are well-aligned with the stated purpose, using a multi-step workflow to manage configuration, data collection, and report generation. While the skill utilizes broad permissions such as Bash execution, file I/O, and WebSearch to supplement its Python-based collectors, these actions are transparently documented and consistent with the tool's functionality. No evidence of data exfiltration, malicious intent, or harmful prompt injection was found across the Python libraries (lib/), shell scripts (sync.sh, check-config.sh), or entity registries.
能力标签
能力评估
Purpose & Capability
Name/description (daily AI news tracker) aligns with required binary (python3), included collector scripts, source-specific modules (reddit, github, hackernews, huggingface, arxiv, X/Twitter via web search), and report/image generation files. The optional API keys (GITHUB_TOKEN, GEMINI/MINIMAX image keys) match the claimed features (higher GitHub rate limits, optional infographic providers).
Instruction Scope
SKILL.md tightly scopes actions to checking/creating a local config, calling the Python collector, scoring/deduplication, and optionally calling image provider APIs. It reads/writes only declared config paths (~/.config/morning-ai/.env, .env, .claude/morning-ai.env), entity markdown files, and produces date-stamped report/data files in the working directory. Note: onboarding guides the agent to collect API keys interactively and write them to disk; that is functionally necessary but increases the chance of accidental secret exposure if a user pastes credentials into an agent conversation.
Install Mechanism
No install/download steps are present (instruction-only manifest). The skill expects python3 and runs local Python scripts included in the repo; no external binaries, package downloads, or archive extraction are required by the manifest. This is low-risk from an installation standpoint.
Credentials
The skill declares no required environment variables and lists GITHUB_TOKEN and image-provider keys as optional — which matches their described uses. However the onboarding instructs creating a plaintext ~/.config/morning-ai/.env to store provided keys; storing secrets unencrypted on disk and prompting users to paste keys into an interactive flow can risk accidental leakage. No unrelated credentials (AWS, system tokens) are requested.
Persistence & Privilege
always:false and user-invocable:true. The skill writes its own config and report files under the user's home and working directory only; it does not request system-wide privileges or modify other skills. Autonomous invocation is allowed by platform default but not elevated by this skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install morning-ai - 安装完成后,直接呼叫该 Skill 的名称或使用
/morning-ai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.5
Fix dead Reddit links, add Claude Code symlink discovery, improve message digest quality
元数据
常见问题
MorningAI 是什么?
Daily-scheduled AI news tracker. Collects updates from 80+ AI entities across 6 sources every 24 hours (default 08:00 UTC+8). Generates scored, deduplicated... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。
如何安装 MorningAI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install morning-ai」即可一键安装,无需额外配置。
MorningAI 是免费的吗?
是的,MorningAI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MorningAI 支持哪些平台?
MorningAI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MorningAI?
由 octo-patch(@octo-patch)开发并维护,当前版本 v1.2.5。
推荐 Skills