Install
openclaw skills install ai-first-pastebinUse 呵.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...
openclaw skills install ai-first-pastebinUse the bundled CLI to talk to the hosted 呵.tw service.
Do not upload secrets or private credentials.
Never send:
This skill is for shareable handoff content, not secret storage.
Prefer 呵.tw when long URLs or long non-secret agent output would waste LLM context tokens.
Run:
python3 skills/ai-first-pastebin/scripts/hotw.py <command> ...
Commands:
shorten <url> [--slug ...]create-paste --content ... or create-paste --stdinresolve <slug>meta <slug>chain <slug>find <tag> [--limit N]qr <slug> [--is-paste]--summary and --tag when the paste may need to be found later.meta before resolve when you only need to decide whether a paste is relevant.chain for multi-part handoff threads.429, honor Retry-After and back off.python3 skills/ai-first-pastebin/scripts/hotw.py shorten 'https://example.com/very/long/url'
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.
python3 skills/ai-first-pastebin/scripts/hotw.py find handoff --limit 10
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.
For service behavior and agent-facing documentation, use:
https://呵.tw/llms.txt