developer-utilities-post-markdown

developer-utilities-post-markdown is a skill for Claude Code from bobadilla-tech/requiems-api-skills. It costs 29 tokens per session (308 once invoked), scanned A, original, MIT.

A Markdown renderer that turns Markdown text—a plain-text format for headings, links, lists, and emphasis—into HTML for web pages.

In plain words
What is it for?
Use it for documentation previews, README displays, or user-submitted Markdown content.
Why use it?
It removes the need to write HTML by hand when displaying Markdown content.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the requiems-api-skills plugin — 127 skills shipped together

Good fit Use it for documentation previews, README displays, or user-submitted Markdown content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bobadilla-tech/requiems-api-skills/developer-utilities-post-markdown
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.

Any agent
npx skills add bobadilla-tech/requiems-api-skills --skill developer-utilities-post-markdown
Clone the repo
git clone --depth 1 https://github.com/bobadilla-tech/requiems-api-skills

Made for: Claude Code.

Or install requiems-api-skills, the plugin that ships this one along with the rest of its 127 skills.

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 developer-utilities-post-markdown

README.md
[![agentmods](https://agentmods.dev/badge/skills/bobadilla-tech/requiems-api-skills/developer-utilities-post-markdown/github.svg)](https://agentmods.dev/skills/bobadilla-tech/requiems-api-skills/developer-utilities-post-markdown)
Your own site
<a href="https://agentmods.dev/skills/bobadilla-tech/requiems-api-skills/developer-utilities-post-markdown"><img src="https://agentmods.dev/badge/skills/bobadilla-tech/requiems-api-skills/developer-utilities-post-markdown/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.

agentmods 80×15 button for developer-utilities-post-markdown

Your own site · 80×15
<a href="https://agentmods.dev/skills/bobadilla-tech/requiems-api-skills/developer-utilities-post-markdown"><img src="https://agentmods.dev/badge/skills/bobadilla-tech/requiems-api-skills/developer-utilities-post-markdown.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 308 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00029 $0.00308
Opus 5 $0.00015 $0.00154
Sonnet 5 $0.00006 $0.00062
Haiku 4.5 $0.00003 $0.00031

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

Security

Grade A, and why

developer-utilities-post-markdown 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 9d 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.

skills/developer-utilities-post-markdown/SKILL.md · 55 lines

What it actually says

Endpoint

POST https://requiems.xyz/v1/technology/markdown

Render Markdown

Convert a Markdown string to HTML. Useful for rendering user-submitted content, documentation previews, or README files.

Parameters

Name Type Required Location Description
text string yes body Markdown string to render

Request Example

{
  "text": "# Hello\n\nThis is **bold** text."
}

Response Example

{
  "data": {
    "html": "<h1>Hello</h1>\n<p>This is <strong>bold</strong> text.</p>"
  },
  "metadata": {
    "timestamp": "2026-01-01T00:00:00Z"
  }
}

Response Fields

Field Type Description
html string Rendered HTML output

Errors

  • undefined 400 — text field is missing or empty
  • undefined 401 — Missing or invalid API key
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. 9d ago First seen · 55 lines · 29 tokens per session scan A 3a32d20b3024

Subscribe to this mod's changes

developer-utilities-post-markdown is a skill published in the GitHub repository bobadilla-tech/requiems-api-skills (2 stars, last pushed 2d ago), licensed MIT. It adds 29 tokens to every session and 308 once invoked, about $0.0001 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 skills, from other repositories

slop-eval

Objectively evaluate a UI/web design against the pols.dev anti-slop design law: detect catalogued slop tells with cited evidence, score 8 weighted axes (color, type, components, layout, motion, execution, signature, cohesion), and emit a Slop Report with a 0–100 Slop Index and grade. Use when the user asks to…

fabricioctelles/skills · 142 tokens

astro-sites-manager

Comprehensive skill for building, migrating, and maintaining Astro v7 projects. Covers best practices from the official AGENTS.md, the v6→v7 migration path, validation of breaking/deprecated patterns, AI-enhanced dev server usage (background mode, JSON logging), advanced routing with src/fetch.ts, route caching…

fabricioctelles/skills · 230 tokens

battle-tested-engineer

Engineering judgment for code write/refactor/test and frontend UI. Trigger on code review, legacy cleanup, tests, UI with data, bloat/over-engineer complaints — even with no explicit mention, before any diff/rewrite/test suite. Output ultra-terse caveman style; code, commits, PR desc, security warnings stay normal…

sayeed1999/agent-skills · 74 tokens

gpt-taste

High-motion Awwwards-style frontend direction using GSAP, editorial typography, dense bento composition, and cinematic section choreography. Use only when the user explicitly wants an experimental marketing page or portfolio; do not use for routine product UI, dashboards, or accessibility-critical services.

wedabro/bro-skills · 59 tokens

speckit.frontend

Frontend Developer - Build production UI components, typed data flows, accessible interactions, responsive states, and performant interfaces without generic styling.

wedabro/bro-skills · 31 tokens

speckit.wordpress

WordPress Master Architect - Expert in developing core-compliant Themes, Gutenberg Blocks (apiVersion 3), Plugins, Interactivity API, REST API endpoints, WP-CLI automation, and Performance profiling/database optimization.

wedabro/bro-skills · 47 tokens