← Back to Skills Marketplace
gora050

Spotdraft

by Vlad Ursul · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
111
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install spotdraft
Description
Spotdraft integration. Manage data, records, and automate workflows. Use when the user wants to interact with Spotdraft data.
Usage Guidance
This skill appears to do what it says: it uses the Membrane CLI to connect to Spotdraft. Before installing or using it, consider these practical steps: (1) Confirm you trust Membrane/getmembrane.com and review the @membranehq/cli package repository and npm page; (2) prefer using npx for one-off runs instead of npm -g to avoid installing a global binary; (3) use a least-privilege or dedicated account for the connection if possible and review what data Membrane will store or proxy (check their privacy/terms); (4) be aware the CLI will open an OAuth-like login and may persist local session state — revoke connections/tokens when no longer needed; (5) if you allow an agent to invoke this skill autonomously, be deliberate about which actions it may run (deleting/updating contracts can have real consequences). Overall the skill is coherent, but treat third-party CLI installs and delegated auth with the usual operational caution.
Capability Analysis
Type: OpenClaw Skill Name: spotdraft Version: 1.0.1 The skill provides instructions for an AI agent to integrate with Spotdraft using the Membrane CLI. It outlines standard procedures for installing the CLI via NPM, authenticating the user, and managing contract lifecycle actions through the Membrane platform. The instructions in SKILL.md are functional and aligned with the stated purpose, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The skill declares Spotdraft integration and all instructions center on using the Membrane CLI to connect to Spotdraft. Required resources (network access and a Membrane account) match the described purpose; there are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs the agent/user to install and use the Membrane CLI, create a connection, search/build/run actions, and authenticate via a browser/authorization code. It does not instruct reading arbitrary local files, accessing unrelated credentials, or exfiltrating data to unknown endpoints. The instructions do run commands in the user's shell and rely on an OAuth-like flow (user opens a URL and provides a code), which is expected for this integration.
Install Mechanism
There is no manifest install spec; the README asks users to run npm install -g @membranehq/cli or use npx. Installing a global npm CLI is a legitimate but meaningful action: it fetches code from the npm registry and places binaries on the system PATH. This is expected for a CLI-driven integration, but users should review the package/source and can prefer npx to avoid a global install.
Credentials
The skill manifest requests no environment variables or secrets. Authentication is delegated to Membrane (membrane login / connection flow). That is proportionate to the stated goal; the skill explicitly advises not to ask users for raw API keys or tokens.
Persistence & Privilege
The skill is instruction-only and not always-enabled (always:false). It does not request persistent platform privileges. Note: using the Membrane CLI may create local session state or rely on server-side credentials managed by Membrane — typical for CLI OAuth flows.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install spotdraft
  3. After installation, invoke the skill by name or use /spotdraft
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Slug spotdraft
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Spotdraft?

Spotdraft integration. Manage data, records, and automate workflows. Use when the user wants to interact with Spotdraft data. It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.

How do I install Spotdraft?

Run "/install spotdraft" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Spotdraft free?

Yes, Spotdraft is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Spotdraft support?

Spotdraft is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Spotdraft?

It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.

💬 Comments