Skip to content

Agent skill for creating markdown pastes on gomarkdown.online. Compatible with Claude Code, Codex CLI, and other SKILL.md agents.

License

Notifications You must be signed in to change notification settings

alecplayground/gomarkdown-paste-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

gomarkdown-paste-skill

An Agent Skill that creates markdown pastes on gomarkdown.online and returns shareable URLs.

Works with Claude Code, Codex CLI, and any agent that supports the SKILL.md specification.

What it does

When activated, this skill teaches the agent to:

  1. POST markdown content to the GoMarkdown API
  2. Construct the full shareable URL from the response
  3. Return the URL to the user

No API keys, no authentication, no dependencies beyond an HTTP client.

Install

Per-project (Claude Code)

cp -r skills/creating-gomarkdown-paste /path/to/your/project/.claude/skills/

Global (all projects)

mkdir -p ~/.claude/skills
cp -r skills/creating-gomarkdown-paste ~/.claude/skills/

From ClawHub

clawhub install creating-gomarkdown-paste

API reference

The skill uses a single endpoint:

POST https://gomarkdown.online/api/paste
Content-Type: application/json

{"markdown": "# Your content here"}

Response (201 Created):

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

Full URL: https://gomarkdown.online/paste/iB_vxKVwpG

Constraints: 500KB max, no auth, no binary content.

Full API docs: gomarkdown.online/api/docs

License

MIT

About

Agent skill for creating markdown pastes on gomarkdown.online. Compatible with Claude Code, Codex CLI, and other SKILL.md agents.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •