← Back to Skills Marketplace
vmining

Kiro Creator Monitor Daily Brief

by Xinjin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
534
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install kiro-creator-monitor-daily-brief
Description
Monitor creator topics across X, RSS, GitHub, and Reddit; deduplicate and score results; produce a daily top-5 brief plus one publish-ready X/LinkedIn draft;...
README (SKILL.md)

Kiro Creator Monitor Daily Brief

Plugin producer: kiroai.io

This skill builds a creator-focused monitoring loop:

  1. Pull signals from configured sources (x, rss, github, reddit)
  2. Deduplicate and score by relevance + freshness
  3. Output a concise brief: top 5 items + one social draft
  4. Optionally deliver to Telegram/Slack/email

Files

  • scripts/daily_brief.py
  • examples/config.json
  • examples/cron_command.txt

Quick start

python3 skills/kiro-creator-monitor-daily-brief/scripts/install_and_init.py

python3 skills/kiro-creator-monitor-daily-brief/scripts/daily_brief.py \
  --config skills/kiro-creator-monitor-daily-brief/examples/config.json \
  --out-dir outputs/creator-brief

Config

Use JSON config with:

  • topics: keyword groups and exclusions
  • sources: source-level settings
  • delivery: optional delivery channels

See examples/config.json.

Schedule

For OpenClaw cron, use the command in examples/cron_command.txt and set your schedule to:

  • 0 9 * * * with timezone America/New_York

Notes

  • X search needs X_BEARER_TOKEN.
  • RSS and public GitHub endpoints can run without keys.
  • Reddit public JSON may be rate-limited; set a user-agent in script args if needed.
Usage Guidance
This skill appears to do what it says: gather signals and optionally post a daily brief. However, the registry metadata incorrectly marks delivery credentials (Telegram token, Slack webhook, SMTP user/pass) as required even though delivery is optional in the code and examples. Before installing: (1) do not populate or expose broad secrets unless you intend to enable that delivery channel; prefer creating channel-specific tokens with minimal scope; (2) inspect the full daily_brief.py (especially the delivery functions) to confirm endpoints are only official Telegram/Slack/email and that no unexpected hosts are contacted; (3) run the script in a controlled environment (or with delivery disabled) to validate behavior; (4) if you already provided credentials and want to be cautious, rotate those credentials after testing. The metadata inconsistency is not proof of malicious intent, but it is a red flag you should resolve before trusting persistent secrets to the skill.
Capability Analysis
Type: OpenClaw Skill Name: kiro-creator-monitor-daily-brief Version: 1.0.0 The skill is designed to monitor creator topics and deliver daily briefs, which necessitates reading sensitive environment variables (e.g., X_BEARER_TOKEN, TELEGRAM_BOT_TOKEN, SMTP_PASS) and making network requests to external APIs (X, Telegram, Slack) and an SMTP server. All such actions are directly aligned with the stated purpose of the skill. The code in `scripts/daily_brief.py` uses standard libraries for HTTP requests and email, and handles credentials securely via environment variables. The `SKILL.md` and `agents/openai.yaml` files contain benign instructions for the agent, without any evidence of prompt injection or malicious intent. No obfuscation, unauthorized data exfiltration, or persistence mechanisms were found.
Capability Assessment
Purpose & Capability
Name/description (monitor X/RSS/GitHub/Reddit and optionally deliver via Telegram/Slack/email) align with the included Python scripts and example config. Required binary (python3) and primary credential (X_BEARER_TOKEN) are reasonable for the stated purpose.
Instruction Scope
SKILL.md instructs running the included scripts with a JSON config and optionally delivering results. The instructions and code only access the listed APIs/endpoints (api.x.com, api.github.com, reddit, RSS feeds) and optional delivery endpoints; there are no instructions to read unrelated system files or send data to unknown hosts.
Install Mechanism
There is no install spec that downloads/executes third-party binaries or archives. The skill is instruction-plus-scripts only, so nothing is fetched from arbitrary URLs during install.
Credentials
Registry metadata lists many required environment variables (TELEGRAM_BOT_TOKEN, SMTP_PASS, SLACK_WEBHOOK_URL, etc.) despite the SKILL.md and examples showing delivery channels are optional and disabled by default. The install helper even marks these as OPTIONAL_ENVS. Declaring all secrets as required in metadata is disproportionate and inconsistent with the code.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. install_and_init writes config/template files to a user-scoped workspace path, which is expected behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install kiro-creator-monitor-daily-brief
  3. After installation, invoke the skill by name or use /kiro-creator-monitor-daily-brief
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
1.1.0: - Added support for persistent user-added sources using user_sources.json. - Introduced fixed_sources.json for managing fixed index sources. - Updated documentation to clarify runtime source merge order: config base, fixed, then user-added. - Added example command for adding a new source via CLI. - Refined required environment variables in metadata; channel-specific credentials are now optional.
v1.0.0
Kiro Creator Monitor Daily Brief v1.0.0 - Initial release. - Monitors specified topics across X, RSS, GitHub, and Reddit. - Deduplicates and scores results by relevance and freshness. - Generates a daily top-5 brief plus one publish-ready X/LinkedIn social draft. - Supports scheduled delivery to Telegram, Slack, or email. - Includes setup instructions and example configs for quick start.
Metadata
Slug kiro-creator-monitor-daily-brief
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Kiro Creator Monitor Daily Brief?

Monitor creator topics across X, RSS, GitHub, and Reddit; deduplicate and score results; produce a daily top-5 brief plus one publish-ready X/LinkedIn draft;... It is an AI Agent Skill for Claude Code / OpenClaw, with 534 downloads so far.

How do I install Kiro Creator Monitor Daily Brief?

Run "/install kiro-creator-monitor-daily-brief" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Kiro Creator Monitor Daily Brief free?

Yes, Kiro Creator Monitor Daily Brief is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Kiro Creator Monitor Daily Brief support?

Kiro Creator Monitor Daily Brief is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Kiro Creator Monitor Daily Brief?

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

💬 Comments