用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/gaiaaiagent/regen-heartbeat --skill monthly命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | monthly |
| description | Generate a monthly digest distilling weeklies into trend analysis and narrative arcs |
Generate a structured monthly digest that synthesizes weekly digests and fresh MCP data into a structural analysis of the Regen ecosystem for a given month.
Parse arguments:
--month YYYY-MM — month to generate for (defaults to current month)--template name — use a specific template (defaults to the value in
settings.json at defaults.template.monthly)--character name — voice the digest through a character personaDetermine the target month
Load the template from templates/monthly/{name}.md
Read the template's rollup and comparison frontmatter
Read all weekly digests within the target month from content/digests/
For each section, query data sources and synthesize from weeklies:
Month in Review:
Governance Arc:
ledger: list_governance_proposals — fresh stateCredit Market Evolution:
ledger: analyze_market_trends — month-long trend analysisledger: list_credit_batches — full month's issuancesCommunity Health:
koi: search — community activity, forum engagement, GitHub contributionsStrategic Questions:
Synthesize into a monthly digest that identifies structural shifts, not just events
If --character is specified, load the character skill and voice the digest
Write YAML frontmatter:
---
title: "Monthly Heartbeat — {YYYY-MM}"
date: {YYYY-MM-DD} # first day of the month
month: {YYYY-MM}
template: {template-name}
character: {character-name or null}
cadence: monthly
weeklies_consumed: [list of weekly digest paths]
sources:
koi: true
ledger: true
web: true
historic: true
---
Write to content/digests/YYYY/MM/monthly/monthly.md (create directories as needed)
Also render the full digest to the terminal
/monthly
/monthly --month 2026-02
/monthly --character gaia
/monthly --template default --character narrator
content/digests/YYYY/MM/weekly/templates/monthly/A markdown file at content/digests/YYYY/MM/monthly/monthly.md with frontmatter,
plus terminal output of the same content.