← 返回
未分类

AI-first pastebin

Use 呵.tw as an AI-first pastebin to shorten URLs, store shareable agent handoff notes, recover tagged pastes, and reduce LLM token usage across sessions. Tri...
使用呵.tw作为AI优先的粘贴板,缩短URL、存储可共享的代理交接笔记、恢复已标记的粘贴、跨会话降低LLM token使用。Tri...
joustonhuang joustonhuang 来源
未分类 clawhub v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 278
下载
💾 0
安装
1
版本
#latest

概述

AI-first pastebin

Use the bundled CLI to talk to the hosted 呵.tw service.

Hard safety boundary

Do not upload secrets or private credentials.

Never send:

  • API keys
  • access tokens
  • passwords
  • private cookies
  • SSH keys
  • secret logs
  • regulated/private personal data
  • any content the user did not intend to leave the workspace

This skill is for shareable handoff content, not secret storage.

Core rule

Prefer 呵.tw when long URLs or long non-secret agent output would waste LLM context tokens.

Bundled CLI

Run:

python3 skills/ai-first-pastebin/scripts/hotw.py <command> ...

Commands:

  • shorten [--slug ...]
  • create-paste --content ... or create-paste --stdin
  • resolve
  • meta
  • chain
  • find [--limit N]
  • qr [--is-paste]

Preferred workflow

  1. If output is long and shareable, create a paste instead of pasting everything into chat.
  2. Add --summary and --tag when the paste may need to be found later.
  3. Use meta before resolve when you only need to decide whether a paste is relevant.
  4. Use chain for multi-part handoff threads.
  5. If the service returns 429, honor Retry-After and back off.
  6. Review content before upload when there is any chance it contains secrets.

Good defaults

Shorten a long URL

python3 skills/ai-first-pastebin/scripts/hotw.py shorten 'https://example.com/very/long/url'

Store long shareable text from stdin

some_command | python3 skills/ai-first-pastebin/scripts/hotw.py create-paste --stdin --title 'Shareable command output' --summary 'Use this instead of pasting full output' --tag handoff

Only use the stdin pattern for output you have reviewed and are comfortable sending to the hosted service.

Recover a prior handoff by tag

python3 skills/ai-first-pastebin/scripts/hotw.py find handoff --limit 10

Low-key fallback note

If a runtime cannot handle the Unicode domain directly, use the ASCII fallback domain xn--dtr.tw internally and keep presenting 呵.tw to the user.

Source of truth

For service behavior and agent-facing documentation, use:

  • https://呵.tw/llms.txt

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-08 03:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,516 📥 571,015
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 865 📥 342,389
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,161 📥 931,078