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 amirtaherkhani/dev-io-mcp --skill conversation-to-postgit clone --depth 1 https://github.com/amirtaherkhani/dev-io-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/amirtaherkhani/dev-io-mcp/conversation-to-post)<a href="https://agentmods.dev/skills/amirtaherkhani/dev-io-mcp/conversation-to-post"><img src="https://agentmods.dev/badge/skills/amirtaherkhani/dev-io-mcp/conversation-to-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/amirtaherkhani/dev-io-mcp/conversation-to-post"><img src="https://agentmods.dev/badge/skills/amirtaherkhani/dev-io-mcp/conversation-to-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.00000 | $0.00360 |
| Opus 5 | $0.00000 | $0.00180 |
| Sonnet 5 | $0.00000 | $0.00072 |
| Haiku 4.5 | $0.00000 | $0.00036 |
Grade A, and why
conversation-to-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 11d 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
Conversation To Post
Use this skill when a user asks to publish, summarize, or document an AI conversation as a dev.io post.
Inputs
- Conversation transcript or the current task result.
- Optional title, author, source, topic, and tags.
Procedure
- Identify the useful result, decisions, implementation details, and verification evidence.
- Remove secrets, tokens, credentials, personal data, and irrelevant transcript noise.
- Write a specific title and a factual summary.
- Put longer context in
conversation; keep the summary readable without it. - Use
publish_postwith explicittitleandsummary. - Confirm the returned file path and read the generated file with
read_postif validation is needed.
Post rules
- Use
source: ai-conversationunless the user provides a more accurate source. - Use a topic that describes the result, not the model brand.
- Prefer 2-5 lowercase, stable tags such as
mcp,typescript,codex, orclaude. - Never include credentials or unreviewed private conversation content.
- Publishing writes to the Kubernetes-backed Markdown volume and optionally publishes to DEV.to when
DEV_TO_PUBLISH=trueis configured and the verified DEV.to/Forem adapter reports success.
Example tool intent
publish_post({
title: "Add MCP publishing workflow",
summary: "Implemented and verified a Kubernetes-hosted Streamable HTTP MCP server that writes AI conversation results as Markdown posts.",
conversation: "Relevant decisions and test evidence...",
source: "ai-conversation",
topic: "mcp-publishing",
tags: ["mcp", "typescript", "claude", "codex"]
})
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.
- 11d ago First seen · 39 lines · 0 tokens per session scan A ddea0102b7bb
conversation-to-post is a skill published in the GitHub repository amirtaherkhani/dev-io-mcp (0 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 360 tokens. 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
instagram-api
Use when wiring an agent into Instagram's Graph API: publishing a Reel through the create/poll/publish container dance, reading per-media insights, checking the 24h publish cap, or ingesting Reel metrics into 02-DOCS/wiki/shortform. NOT TikTok (that is tiktok-api), NOT YouTube (that is youtube-api), NOT cross-platform…
wp-plugin-rest-auth-bypass
Scan WordPress REST API plugin endpoints for unauthenticated state-changing operations — discover write endpoints (POST/PUT/PATCH/DELETE) exposed without auth, enumerate all plugin routes, and test for unauthorized content publishing, settings modification, and data leakage.
content-distribution
Use when the user wants to publish a post, article, or announcement to multiple platforms at once — DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, Medium, or Twitter/X. Handles platform-specific format adaptation, idempotent re-publish, per-community anti-spam rules, and scheduling. Write your…
media-image
Generate and manage images for posts. Uses excalidraw-skill for diagrams and illustrations (hand-drawn style). Optionally uses DALL-E for photo-style hero images. Handles platform-specific resizing with ImageMagick. Updates the content manifest with asset references.
media-write
Guided co-creation writing skill. Interviews the user, drafts content section by section, generates platform-specific variants from shared source. Creates the content manifest. Works with a brief from /media-idea or accepts freeform input.
media-idea
Brainstorming and ideation skill. Interviews the user about topics, audience, and angle. Suggests titles, outlines, and hooks. Optionally researches trending topics. Outputs a structured brief for /media-write.