← Back to Skills Marketplace
Spade
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
93
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install spade-integration
Description
Spade integration. Manage data, records, and automate workflows. Use when the user wants to interact with Spade data.
Usage Guidance
This skill appears to do what it says: use the Membrane CLI to connect to Spade and run actions. Before installing or using it: 1) Be cautious about running `npm install -g @membranehq/cli@latest` — global npm installs can run arbitrary code and change system files; prefer a pinned version (e.g., @membranehq/[email protected]) or review the package and its repository. 2) If possible, test the CLI in an isolated environment (container or VM) first. 3) Verify the Membrane project/repository and its reputation (homepage and GitHub repo) and read their auth/token storage policy so you know where credentials are kept. 4) The skill will ask you to authenticate via browser — do not paste other secrets into chat or the CLI. If you need higher assurance, request the exact package version and a checksum or ask for an install spec from the publisher. Overall the skill is internally consistent, but standard supply‑chain caution is recommended.
Capability Analysis
Type: OpenClaw Skill
Name: spade-integration
Version: 1.0.1
The skill bundle provides instructions for an AI agent to integrate with the Spade project management service using the Membrane CLI. It follows standard patterns for CLI-based integrations, including installation via npm (`@membranehq/cli`), authentication, and action discovery. The instructions in SKILL.md emphasize secure credential management by delegating authentication to the Membrane platform rather than handling raw API keys, and no indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description (Spade integration) match the runtime instructions: everything in SKILL.md is about using the Membrane CLI to connect to Spade, discover and run actions, and manage auth. No unrelated services, binaries, or env vars are requested.
Instruction Scope
Runtime instructions stay on-topic: they tell the agent how to install and use the Membrane CLI, how to authenticate, create/list/run actions, and how to handle headless auth. There are no instructions to read arbitrary local files, exfiltrate unrelated data, or access unrelated environment variables.
Install Mechanism
The README instructs the user to run npm install -g @membranehq/cli@latest. This is a typical way to install a CLI but pulls code from the public npm registry (global install requires elevated filesystem access). The skill itself has no formal install spec, so the install step is manual — consider pinning a version and verifying the package/repo before global installation.
Credentials
The skill requests no environment variables or secrets. Authentication is delegated to Membrane's login flow (browser/OAuth), which is proportionate to the stated purpose. The SKILL.md explicitly recommends not asking users for API keys or tokens.
Persistence & Privilege
The skill is not always-enabled and makes no request to modify other skills or global agent configuration. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install spade-integration - After installation, invoke the skill by name or use
/spade-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Spade?
Spade integration. Manage data, records, and automate workflows. Use when the user wants to interact with Spade data. It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.
How do I install Spade?
Run "/install spade-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Spade free?
Yes, Spade is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Spade support?
Spade is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Spade?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills