openblog AGENTS.md

openblog AGENTS.md is an instructions file for Codex, OpenCode from kostja94/openblog. It costs 1,769 tokens per session, scanned A, original, MIT.

Repository instructions for OpenBlog, an open-source blog system that stores posts as Markdown files in Git. They explain the project structure, content paths, website integration, and blog-related SEO files.

In plain words
What is it for?
Use them when adding or editing blog posts, connecting a blog to a product website, creating a new blog module, or checking blog SEO before release.
Why use it?
They help a coding agent choose the right workflow before changing the blog or its connection to an existing website. This reduces the risk of editing the wrong part of the project or applying site-wide rules to blog-only features.

Instructions file for CodexOpenCode

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.

agentmods
npx agentmods add instructions/kostja94/openblog/agents-md
Clone the repo
git clone --depth 1 https://github.com/kostja94/openblog

Made for: Codex, OpenCode.

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 openblog AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/kostja94/openblog/agents-md.svg)](https://agentmods.dev/instructions/kostja94/openblog/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/kostja94/openblog/agents-md"><img src="https://agentmods.dev/badge/instructions/kostja94/openblog/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,769 This file is loaded in full into every session.
When invoked 1,769 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.01769 $0.01769
Opus 5 $0.00885 $0.00885
Sonnet 5 $0.00354 $0.00354
Haiku 4.5 $0.00177 $0.00177

Measured 3d ago against content hash ad32f2bad797, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

openblog AGENTS.md 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 3d 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.

AGENTS.md · 166 lines

How it starts

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

AGENTS.md — OpenBlog

You are editing OpenBlog, an open-source, Git-based CMS for blogs — implemented as an agent-native blog module for product websites. Content lives in Git (Markdown + frontmatter); you maintain routes, theme, site chrome, and SEO primitives (sitemap, RSS, robots, JSON-LD) through the repo. For site-wide SEO, GEO, keyword strategy, and marketing-page optimization, use marketing-skills — OpenBlog only guarantees blog-path SEO primitives.

Existing product site? Read INTEGRATION.md before editing chrome.

Agent: route the user first

When someone opens this repo without a clear task, ask which path applies before editing files:

User situation Point them to Skill
Has a product / marketing site — wants /blog, matching nav/logo INTEGRATION.md blog-cmsintegrate-product-site
Greenfield — new blog, local demo, no existing site Quick start → scaffold (create-openblog) blog-cmssetup-blog-module
Module already wired — add or edit a post Content model in this file create-post (optional)
Pre-merge / deploy checks on blog posts Validate + build validate-blog-seo
Ready to merge and deploy Git → CI checklist publish (optional)

Suggested prompt to show the user:

OpenBlog has two common paths:

  1. Existing product site → integrate /blog via INTEGRATION.md (recommended)
  2. Try it firstnpm run create-openblog -- my-blog or npx create-openblog (after npm publish)
    Which applies to you? If you have a product site URL, share it.

Do not default to create-openblog if they mention an existing website, product URL, chrome, or navbar alignment.

Contributions: Upstream PRs to this repo are enterprise-only (design-token or component/platform partners). Do not encourage individual users to open PRs — point them to INTEGRATION.md, Issues, or CONTRIBUTING.md for enterprise partnership inquiries.

Read the full file on GitHub · 166 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. 3d ago First seen · 166 lines · 1,769 tokens per session scan A ad32f2bad797

Subscribe to this mod's changes

openblog AGENTS.md is an instructions file published in the GitHub repository kostja94/openblog (4 stars, last pushed 5d ago), licensed MIT. It adds 1,769 tokens to every session, about $0.0088 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-31.

Related

Other instructions, from other repositories

repo-seed AGENTS.md

Instructions for EricSanchezok/repo-seed, covering agents.md, repository governance, repository layout, code readability and commands.

EricSanchezok/repo-seed · 1,036 tokens

quireink CLAUDE.md

Claude Code instructions for joiha-steven/quireink, covering quire ink, verify, read first, debug router — a symptom, and the files to open first and hard rules — each one is a bug that already shipped.

joiha-steven/quireink · 2,169 tokens

basic-blog AGENTS.md

Instructions for daocodotorg/basic-blog, covering agent notes — basic-blog monorepo, scope, npm release (automatic when version changes), when to tag and commands (agent should run these unless the user opts out).

daocodotorg/basic-blog · 618 tokens

excalibur-blog-cloud-public AGENTS.md

AGENTS.md instructions for Horosheff/excalibur-blog-cloud-public, covering excalibur blog cloud instructions, главное правило, cloud task fallback, что считать ошибкой and handoff и fragments.

Horosheff/excalibur-blog-cloud-public · 1,751 tokens

repo-seed CLAUDE.md

Instructions for EricSanchezok/repo-seed, a project described as: Seed agent-native, self-governing repos: AGENTS.md, MADR decision logs, deterministic gates & pre-commit hooks. Upgradeable — never overwrites your edits.

EricSanchezok/repo-seed · 11 tokens

blog-tech-kit AGENTS.md

Instructions for agentii-ai/blog-tech-kit, covering agents.md, about spec kit and specify, general practices, adding new agent support and current supported agents.

agentii-ai/blog-tech-kit · 3,473 tokens