goose-blog-post

goose-blog-post is a skill for Claude Code, Codex from block/agent-skills. It costs 18 tokens per session (3,279 once invoked), scanned A, original, Apache-2.0.

A writing and publishing workflow for the Goose open-source project's blog. Goose's blog uses Docusaurus, a tool for publishing documentation websites.

In plain words
What is it for?
Use it to prepare and publish a Goose blog post, including its directory, author information, front matter, images, and review process.
Why use it?
It helps fit a post into the project's existing authors, folders, images, and publishing conventions. It also separates starting from a draft, notes, or a request to write the post from scratch.

Skill for Claude CodeCodex ✓ vendor

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

Good fit Use it to prepare and publish a Goose blog post, including its directory, author information, front matter, images, and review process.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/block/agent-skills/goose-blog-post
About the project

Agent Skills is a collection and marketplace of reusable instruction sets that teach AI agents specific workflows, tasks, or domain knowledge, with supporting files such as scripts, templates, and examples. It is for people who want to install, browse, create, or contribute portable skills for compatible agents. The catalogue entries are individual skills from this collection.

block/agent-skills · 24 stars · on GitHub

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 block/agent-skills --skill goose-blog-post
Clone the repo
git clone --depth 1 https://github.com/block/agent-skills

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 goose-blog-post

README.md
[![agentmods](https://agentmods.dev/badge/skills/block/agent-skills/goose-blog-post/github.svg)](https://agentmods.dev/skills/block/agent-skills/goose-blog-post)
Your own site
<a href="https://agentmods.dev/skills/block/agent-skills/goose-blog-post"><img src="https://agentmods.dev/badge/skills/block/agent-skills/goose-blog-post/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 goose-blog-post

Your own site · 80×15
<a href="https://agentmods.dev/skills/block/agent-skills/goose-blog-post"><img src="https://agentmods.dev/badge/skills/block/agent-skills/goose-blog-post.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,279 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.
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.00018 $0.03279
Opus 5 $0.00009 $0.01639
Sonnet 5 $0.00004 $0.00656
Haiku 4.5 $0.00002 $0.00328

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

Security

Grade A, and why

goose-blog-post 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 9d 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.

goose-blog-post/SKILL.md · 335 lines

How it starts

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

Goose Blog Post

Write blog posts for the block/goose open source project blog powered by Docusaurus.

Prerequisites

  • The goose repo must be cloned locally
  • Locate the blog directory at <goose-repo>/documentation/blog/
  • Confirm the authors.yml and blog directory exist before proceeding

If the repo is not cloned, clone it:

gh repo clone block/goose

Workflow

Step 1: Determine the Writing Mode

Ask the user how they want to work. There are three modes:

  1. "I have a draft" — The author has written (or will write) their own content. The agent scaffolds the directory, frontmatter, and image setup, then places the author's content into the correct format and reviews it against blog conventions.

  2. "I have notes/an outline" — The author has rough ideas, bullet points, or an outline. The agent expands these into a full draft while preserving the author's voice and key points. Present the draft for the author's review before finalizing.

  3. "Write it for me" — The author provides a topic and key points. The agent writes the full post. Present the draft for the author's review before finalizing.

Important: For modes 1 and 2, the author's voice and intent take priority. Do not rewrite their content unnecessarily. Focus on structure, conventions, and polish — not on replacing their words.

Step 2: Gather the Blog Post Details

Ask the user for the following (do not assume any of these):

  1. Topic: What is the blog post about?
  2. Author: Who is the author? (needs to match a key in authors.yml)
  3. Target audience: Who is this for? (developers, beginners, community, etc.)

For modes 2 and 3, also ask: 4. Key points: What are the main things the post should cover? 5. Tone: Technical deep-dive, casual walkthrough, announcement, etc.?

For mode 1, ask: 4. Where is the draft? A file path, or ask them to paste it in.

Step 3: Verify Author Exists

Check <goose-repo>/documentation/blog/authors.yml for the author key.

Read the full file on GitHub · 335 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 335 lines · 18 tokens per session scan A 22ecdf59ab79

Subscribe to this mod's changes

goose-blog-post is a skill published in the GitHub repository block/agent-skills (24 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 18 tokens to every session and 3,279 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.