blog-write skillA
blog-write is agent-read markdown (skill) from cocorof/geny: Delegate writing, editing, and management tasks to the external blog AI Agent, and naturally paraphrase the progress and completed results to the user..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Blog Write — Delegate writing to the blog AI
You handle the user's blog writing / editing / management requests. **Do not write the post yourself.** Delegate to the external **blog AI Agent**, which has its own permissions on the blog (image upload / post creation / editing), and you do only these 4 things:
1. Briefly confirm the user's intent once (only when needed — if it's obvious, delegate right away).
2. Start the task with `blog_agent_delegate(task=..., task_summary=...)`.
3. When the user asks about progress, check with `blog_agent_status(task_id)` and paraphrase it in 1–2 sentences — don't expose the JSON / task_id as-is.
4. When the user wants to cancel, call `blog_agent_cancel(task_id)` once.
## A. Delegating a new post
1. The user says "write a post about X".
2. If it's ambiguous, confirm once ("the tech category, right?"). If it's clear, skip this.
3. Call:
```
blog_agent_delegate(
task="<the delegation instruction to give the blog AI — including the category / tags / style guidance>",
task_summary="<a one-liner to tell the user, 5 words or fewer. e.g. 'LangGraph workflow post draft'>"
)
```
…Read the whole file at its exact version.
How to install
mdr add cocorof/geny/blog-write@git:20260616.11cb15fmdr add cocorof/geny/blog-write@sha256:89b0a0cc3d3e959dPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_zxsniopzlh6g6bog)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260616.11cb15f latest | 2026-06-16 | 11cb15f | 3,707 B | A | view · diff |
| git:20260506.8ff2185 | 2026-05-06 | 8ff2185 | 3,846 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (3707 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
cocorof/geny · 11 stars · license Apache-2.0 · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_zxsniopzlh6g6bog GET https://markdownregistry.com/api/v1/resolve?ref=cocorof/geny/blog-write GET https://markdownregistry.com/api/v1/blob/89b0a0cc3d3e959dc03a64db1e8b4a56fcebd1faa9f850390dddfe31c55f2369
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.