← Back to Skills Marketplace
Summit
by
Membrane Dev
· GitHub ↗
· v1.0.0
· MIT-0
126
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install summit
Description
Summit integration. Manage Organizations, Pipelines, Users, Goals, Filters. Use when the user wants to interact with Summit data.
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install summit - After installation, invoke the skill by name or use
/summit - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Summit?
Summit integration. Manage Organizations, Pipelines, Users, Goals, Filters. Use when the user wants to interact with Summit data. It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.
How do I install Summit?
Run "/install summit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Summit free?
Yes, Summit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Summit support?
Summit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Summit?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.0.
More Skills