creating-gomarkdown-paste

creating-gomarkdown-paste is a skill for Claude Code, Codex from alecplayground/gomarkdown-paste-skill. It costs 56 tokens per session (426 once invoked), scanned A, original, MIT.

A skill for publishing Markdown documents to GoMarkdown.online, a website that hosts shareable Markdown pages. It sends the content to the site's API and returns the resulting public link.

In plain words
What is it for?
Use it when someone wants to share, publish, or create a link for Markdown content, including documents with Mermaid diagrams.
Why use it?
It removes the manual work of putting Markdown online and constructing the correct share URL.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/alecplayground/gomarkdown-paste-skill/creating-gomarkdown-paste
Any agent
npx skills add alecplayground/gomarkdown-paste-skill --skill creating-gomarkdown-paste
Clone the repo
git clone --depth 1 https://github.com/alecplayground/gomarkdown-paste-skill

Made for: Claude Code, Codex.

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 creating-gomarkdown-paste

README.md
[![agentmods](https://agentmods.dev/badge/skills/alecplayground/gomarkdown-paste-skill/creating-gomarkdown-paste.svg)](https://agentmods.dev/skills/alecplayground/gomarkdown-paste-skill/creating-gomarkdown-paste)
Your own site
<a href="https://agentmods.dev/skills/alecplayground/gomarkdown-paste-skill/creating-gomarkdown-paste"><img src="https://agentmods.dev/badge/skills/alecplayground/gomarkdown-paste-skill/creating-gomarkdown-paste.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 426 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00056 $0.00426
Opus 5 $0.00028 $0.00213
Sonnet 5 $0.00011 $0.00085
Haiku 4.5 $0.00006 $0.00043

Measured 3d ago against content hash 2dde96b40f5b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

creating-gomarkdown-paste scanned grade A with 1 finding 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 3d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

compatibility: Requires curl or equivalent HTTP client and internet access
skills/creating-gomarkdown-paste/SKILL.md · 53 lines

What it actually says

Creating a GoMarkdown Paste

Create a markdown paste on gomarkdown.online and return the shareable URL.

How to create a paste

Send a POST request to the GoMarkdown API:

curl -s https://gomarkdown.online/api/paste \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{"markdown": "<MARKDOWN_CONTENT>"}'

The response is JSON:

{
  "id": "abc1234567",
  "url": "/paste/abc1234567"
}

The shareable URL is https://gomarkdown.online + the url field from the response.

Example: If the response url is /paste/abc1234567, the full URL is https://gomarkdown.online/paste/abc1234567.

Important details

  • Maximum paste size: 500KB
  • No authentication required
  • The markdown field in the request body is required and must be a string
  • Supports all standard markdown features plus Mermaid diagrams
  • Escape JSON special characters in the markdown content (newlines as \n, quotes as \", backslashes as \\)
  • On success the API returns HTTP 201
  • On invalid content the API returns HTTP 400 with an error message

After creating the paste

Always return the full shareable URL to the user: https://gomarkdown.online/paste/<id>

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. 3d ago First seen · 53 lines · 56 tokens per session scan A 2dde96b40f5b

Subscribe to this mod's changes

creating-gomarkdown-paste is a skill published in the GitHub repository alecplayground/gomarkdown-paste-skill (4 stars, last pushed 6mo ago), licensed MIT. It adds 56 tokens to every session and 426 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

mermaid-skill

Generate Mermaid diagrams (.mmd) and export to PNG/SVG/PDF using mmdc CLI or Kroki API. USE THIS SKILL when user mentions diagram, flowchart, sequence diagram, class diagram, ER diagram, state machine, architecture, visualize, git graph, 画图, 架构图, 流程图, 时序图, 类图, ER图, 甘特图, 状态机. PROACTIVELY USE when explaining ANY system…

Agents365-ai/mermaid-skill · 137 tokens

paper-search-pro

Find academic papers across up to 7 sources (OpenAlex / Semantic Scholar / CrossRef / PubMed / arXiv for English, plus native-Chinese retrieval via NSSD 国家哲社文献中心 + yiigle 中华医学期刊) with adjustable depth — Quick scan (5 min) to Audit prep (3 hr). Use when the user wants to find papers, run a literature search, gather…

O0000-code/paper-search-pro · 404 tokens

ship-it-or-fix-it

Oracle-frozen Builder and independent-Judge convergence cycle. Load ONLY when the operator explicitly sets Governance Dial G2 for the task, or explicitly names this skill or an active work unit already running it. Never auto-activate on task class, such as security, auth, or payments. If a task seems to warrant G2 and…

Ezra144israel/governed-agent-skills · 98 tokens

test-verification

Requires behavioral, failure-path, and durable-seam evidence for tests and review. Use when writing tests, reviewing test coverage, assessing behavioral test quality, or accepting high-risk behavior on test evidence.

Ezra144israel/governed-agent-skills · 43 tokens

portable-adaptive-planning

Use for planning, roadmaps, design, architecture, sequencing, or before consequential work when no current FINAL plan plus GO covers it. Fire before changes to data or schemas, credentials or auth, production or releases, repository or source-home boundaries, irreversible work, or materially costly mistakes. Re-enter…

Ezra144israel/governed-agent-skills · 107 tokens

display-dev

Publishes HTML or Markdown as display.dev URLs with public, company, or private access. Supports signup, claiming, sharing, browsing, bounded reads, exact edits, and comment iteration. Use when the user asks to "publish this", "share this", "share with the org", "post this online", "make a private link", "share with…

display-dev/skill · 218 tokens