← Back to Skills Marketplace
Stacks
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
146
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install stacks
Description
Stacks integration. Manage data, records, and automate workflows. Use when the user wants to interact with Stacks data.
Usage Guidance
This skill appears to do what it says: it uses the Membrane CLI to connect to Stacks. Before installing or using it: 1) be prepared to install a global npm package (node/npm required) — the skill didn’t declare that dependency in metadata; install in a controlled environment if you prefer. 2) Understand that authentication and connector credentials will be managed by Membrane (getmembrane.com) — you are trusting that service with access to your Stacks data. 3) Verify the @membranehq/cli package and the Membrane project (homepage/repo) to ensure you trust the publisher. 4) During headless login the CLI prints an auth URL and a code — don’t paste codes or tokens into untrusted places; confirm the URL is the official Membrane domain. If you need stricter data locality, consider integrating directly with Stacks APIs (which may require different credentials) rather than routing through a third party.
Capability Analysis
Type: OpenClaw Skill
Name: stacks
Version: 1.0.3
The skill bundle provides instructions for an AI agent to integrate with the Stacks platform using the Membrane CLI. It follows security best practices by instructing the agent to use Membrane's managed authentication instead of requesting raw API keys from the user. The instructions in SKILL.md are consistent with the stated purpose of workflow automation and do not contain malicious patterns or data exfiltration attempts.
Capability Assessment
Purpose & Capability
The skill claims to integrate with Stacks via Membrane and all runtime instructions use the Membrane CLI and Membrane-hosted connections, which is coherent. One minor inconsistency: SKILL.md instructs installing the Membrane CLI via npm -g but the skill metadata lists no required binaries (node/npm). Declaring npm/node as a required binary would be expected.
Instruction Scope
The SKILL.md limits actions to installing and using the Membrane CLI (login, connect, action list/create/run). It does not request reading unrelated local files or arbitrary system paths. It does rely on network access to Membrane and instructs the user to complete interactive authorization (including a headless flow where the user pastes a code).
Install Mechanism
This is an instruction-only skill (no install spec). It tells users to run 'npm install -g @membranehq/cli@latest' — installing a package from the public npm registry is a normal, moderate-risk action. The registry metadata itself does not perform any install. Users should verify the npm package and prefer scoped/timeboxed/global installs in controlled environments.
Credentials
The skill requests no environment variables or credentials in-metadata and explicitly advises letting Membrane manage credentials rather than asking the user for API keys — that is proportionate. However, using Membrane means credentials and data related to Stacks will be managed/stored server-side by Membrane (getmembrane.com), so this is an external trust and privacy consideration the user should accept intentionally.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, and allows normal autonomous invocation (platform default). It does not request elevated persistence or modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stacks - After installation, invoke the skill by name or use
/stacks - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Stacks?
Stacks integration. Manage data, records, and automate workflows. Use when the user wants to interact with Stacks data. It is an AI Agent Skill for Claude Code / OpenClaw, with 146 downloads so far.
How do I install Stacks?
Run "/install stacks" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Stacks free?
Yes, Stacks is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Stacks support?
Stacks is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Stacks?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills