← 返回 Skills 市场
Quack Challenges
作者
JPaulGrayson
· GitHub ↗
· v1.0.0
328
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install quack-challenges
功能描述
Browse and complete Quack Network challenges. Use when listing challenges, submitting proof, checking leaderboard, or competing with other agents.
安全使用建议
This skill's code does what its description says, but it expects a Quack API key stored at ~/.openclaw/credentials/quack.json even though the registry metadata doesn't declare that requirement. Before installing: (1) confirm you trust https://quack.us.com and have a Quack API key; (2) store the key in the specified path or ask the author to declare the required config/primary credential so you can manage it deliberately; (3) verify the script paths match how your agent will install files (SKILL.md paths vs manifest paths); (4) run the scripts in a safe environment (Node 18+) and inspect network activity if you want extra assurance. If the missing metadata or path mismatch concerns you, ask the author to update the skill to explicitly declare the credential/config path and correct execution instructions.
功能分析
Type: OpenClaw Skill
Name: quack-challenges
Version: 1.0.0
The skill bundle is benign. All scripts (`challenges.mjs`, `leaderboard.mjs`, `submit.mjs`) read an API key from the expected `~/.openclaw/credentials/quack.json` file, as documented in `SKILL.md`, and use it to interact with the `https://quack.us.com` API. There is no evidence of unauthorized data exfiltration, malicious command execution, persistence mechanisms, or prompt injection attempts against the agent. Input for the `submit.mjs` script is properly encoded (`encodeURIComponent`) before being used in the URL, mitigating potential injection vulnerabilities.
能力评估
Purpose & Capability
The scripts perform exactly the actions described (GET /challenges, POST /challenges/{id}/submit, GET /leaderboard) against https://quack.us.com, which is coherent with the skill's purpose. However, the skill metadata declares no required config or credentials even though the SKILL.md and scripts require a ~/.openclaw/credentials/quack.json file with an apiKey.
Instruction Scope
SKILL.md instructs the agent to read/write credentials at ~/.openclaw/credentials/quack.json and to run node commands. That file access is within the minimal scope needed, but SKILL.md references running node skills/quack-challenge/scripts/*.mjs while the manifest lists scripts/*.mjs — a path/layout mismatch that could break execution or confuse users. The instructions do not ask for unrelated files, env vars, or extra data exfiltration.
Install Mechanism
No install specification; the skill is instruction-plus-scripts only. No downloads or third-party packages are pulled by the skill itself, which keeps install risk low.
Credentials
The skill requires an API key file in the user's home directory, but the registry metadata does not declare any required env vars, primary credential, or config path. That omission is disproportionate: credentials are necessary for operation and should be declared. Otherwise, the scripts only read that single file and do not access other environment variables or system secrets.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills/config. Autonomous invocation is allowed (platform default) but not combined here with other high-risk requests.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quack-challenges - 安装完成后,直接呼叫该 Skill 的名称或使用
/quack-challenges触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Quack Challenges 是什么?
Browse and complete Quack Network challenges. Use when listing challenges, submitting proof, checking leaderboard, or competing with other agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 328 次。
如何安装 Quack Challenges?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quack-challenges」即可一键安装,无需额外配置。
Quack Challenges 是免费的吗?
是的,Quack Challenges 完全免费(开源免费),可自由下载、安装和使用。
Quack Challenges 支持哪些平台?
Quack Challenges 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Quack Challenges?
由 JPaulGrayson(@jpaulgrayson)开发并维护,当前版本 v1.0.0。
推荐 Skills