원클릭으로
blog-author
Watch ric03uec/clawrium release tags; draft a short blog post per user-visible feature as a PR against blog/.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Watch ric03uec/clawrium release tags; draft a short blog post per user-visible feature as a PR against blog/.
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
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)
Check hermes / openclaw / zeroclaw upstream releases and open GitHub issues for each agent that has a newer stable than what the manifest pins
| name | blog-author |
| description | Watch ric03uec/clawrium release tags; draft a short blog post per user-visible feature as a PR against blog/. |
| version | 0.1.0 |
| license | MIT |
| author | clawrium |
| platforms | ["linux","macos"] |
| metadata | {"cadence":"every 30 minutes","trigger":"poll","outputs":["pull-request"]} |
Poll ric03uec/clawrium release tags every 30 minutes. For each new
tag, draft a short blog post per user-visible feature and open a PR
against blog/. The post is a draft for human review and editing —
never publish on your own.
gh release list --repo ric03uec/clawrium --limit 5 and the
per-release gh release view <tag> --json body,tagName,publishedAt.git log <prev>..<tag> and selective git show on
commits the release notes call out.scenarios/ — the post must reference at
least one runnable snippet (see "Output" below).blog-author:tagged — release tags already drafted.Each user-visible feature in the release notes gets its own post. Bundled posts produce shallow writeups; split aggressively.
A change qualifies if it falls into one of:
clawctl command, option, or workflow.Skip:
For each qualifying feature, open a PR against main titled:
blog: <tag> — <feature one-liner>
The PR adds one file: blog/<YYYY>-<MM>-<DD>-<slug>.md.
Required front-matter:
---
title: <feature one-liner>
date: <YYYY-MM-DD from release publishedAt>
tag: <release tag>
status: draft
author: maurice
---
Required structure (short — aim for ~250–400 words):
scenarios/ or
built from the actual CLI signatures in src/clawrium/cli/. The
snippet must work on a fresh clawrium install at this tag.Add the tag to blog-author:tagged only after the PR opens cleanly.
main directly. PR target is main; branch name is
blog/<tag>-<slug>.status: draft). Human edits drive that.daily-digest: no marketing
copy, no hedging, no flattery, emoji only when informational.