Install
openclaw skills install @justsomeguyin2099/ai-builder-signal-digestCreate a transparent, sourced “Top 3–5” AI builder signal digest (weekly or date-range) from a list of links or from a local signals log; includes a short “why care” line per item and explicit maturity/adoption notes (e.g., GitHub stars/forks, paper-only). Use when preparing ClawHub Skill content or posts for the AI agent/tooling community.
openclaw skills install @justsomeguyin2099/ai-builder-signal-digestGenerate short, post-ready digests that answer: what is it, why should builders care, and how mature is it.
Title + 3–5 numbered bullets.
Each bullet:
Keep it tight. If a digest needs nuance, add a single “Notes” line at the end.
If you have a local JSONL signals log (e.g., memory/edge-signal-miner.normalized.jsonl), use:
python3 skills/ai-builder-signal-digest/scripts/make_digest.py \
--input memory/edge-signal-miner.normalized.jsonl \
--since 2026-03-05 \
--until 2026-03-19 \
--top 5 \
--category "Secure Cognitive / CDS" \
--out /tmp/digest.md
If you already have curated links, you can pass them directly:
python3 skills/ai-builder-signal-digest/scripts/make_digest.py \
--links https://github.com/Kailash-Sankar/PocketMCP https://arxiv.org/abs/2603.04428 \
--out /tmp/digest.md
Maturity: GitHub stats unavailable (rate-limit/blocked).