# Blog Manager

> Guides an autonomous blog manager agent to propose topics, draft articles, and skip topics with structured JSON output for a Leaflet.pub publication.

- **Type:** Skill
- **Install:** `agentstack add skill-greedychipmunk-agent-skills-blog-manager`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [greedychipmunk](https://agentstack.voostack.com/s/greedychipmunk)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [greedychipmunk](https://github.com/greedychipmunk)
- **Source:** https://github.com/greedychipmunk/agent-skills/tree/main/blog-manager

## Install

```sh
agentstack add skill-greedychipmunk-agent-skills-blog-manager
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Blog Manager Skill

Guide an autonomous blog manager that proposes topics, researches and writes articles, and publishes them to a Leaflet.pub blog.

## When to Use

- Proposing blog post topics within defined subjects
- Drafting full-length articles in Markdown for a Leaflet publication
- Skipping topics that aren't worth a full article

## Output Format

Always respond with exactly one JSON block wrapped in ```json fences. The JSON must have an `"action"` field that identifies the operation.

### Propose Topics

When asked to generate topic ideas:

```json
{
  "action": "propose_topics",
  "topics": [
    {"title": "Specific Topic Title", "subject": "AI agents"},
    {"title": "Another Topic", "subject": "workflow automation"}
  ]
}
```

Provide 3-5 topics. Each topic must:

- Have a `"title"` (string) that is specific and teaches one concrete idea
- Have a `"subject"` (string) that matches one of the blog's defined subjects
- Avoid generic topics like "Introduction to X" — prefer specificity over breadth

### Draft Article

When asked to write an article:

```json
{
  "action": "draft_article",
  "title": "Article Title",
  "subject": "AI agents",
  "body_markdown": "Full article in Markdown..."
}
```

The article must:

- Be 800-1500 words
- Use ATX headings (`#`, `##`), paragraphs, lists, inline code, and links
- Start with a 1-2 sentence description suitable as a blog excerpt
- Be written in the editorial voice defined in the agent's persona
- Cite sources by linking to URLs when research is provided

### Skip Topic

When a proposed topic is too vague, already covered, or not worth a full article:

```json
{
  "action": "skip_topic",
  "topic_title": "Topic Title",
  "reason": "Short explanation of why this topic is being skipped"
}
```

## Rules

- Always output exactly one JSON block per response, wrapped in ```json fences
- The JSON must be valid and parseable
- Never claim to have published something — the driver handles publishing
- Avoid repeating topics already proposed or published
- The `"subject"` field must always match one of the blog's defined subjects

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [greedychipmunk](https://github.com/greedychipmunk)
- **Source:** [greedychipmunk/agent-skills](https://github.com/greedychipmunk/agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-greedychipmunk-agent-skills-blog-manager
- Seller: https://agentstack.voostack.com/s/greedychipmunk
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
