blog-author

blog-author is a skill for Claude Code, Codex from ric03uec/clawrium. It costs 29 tokens per session (897 once invoked), scanned A, original, Apache-2.0.

A release-monitoring workflow that watches a software project's tagged releases and drafts a separate blog post for each user-visible feature as a GitHub pull request.

In plain words
What is it for?
Use it to turn new commands, integrations, pages, or noticeable behavior changes in ric03uec/clawrium into reviewable blog-post drafts with runnable examples.
Why use it?
It removes the manual work of checking releases, comparing changes, and preparing first drafts. A person still reviews and edits the drafts before publishing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to turn new commands, integrations, pages, or noticeable behavior changes in ric03uec/clawrium into reviewable blog-post drafts with runnable examples.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ric03uec/clawrium/blog-author
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ric03uec/clawrium --skill blog-author
Clone the repo
git clone --depth 1 https://github.com/ric03uec/clawrium

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for blog-author

README.md
[![agentmods](https://agentmods.dev/badge/skills/ric03uec/clawrium/blog-author/github.svg)](https://agentmods.dev/skills/ric03uec/clawrium/blog-author)
Your own site
<a href="https://agentmods.dev/skills/ric03uec/clawrium/blog-author"><img src="https://agentmods.dev/badge/skills/ric03uec/clawrium/blog-author/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for blog-author

Your own site · 80×15
<a href="https://agentmods.dev/skills/ric03uec/clawrium/blog-author"><img src="https://agentmods.dev/badge/skills/ric03uec/clawrium/blog-author.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 897 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.00897
Opus 5 $0.00015 $0.00449
Sonnet 5 $0.00006 $0.00179
Haiku 4.5 $0.00003 $0.00090

Measured 10d ago against content hash d51df592dc32, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

blog-author scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/hermes/blog-author/SKILL.md · 107 lines

How it starts

The opening of the file, as written. The whole thing — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.

blog-author

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.

Inputs

  • gh release list --repo ric03uec/clawrium --limit 5 and the per-release gh release view <tag> --json body,tagName,publishedAt.
  • The diff between the previous tag and this one for surface area context: git log <prev>..<tag> and selective git show on commits the release notes call out.
  • Existing scenarios under scenarios/ — the post must reference at least one runnable snippet (see "Output" below).
  • Memory key blog-author:tagged — release tags already drafted.

Triage rule — what gets a post

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:

  • New clawctl command, option, or workflow.
  • New agent type, integration, channel, or skill.
  • New GUI route or page.
  • Behavior change a user would notice on upgrade.

Skip:

  • Internal refactors, dependency bumps, test changes.
  • Documentation-only or scenario-only edits.
  • Security fixes — let the maintainer write those by hand.

Output — PR

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):

  1. What changed — one paragraph in engineer voice.
  2. Why — one paragraph, lifted/condensed from the release notes or linked issue. No marketing fluff.
  3. Try it — at least one runnable snippet from scenarios/ or built from the actual CLI signatures in src/clawrium/cli/. The snippet must work on a fresh clawrium install at this tag.
  4. Links — release notes URL, the primary PR(s).

Read the full file on GitHub · 107 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 107 lines · 29 tokens per session scan A d51df592dc32

Subscribe to this mod's changes

blog-author is a skill published in the GitHub repository ric03uec/clawrium (51 stars, last pushed today), licensed Apache-2.0. It adds 29 tokens to every session and 897 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

python

Use when the task is Python itself, in any framework or none: PEP 695 generics, mypy --strict typing, dataclass/Protocol/TypedDict/Enum choices, asyncio.TaskGroup, stdlib idioms, src/ layout + pyproject.toml with uv, ruff+mypy+pytest gate. NOT a FastAPI/ASGI service (that is fastapi), NOT a deep pytest suite (that is…

ericrisco/rsc-harness · 94 tokens

perseus

Use when you need a bounded, local Perseus context render before an assistant reads project state. Perseus resolves selected workspace inputs such as git, services, sessions, and task notes into markdown. Use for deterministic session starts, workspace audits, and explicit context handoffs.

Perseus-Computing-LLC/perseus · 58 tokens

pypi-release

This skill should be used when releasing tunacode-cli to PyPI. It keeps the existing local release checks, then hands the actual PyPI upload to a GitHub Actions workflow that uses the repository's PYPIAPITOKEN secret.

alchemiststudiosDOTai/tunacode · 52 tokens

metagit-cli

CLI-only shortcuts for metagit agents — workspace catalog, discovery, prompts, sync, layout, and config. Use instead of MCP or HTTP API when operating from a shell or agentmode session.

metagit-ai/metagit-cli · 43 tokens

metagit-context-pack

Token-efficient workspace onboarding via tiered context packs — map, repo cards, session digest, objectives, approvals, repomix profiles. Use at session start or when scoping work in a metagit-managed workspace.

metagit-ai/metagit-cli · 48 tokens

metagit-projects

Ongoing workspace and project management for OpenClaw and Hermes agents. Use when starting work, organizing repos, or before creating a new project folder so existing metagit projects are reused instead of duplicated.

metagit-ai/metagit-cli · 45 tokens