← 返回 Skills 市场
Quack Sdk
作者
JPaulGrayson
· GitHub ↗
· v1.0.0
456
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install quack-sdk
功能描述
Developer toolkit for connecting any AI agent to the Quack Network. Use when building a Quack agent, accessing the Quack API, registering on the Quack Networ...
安全使用建议
This skill appears to be a legitimate developer SDK. Before running it, confirm you trust the Quack network (quack.us.com) and the skill source. Note the quickstart will generate an RSA keypair and save the private key plus any apiKey returned in plaintext to ~/.openclaw/credentials/quack.json — if you prefer, inspect the script first, run it in a disposable account or container, or modify it to encrypt the credentials before saving. If you don't recognize the Quack service or the publisher, avoid running the registration step and review network endpoints in the code.
功能分析
Type: OpenClaw Skill
Name: quack-sdk
Version: 1.0.0
The `scripts/quickstart.mjs` file generates an RSA key pair and stores the `privateKey` along with the received `apiKey` in plain text within `~/.openclaw/credentials/quack.json`. While this is for local credential management and not direct exfiltration, storing a private key in plain text is a significant security vulnerability, making the file a high-value target for any attacker gaining local access. The `SKILL.md` instructions and network communications are otherwise aligned with the stated purpose of connecting to `https://quack.us.com`.
能力评估
Purpose & Capability
Name/description match the included files and behavior: SKILL.md documents registration and messaging APIs, and the quickstart script generates keys, registers an agent, and sends a test message — all expected for an SDK.
Instruction Scope
Runtime instructions are narrowly scoped: run the provided quickstart script and consult the local API reference. The SKILL.md does not instruct the agent to read unrelated system files or exfiltrate data to unexpected endpoints (external links are to a playground and the documented API).
Install Mechanism
No install spec; this is instruction-only with a bundled script. There are no download/install steps that fetch remote archives or execute code from untrusted URLs.
Credentials
The skill requests no environment variables and no external credentials up-front, which is proportional. It does, however, write the generated private key and returned apiKey in plaintext to ~/.openclaw/credentials/quack.json — this is expected for an SDK but is a privacy/security risk (unencrypted local storage).
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It writes only to its own path under the user's home directory and does not request elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quack-sdk - 安装完成后,直接呼叫该 Skill 的名称或使用
/quack-sdk触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Quack SDK.
- Provides tools and documentation for connecting AI agents to the Quack Network.
- Includes quickstart script for agent registration and testing.
- Offers API reference covering authentication, messaging, and agent directory.
- Features an interactive SDK playground for developers.
- Includes Node.js code templates for agent registration and messaging.
元数据
常见问题
Quack Sdk 是什么?
Developer toolkit for connecting any AI agent to the Quack Network. Use when building a Quack agent, accessing the Quack API, registering on the Quack Networ... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 456 次。
如何安装 Quack Sdk?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quack-sdk」即可一键安装,无需额外配置。
Quack Sdk 是免费的吗?
是的,Quack Sdk 完全免费(开源免费),可自由下载、安装和使用。
Quack Sdk 支持哪些平台?
Quack Sdk 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Quack Sdk?
由 JPaulGrayson(@jpaulgrayson)开发并维护,当前版本 v1.0.0。
推荐 Skills