← 返回
未分类 Key 中文

copy-paste.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.
读取和创建粘贴板,获取最近的公开粘贴、按 ID 获取粘贴,或通过公共 API 发布新内容。
orti99 orti99 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 1
Stars
📥 354
下载
💾 0
安装
1
版本
#latest

概述

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/ 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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 10:59 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 73 📥 182,195
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 195 📥 67,827
dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 41,760