원클릭으로
daily-digest
Post a daily engineer-tone summary of the last 24h of activity on ric03uec/clawrium to Discord.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Post a daily engineer-tone summary of the last 24h of activity on ric03uec/clawrium to Discord.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Cut a new clawrium release — bump version, sync docs, tag, trigger PyPI publish
Record a CLI demo (GIF or MP4) using VHS, with storyboard support for long-form / YouTube demos
Watch ric03uec/clawrium release tags; draft a short blog post per user-visible feature as a PR against blog/.
Detect user-visible changes from the last 24h of commits on main and propose doc and scenario updates as PRs.
Execute the plan for an issue (parent or subtask)
Know the clawctl CLI and manage your Clawrium fleet (hosts, agents, providers, channels, integrations, skills, secrets)
| name | daily-digest |
| description | Post a daily engineer-tone summary of the last 24h of activity on ric03uec/clawrium to Discord. |
| version | 0.1.0 |
| license | MIT |
| author | clawrium |
| platforms | ["linux","macos"] |
| metadata | {"cadence":"daily","trigger":"cron","outputs":["discord-message"]} |
Once per day, summarize what happened on ric03uec/clawrium in the
last 24 hours and post it to the project's home Discord channel.
ric03uec/clawrium)daily-digest:last-run). Use it to avoid repeating the same items.Commands:
gh pr list --repo ric03uec/clawrium --state merged --search \
"merged:>$(date -u -d '24 hours ago' +%Y-%m-%dT%H:%M:%SZ)" \
--json number,title,author,body
gh issue list --repo ric03uec/clawrium --state open --search \
"created:>$(date -u -d '24 hours ago' +%Y-%m-%dT%H:%M:%SZ)" \
--json number,title,labels
gh issue list --repo ric03uec/clawrium --state closed --search \
"closed:>$(date -u -d '24 hours ago' +%Y-%m-%dT%H:%M:%SZ)" \
--json number,title,closedByPullRequestsReferences
A single Discord message in the home channel, structured as:
**clawrium digest — <YYYY-MM-DD>**
**Shipped (N)**
- #<num> <title> — <one-line summary>
**Opened (N)**
- #<num> <title> — <labels>
**Closed (N)**
- #<num> <title> — closed by #<pr>
Quiet day: <only if nothing material happened>
Send via the hermes Discord channel adapter (the agent already has the home channel id bound). Do not open a thread; the message is the unit.
@here or @everyone.