← Back to Skills Marketplace
octo-patch

MorningAI

by octo-patch · GitHub ↗ · v1.2.5 · MIT-0
cross-platform ✓ Security Clean
86
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install morning-ai
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchasesposts-externally
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install morning-ai
  3. After installation, invoke the skill by name or use /morning-ai
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.5
Fix dead Reddit links, add Claude Code symlink discovery, improve message digest quality
Metadata
Slug morning-ai
Version 1.2.5
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 86 downloads so far.

How do I install MorningAI?

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

Is MorningAI free?

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

Which platforms does MorningAI support?

MorningAI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MorningAI?

It is built and maintained by octo-patch (@octo-patch); the current version is v1.2.5.

💬 Comments