用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/gaiaaiagent/regen-heartbeat --skill yearly命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | yearly |
| description | Generate a yearly digest synthesizing monthlies into an annual narrative and retrospective |
Generate a long-form yearly digest that synthesizes monthly digests and fresh MCP data into an annual narrative of the Regen ecosystem's transformation.
Parse arguments:
--year YYYY — year to generate for (defaults to current year)--template name — use a specific template (defaults to the value in
settings.json at defaults.template.yearly)--character name — voice the digest through a character personaDetermine the target year
Load the template from templates/yearly/{name}.md
Read the template's rollup and comparison frontmatter
Read all monthly digests within the target year from content/digests/
For each section, query data sources and synthesize from monthlies:
Annual Narrative:
Key Milestones:
Quantitative Retrospective:
ledger: get_total_supply — year-end vs year-start supplyledger: list_classes — credit classes added this yearledger: list_projects — projects registered this yearGovernance Evolution:
Ecocredit Market Annual Review:
ledger: analyze_market_trends — annual trend dataledger: list_credit_batches — full year's issuancesEcosystem Growth:
koi: search — new partnerships, projects, and initiativesYear-Ahead Outlook:
Synthesize into a yearly digest that reads as a definitive annual narrative
If --character is specified, load the character skill and voice the digest
Write YAML frontmatter:
---
title: "Yearly Heartbeat — {YYYY}"
date: {YYYY-MM-DD} # date of generation
year: {YYYY}
template: {template-name}
character: {character-name or null}
cadence: yearly
monthlies_consumed: [list of monthly digest paths]
sources:
koi: true
ledger: true
web: true
historic: true
---
Write to content/digests/YYYY/yearly/yearly.md (create directories as needed)
Also render the full digest to the terminal
/yearly
/yearly --year 2025
/yearly --character gaia
/yearly --template default --character narrator
content/digests/YYYY/MM/monthly/templates/yearly/A markdown file at content/digests/YYYY/yearly/yearly.md with frontmatter,
plus terminal output of the same content.