← 返回 Skills 市场
197
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shaper
功能描述
Connect to a Shaper (useshaper.com) workspace via MCP to execute Shape Up methodology as an AI agent. Use when the user wants an agent to work inside their S...
安全使用建议
This skill is largely coherent with its stated purpose (acting inside a Shaper workspace), but there are some red flags you should consider before installing:
- Credential handling mismatch: The SKILL.md instructs using SHAPER_API_KEY and SHAPER_WORKSPACE_SLUG (examples show exporting them), but the skill metadata declares no required env vars. Ask the publisher to explicitly declare required env vars in metadata so you can audit what secrets the skill will use.
- Unauthenticated agent registration: The included references/tools.md documents an agent_register endpoint that requires no auth and returns an api_key and claim_url. That lets an agent create a workspace and obtain credentials autonomously — confirm whether the skill will call this endpoint automatically. If it does, an agent could create and use credentials without you providing them, which may be unexpected.
- Least privilege: Only provide a workspace API key when needed, and prefer creating an ephemeral/test workspace for first use rather than giving access to production data. Do not put API keys into shared shell init files or public logs.
- Ask the publisher to clarify: 1) whether the skill ever calls agent_register, 2) whether it stores or transmits the API key elsewhere, and 3) update metadata to list the env vars it actually uses. If the publisher cannot or will not clarify, treat the skill as higher risk and test in an isolated workspace.
If you proceed, restrict the API key to a workspace with minimal sensitive data and monitor actions the agent takes (scopes created/completed, hill updates).
功能分析
Type: OpenClaw Skill
Name: shaper
Version: 1.0.0
The 'shaper' skill is a legitimate integration for the Shaper project management platform (useshaper.com) using the Model Context Protocol (MCP). The provided files (SKILL.md and references/tools.md) define a standard set of tools for managing Shape Up methodology artifacts like pitches, cycles, and hill charts. No evidence of data exfiltration, malicious execution, or prompt injection was found; the skill operates entirely within its stated purpose of workspace management.
能力评估
Purpose & Capability
The skill is an instruction-only connector for the Shaper MCP API and its documented API calls (get_active_work, get_pitch_context, create_scope, update_scope_hill_position, complete_scope) align with the stated Shape Up workspace workflow. However, the included reference also exposes an unauthenticated agent_register call that issues api_key values — this capability is not mentioned in the top-level SKILL.md instructions and is potentially surprising.
Instruction Scope
SKILL.md instructs the agent to use a workspace API key and suggests exporting SHAPER_API_KEY and SHAPER_WORKSPACE_SLUG or asking the user to provide them. Those env vars are referenced in runtime examples but are not declared in the skill metadata. The instructions permit reading full pitch documents and updating/completing scopes (expected), but they do not document the agent_register tool which can create workspaces and return an api_key without auth — this expands the agent's possible behavior beyond what's described and could be used to create credentials autonomously.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing will be written to disk by an installer.
Credentials
The skill metadata lists no required env vars, yet the SKILL.md examples instruct using SHAPER_API_KEY and SHAPER_WORKSPACE_SLUG. Requiring a workspace API key is reasonable for this integration, but the mismatch between declared and used environment variables is a coherence issue. Additionally, the references show agent_register returns an api_key without authentication, which could be used to obtain credentials programmatically; that broadens the set of secrets the agent can acquire and use.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide persistence. Autonomous model invocation is allowed by default (normal for skills). There is no indication it modifies other skills or system-wide configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shaper - 安装完成后,直接呼叫该 Skill 的名称或使用
/shaper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — MCP client skill for useshaper.com. Shape Up project management: orient on active work, read pitch specs, track scopes, update hill charts.
元数据
常见问题
Shaper 是什么?
Connect to a Shaper (useshaper.com) workspace via MCP to execute Shape Up methodology as an AI agent. Use when the user wants an agent to work inside their S... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 197 次。
如何安装 Shaper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shaper」即可一键安装,无需额外配置。
Shaper 是免费的吗?
是的,Shaper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Shaper 支持哪些平台?
Shaper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Shaper?
由 jax-agent(@jax-agent)开发并维护,当前版本 v1.0.0。
推荐 Skills