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.
npx skills add Misar-AI/misarblog-mcp --skill publish-blog-postgit clone --depth 1 https://github.com/Misar-AI/misarblog-mcpWrote 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.
[](https://agentmods.dev/skills/misar-ai/misarblog-mcp/publish-blog-post)<a href="https://agentmods.dev/skills/misar-ai/misarblog-mcp/publish-blog-post"><img src="https://agentmods.dev/badge/skills/misar-ai/misarblog-mcp/publish-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.
<a href="https://agentmods.dev/skills/misar-ai/misarblog-mcp/publish-blog-post"><img src="https://agentmods.dev/badge/skills/misar-ai/misarblog-mcp/publish-blog-post.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00044 | $0.00412 |
| Opus 5 | $0.00022 | $0.00206 |
| Sonnet 5 | $0.00009 | $0.00082 |
| Haiku 4.5 | $0.00004 | $0.00041 |
Grade A, and why
publish-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 12d 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.
What it actually says
Publish a blog post
1. Ground the piece before writing
list_my_articles— match the author's existing voice, and avoid re-covering a topic they have already published.search_articles— check what already exists platform-wide on the subject, so the piece has an angle rather than duplicating someone else's.research_topic— gather angles and sources.
Writing before doing this produces generic output that reads like every other post on the topic.
2. Draft
create_draft with title, body_markdown, and tags.
- Markdown with
##headings and short paragraphs. - Open with a direct answer to the question the title poses — this is what makes a piece quotable by AI answer engines and eligible for featured snippets.
- 3–8 tags. More dilutes rather than broadens reach.
Show the draft and wait for approval before saving. Never publish in the same step as writing.
3. Title and cover
suggest_titles/generate_title_seofor candidates. Keep under 60 characters so it is not truncated in search results.generate_cover_imagefor a cover. Describe the subject concretely; abstract prompts produce unusable stock-feeling images.
4. Publish
publish_article makes it public — get explicit confirmation first. Pass
schedule_at to schedule instead.
Use update_article for edits after the fact rather than creating a duplicate.
Do not
- Invent statistics, quotes, or sources. If
research_topicdid not surface it, do not assert it. - Publish without the user seeing the final text.
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.
- 12d ago First seen · 51 lines · 44 tokens per session scan A b22e0ffde4a3
publish-blog-post is a skill published in the GitHub repository Misar-AI/misarblog-mcp (1 stars, last pushed 4d ago), licensed MIT. It adds 44 tokens to every session and 412 once invoked, about $0.0002 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.
Other skills, from other repositories
article-magazine
Huashu / huashu-md-html-inspired magazine article layout for turning Markdown or notes into a polished long-form HTML essay.
article-magazine
A Chinese-language layout template for long magazine-style articles published on platforms such as Substack, Medium, blogs, or public accounts.
email-marketing
A template for a product-launch email written in HTML, the markup used to structure web and email content. It defines a single-column layout with a brand header, hero area, call-to-action button, specifications, social links, and unsubscribe link.
affiliate-blog-builder
Write SEO-optimized affiliate blog articles, product reviews, comparison posts, listicles, and how-to guides. Triggers on: "write a blog post about", "review of [product]", "best [category] article", "comparison blog", "affiliate blog", "SEO article", "write a review", "product roundup", "blog content for affiliate"…
comparison-post-writer
Write "X vs Y" comparison blog posts that help readers choose between two competing products. Triggers on: "write a comparison post", "X vs Y blog post", "compare [product A] and [product B]", "which is better [A] or [B]", "head to head comparison", "[product] vs [product] article", "comparison review", "write a…
how-to-tutorial-writer
Write how-to guides and tutorials that naturally integrate affiliate product recommendations. Triggers on: "write a how-to guide", "tutorial for [task]", "step by step guide to [goal]", "how to [verb] with [product]", "write a tutorial blog post", "guide on how to [task]", "beginner guide to [topic]", "walkthrough for…