copypaste-cloud

Read and create pastes on copy-paste.cloud. Fetch recent public pastes, retrieve a paste by ID, or publish new content via the public API.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "copypaste-cloud" with this command: npx skills add orti99/copypaste

copy-paste.cloud

Interact with copy-paste.cloud — a lightweight, public pastebin. Use this skill to read recent public pastes, look up a paste by ID, or publish new content.

An API key is required for reading recent pastes and creating new ones. Generate your key at copy-paste.cloud/developer.


When to Use

Activate this skill when the user:

  • Asks to post, paste, share, or publish a snippet, code block, or text to copy-paste.cloud
  • Asks to read, fetch, get, or show a paste from copy-paste.cloud (by ID or recent)
  • Mentions a URL like https://copy-paste.cloud/<id> and wants the content retrieved
  • Asks "what's on copy-paste.cloud lately?" or similar

Actions

1. Get recent public pastes

Returns the 10 most recent public pastes (sorted newest first).

bash scripts/get_recent.sh

Output: formatted list of paste IDs, titles, languages, and a content preview.


2. Get a paste by ID

Retrieve the full content and metadata of any public paste.

bash scripts/get_paste.sh <paste-id>
  • paste-id — the UUID from the paste URL, e.g. 3f2a1c9e-...

Output: title, language, tags, author, creation date, and full content.


3. Create a new paste

Publish text or code as a new public paste.

bash scripts/create_paste.sh \
  --content "your text here" \
  [--title "optional title"] \
  [--language python|javascript|...] \
  [--tags "tag1,tag2"] \
  [--private] \
  [--burn-after-read] \
  [--expires-in-hours 24]

Supported languages: bash, c, cpp, csharp, css, dockerfile, go, html, java, javascript, json, kotlin, markdown, php, python, ruby, rust, sql, swift, typescript, xml, yaml. Omit for plain text.

Output: the URL of the newly created paste.


Configuration

Set your API key as an environment variable:

export COPYPASTE_API_KEY=cp_your_key_here

Generate a key at https://copy-paste.cloud/developer after signing in.


External Endpoints

URLMethodData sent
https://api.copy-paste.cloud/api/v1/pastes/recentGETAPI key (header)
https://api.copy-paste.cloud/api/v1/pastes/{id}GETpaste ID (path)
https://api.copy-paste.cloud/api/v1/pastesPOSTAPI key (header), paste content, metadata

Security & Privacy

  • Your COPYPASTE_API_KEY is sent as a Bearer token to api.copy-paste.cloud only.
  • Paste content you create is sent to api.copy-paste.cloud and stored on copy-paste.cloud servers.
  • No data is written to your local filesystem.
  • Private pastes (--private) are only visible to your account; all others are public.
  • Burn-after-read pastes (--burn-after-read) are deleted from the server after first view.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Gigo Lobster Resume

🦞 GIGO · gigo-lobster-resume: 续跑入口:v2 stable 当前会清理旧 checkpoint 并从头重跑;保留此 slug 作为旧 checkpoint 兼容入口。 Triggers: 继续试吃 / 恢复评测 / resume tasting / continue lobster...

Registry SourceRecently Updated
General

YiHui CONTEXT MODE

context-mode is an MCP server that saves 98% of your context window by sandboxing tool outputs. It routes large file reads, shell outputs, and web fetches th...

Registry SourceRecently Updated
General

xinyi-drink

Use when users ask about 新一好喝/新一咖啡 drinks, stores, menu, activities, Skill用户大礼包, today drink recommendations, afternoon tea, feeling sleepy, or personalized...

Registry SourceRecently Updated
General

vedic-destiny

吠陀命盘分析中文入口。用于完整命盘研判、命主盘 Rashi chart 与九分盘 Navamsha chart 联读、既往事件回看、出生时间稳定度判断、事业主题、婚姻主题、时空盘专题,以及基于 Jagannatha Hora PDF、星盘截图或文本命盘数据的系统拆盘。当用户提到完整星盘、事业方向、婚姻问题、关系窗...

Registry SourceRecently Updated