Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

ai-first-pastebinai 第一个 pastebin

Agent Skill

ai-first-pastebin 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

654

周安装

27

GitHub Stars

公开资料未说明

下载量

214
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ai-first-pastebin(ai 第一个 pastebin)
来源仓库:https://github.com/joustonhuang/ai-first-pastebin
安装命令:
openclaw skills install ai-first-pastebin
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ai-first-pastebin

简介

AI优先粘贴箱呵.tw用于缩短URL、存储代理移交注释与恢复标记粘贴内容。

  • 适合减少跨会话LLM令牌消耗与提升知识传递效率的场景。
  • 支持可共享注释与快速检索,优化团队协作信息流。ai-first-pastebin 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 使用时需注意链接有效期与内容保密性,避免公开敏感信息。
  • 安装前建议确认服务商稳定性及是否跨境传输数据。

SKILL.md

name
ai-first-pastebin
description
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. Trigger this skill when the user wants to: (1) turn long URLs into short links, (2) park long non-secret intermediate output outside the context window, (3) hand off shareable work between agents or chats, (4) retrieve a prior paste by slug or tag, or (5) use the hosted 呵.tw service comfortably from this workspace.

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 <url> [--slug ...]
  • create-paste --content ... or create-paste --stdin
  • resolve <slug>
  • meta <slug>
  • chain <slug>
  • find <tag> [--limit N]
  • qr <slug> [--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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.55%
按下载量换算194

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills