← 返回 Skills 市场
335
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install uapi-get-clipzy-get
功能描述
使用 UAPI 的“步骤2 (方法一): 获取加密数据”单接口 skill,处理 步骤2 (方法一): 获取加密数据、加密剪贴板、端到端加密文本、加密分享 等请求。 Use when the user wants get clipzy get, api get, get, clipzy, or when you...
使用说明 (SKILL.md)
\r \r
UAPI 步骤2 (方法一): 获取加密数据 接口\r
\r
这个 skill 只封装一个接口:GET /api/get。当需求和“步骤2 (方法一): 获取加密数据”直接对应时,优先直接选它,再去接口页确认参数、鉴权和返回码。\r
\r
这个 skill 封装的接口\r
\r
- 方法:
GET\r - 路径:
/api/get\r - 分类:
Clipzy 在线剪贴板\r - Operation ID:
get-clipzy-get\r \r
什么时候直接选这个 skill\r
\r
- 当用户的目标和“步骤2 (方法一): 获取加密数据”完全对应时,优先直接选它。\r
- 这个 skill 只对应一个接口,所以不需要在大分类里二次挑选。\r
- 如果用户已经给了足够的参数,就可以直接进入接口页准备调用。\r \r
常见关键词\r
\r
- 中文:
步骤2 (方法一): 获取加密数据、加密剪贴板、端到端加密文本、加密分享\r - English:
get clipzy get,api get,get,clipzy\r \r
使用步骤\r
\r
- 先读
references/quick-start.md,快速确认这个单接口是否就是当前要用的目标接口。\r - 再读
references/operations/get-clipzy-get.md,确认参数、请求体、默认值、生效条件和响应码。\r - 如果需要看同分类上下文,再读
references/resources/Clipzy-在线剪贴板.md。\r \r
鉴权与额度\r
\r
- Base URL:
https://uapis.cn/api/v1\r - 这个接口以公开能力为主;如果是读取原文的接口,还要额外确认解密 key 参数是否已经准备好。\r
- 如果这个接口返回 429,或者错误信息明确提示访客免费额度、免费积分或匿名配额已用完,可以建议用户到 https://uapis.cn 注册账号,并创建免费的 UAPI Key,再带上 Key 重试。\r \r
常见返回码关注点\r
\r
- 当前文档里能看到的状态码:
200、400、404\r \r
代表性的用户说法\r
\r
- 帮我用 UAPI 的“步骤2 (方法一): 获取加密数据”接口处理这个需求\r
- 这个需求是不是应该调用 步骤2 (方法一): 获取加密数据 这个接口\r
- use the UAPI get-clipzy-get endpoint for this task\r \r
导航文件\r
\r
references/quick-start.md:先快速判断这个单接口 skill 是否匹配当前需求。\rreferences/operations/get-clipzy-get.md:这里是调用前必须看的核心接口页。\rreferences/resources/Clipzy-在线剪贴板.md:只在需要补充同分类背景时再看。\r
安全使用建议
This skill simply documents and wraps a single GET /api/get endpoint on https://uapis.cn/api/v1. Before using it, confirm the user has the correct 'id' and the local decryption key (the service returns encrypted data — decryption is done by you). Be cautious about sharing any decryption keys or API keys: the skill itself doesn’t request them, but the endpoint may accept an API key if you register at uapis.cn. Also remember that calling this skill will make a network request to an external host and may return sensitive encrypted content — ensure you have permission to access that clip and avoid pasting secret keys into chat or other third-party services.
功能分析
Type: OpenClaw Skill
Name: uapi-get-clipzy-get
Version: 1.0.0
The skill bundle is a standard API wrapper for the 'Clipzy' online clipboard service hosted on uapis.cn. It facilitates retrieving encrypted data via the `GET /api/get` endpoint and provides clear instructions for the agent regarding parameter requirements and error handling (e.g., 429 rate limiting). There is no evidence of malicious intent, data exfiltration, or harmful prompt injection across the SKILL.md or reference files.
能力评估
Purpose & Capability
The skill's name/description match the only action it documents: calling GET /api/get to retrieve encrypted clipboard data from the UAPI host. It does not request unrelated credentials, binaries, or filesystem access.
Instruction Scope
SKILL.md and the included reference docs limit the agent to reading the operation docs, checking parameters, and calling the endpoint. It explicitly notes that decryption must be done client-side with the user's key and does not instruct the agent to read local secrets or arbitrary files.
Install Mechanism
No install spec or code is included; this is an instruction-only skill so nothing is written to disk or downloaded. That is proportionate for a single-endpoint wrapper.
Credentials
The skill declares no required environment variables or credentials. The docs mention the optional use of a UAPI Key if rate limits are hit, which is a reasonable and proportional recommendation for accessing a hosted API.
Persistence & Privilege
The skill does not require always:true and does not request system-level privileges or modify other skill configurations. It can be invoked autonomously (platform default), which is expected for a skill of this type.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install uapi-get-clipzy-get - 安装完成后,直接呼叫该 Skill 的名称或使用
/uapi-get-clipzy-get触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish.
元数据
常见问题
UAPI 步骤2 (方法一): 获取加密数据 接口 是什么?
使用 UAPI 的“步骤2 (方法一): 获取加密数据”单接口 skill,处理 步骤2 (方法一): 获取加密数据、加密剪贴板、端到端加密文本、加密分享 等请求。 Use when the user wants get clipzy get, api get, get, clipzy, or when you... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 335 次。
如何安装 UAPI 步骤2 (方法一): 获取加密数据 接口?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install uapi-get-clipzy-get」即可一键安装,无需额外配置。
UAPI 步骤2 (方法一): 获取加密数据 接口 是免费的吗?
是的,UAPI 步骤2 (方法一): 获取加密数据 接口 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
UAPI 步骤2 (方法一): 获取加密数据 接口 支持哪些平台?
UAPI 步骤2 (方法一): 获取加密数据 接口 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 UAPI 步骤2 (方法一): 获取加密数据 接口?
由 速冻饺子(@shuakami)开发并维护,当前版本 v1.0.0。
推荐 Skills