← 返回 Skills 市场
Summit
作者
Membrane Dev
· GitHub ↗
· v1.0.0
· MIT-0
126
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install summit
功能描述
Summit integration. Manage Organizations, Pipelines, Users, Goals, Filters. Use when the user wants to interact with Summit data.
安全使用建议
This skill appears to do what it says: it uses the Membrane CLI to integrate with Summit. Before installing or running it, consider: (1) npx @membranehq/cli@latest will download and execute code from the npm registry each time — prefer pinning to a specific version if you want a reproducible, auditable binary. (2) The CLI stores credentials at ~/.membrane/credentials.json; check file permissions and be comfortable with tokens being persisted locally. (3) Membrane acts as a proxy and will see any proxied requests and their headers/bodies — do not send sensitive secrets or unrelated system data through it unless you trust Membrane. (4) In headless or shared environments, be cautious with the browser-login flow and copy/paste auth codes securely. If you need more assurance, review @membranehq/cli source and the Membrane privacy/security docs or run the CLI in an isolated environment (container or dedicated service account).
功能分析
Type: OpenClaw Skill
Name: summit
Version: 1.0.0
The skill bundle provides instructions for an AI agent to interact with the Summit project management platform via the Membrane CLI (@membranehq/cli). It outlines standard procedures for authentication, connection management, and API interaction (action discovery and proxy requests). No evidence of malicious intent, data exfiltration, or prompt injection was found; the logic is consistent with its stated purpose of managing Summit data through a legitimate integration platform.
能力评估
Purpose & Capability
The name/description (Summit integration) align with the instructions: the SKILL.md tells the agent how to connect to Summit via the Membrane CLI, discover actions, run them, and proxy raw API requests. There are no unrelated required env vars, binaries, or config paths declared.
Instruction Scope
Instructions are narrowly scoped to using the Membrane CLI (npx @membranehq/cli@latest) to authenticate, list actions, run actions, and proxy requests. The skill explicitly writes credentials to ~/.membrane/credentials.json and allows proxying arbitrary URLs through Membrane — both expected for a proxy-based integration but worth noting because proxying arbitrary endpoints or storing tokens on disk can be abused if misused.
Install Mechanism
There is no install spec (instruction-only), which is low-risk in general. However, the runtime instructions use npx to fetch and execute @membranehq/cli@latest on demand. That causes dynamic remote code to be downloaded and run whenever the CLI is invoked (using the unpinned @latest tag increases this dynamism). This is expected for a CLI-driven integration but is a non-trivial runtime risk to be aware of.
Credentials
The skill declares no required environment variables or credentials, which is proportional. It does rely on Membrane-managed credentials and stores them locally at ~/.membrane/credentials.json after login; the instructions do not request unrelated secrets. Users should be aware that auth tokens will be persisted on disk and that Membrane will see proxied requests.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide config. It does create/reuse a credential file in the user's home directory (normal for a CLI integration) but does not request elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install summit - 安装完成后,直接呼叫该 Skill 的名称或使用
/summit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
Summit 是什么?
Summit integration. Manage Organizations, Pipelines, Users, Goals, Filters. Use when the user wants to interact with Summit data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。
如何安装 Summit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install summit」即可一键安装,无需额外配置。
Summit 是免费的吗?
是的,Summit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Summit 支持哪些平台?
Summit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Summit?
由 Membrane Dev(@membranedev)开发并维护,当前版本 v1.0.0。
推荐 Skills