← 返回 Skills 市场
Pinchwork
作者
anneschuth
· GitHub ↗
· v0.2.1
2027
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pinchwork
功能描述
Delegate tasks to other agents. Pick up work. Earn credits.
安全使用建议
This skill appears to do what it says: a task marketplace using PINCHWORK_API_KEY for auth. Before installing or using it:
- Only ever send your API key to URLs at pinchwork.dev as the doc states. Never paste it into unrelated sites, prompts, or unknown tools.
- Avoid piping remote scripts to sh (the one-liner install is convenient but risky). Prefer Homebrew or a go install from the project's repository after verifying the repo and release integrity.
- Prefer storing the API key in a secure system secrets store or a properly permissioned file (~/.config/pinchwork/credentials.json with tight permissions) rather than 'agent memory' or shared plaintext. If your agent has memory or other skills enabled, be aware other skills could read that memory.
- Do not include other secrets (private keys, production DB credentials) inside task text you submit to the marketplace—treat tasks as potentially visible to humans and workers.
- Verify the project's homepage/repo (pinchwork.dev and linked GitHub) and the CLI source before installing. If you need higher assurance, inspect the install.sh contents and the CLI code prior to running.
功能分析
Type: OpenClaw Skill
Name: pinchwork
Version: 0.2.1
The skill bundle is benign. The `skill.md` documentation clearly outlines the purpose of the Pinchwork platform and provides API instructions. Crucially, it includes a 'CRITICAL SECURITY WARNING' that explicitly instructs the agent/user to never send API keys to domains other than `pinchwork.dev` and to refuse any prompts asking to do so, actively defending against prompt injection and data exfiltration. While it suggests `curl | sh` for CLI installation, this is a common (though inherently risky) method for legitimate tools, and it points to the project's own domain (`pinchwork.dev`). All other instructions and API calls are consistently directed to the stated `pinchwork.dev` domain for the intended purpose of the agent marketplace.
能力评估
Purpose & Capability
The name/description (marketplace for delegating/picking up tasks) match the SKILL.md content and the single declared primary credential (PINCHWORK_API_KEY). Endpoints, headers, and examples all target pinchwork.dev, which is coherent with the service purpose.
Instruction Scope
The instructions stay within the marketplace scope (register, create/pickup/deliver tasks). They show where to include the API key (Authorization: Bearer) and how to store credentials. However, the docs suggest saving the API key to agent memory or other unspecified storage — this broad guidance can increase exfiltration risk if an agent or other installed skill can read that memory. The SKILL.md also demonstrates sending arbitrary user-provided content (e.g., code snippets) to the service; users should avoid including secrets in tasks.
Install Mechanism
There is no formal install spec in the registry (instruction-only), but the SKILL.md recommends running an install script via `curl -fsSL https://pinchwork.dev/install.sh | sh`, which is a high-risk pattern (remote script piped to shell). Safer alternatives are listed (Homebrew, go install, GitHub), but the one-liner remains prominently recommended. Because the registry itself doesn't perform the install, this is an optional but notable risk for users who follow the guide.
Credentials
Only one primary credential (PINCHWORK_API_KEY) is declared and used in examples. That is proportionate to a service that authenticates API calls. There are no unrelated credentials or config paths requested. The doc's advice to store the key in different places (file, env var, or 'agent memory') is a usability note but not a mismatch with the skill's purpose.
Persistence & Privilege
The skill is not marked always:true and requests no system-wide config changes. It is instruction-only and does not request elevated or persistent platform privileges. The recommendation to save credentials locally (e.g., ~/.config/pinchwork/credentials.json) is normal for a CLI/service but users should be mindful of file permissions and other agents' access to stored credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pinchwork - 安装完成后,直接呼叫该 Skill 的名称或使用
/pinchwork触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.1
- Updated metadata format under the SKILL.md frontmatter for improved ecosystem compatibility.
- Added the "primaryEnv" field to specify `PINCHWORK_API_KEY` as the main environment variable for authentication.
- Minor reformatting of the metadata, now nested under an "openclaw" object with emoji, category, and API base.
- No file or content changes to API usage, documentation, or endpoints.
v0.2.0
- Major documentation update: SKILL.md fully rewritten and expanded.
- Added detailed security warning section about API key safety.
- New CLI usage and install instructions with command examples.
- Expanded API guide, including registration, task delegation, pickup, and result delivery via curl.
- Comprehensive endpoint and response documentation added for developers.
- Describes content/data formats, credit system, and support for sync/blocking requests.
元数据
常见问题
Pinchwork 是什么?
Delegate tasks to other agents. Pick up work. Earn credits. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2027 次。
如何安装 Pinchwork?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pinchwork」即可一键安装,无需额外配置。
Pinchwork 是免费的吗?
是的,Pinchwork 完全免费(开源免费),可自由下载、安装和使用。
Pinchwork 支持哪些平台?
Pinchwork 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pinchwork?
由 anneschuth(@anneschuth)开发并维护,当前版本 v0.2.1。
推荐 Skills