← Back to Skills Marketplace
gora050

Stackshare

by Vlad Ursul · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
270
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install stackshare
Description
StackShare integration. Manage Stacks, Companies, Projects, Users. Use when the user wants to interact with StackShare data.
Usage Guidance
Before installing or using this skill: - Note the mismatch: the registry metadata lists no required binaries, but the instructions require installing the Membrane CLI and a Membrane account. Ask the skill author to update metadata to declare the `membrane` CLI and network access requirement. - Verify the trustworthiness of Membrane (@membranehq) and the links provided (homepage and repository). Read Membrane's privacy/security docs to understand how it stores and uses connection credentials. - Prefer using `npx @membranehq/cli@latest` (no global install) if you want to avoid a global npm package; if you must run `npm install -g`, avoid running as root and inspect the package (and its postinstall scripts) first. - Understand that the skill's workflow proxies arbitrary API requests through Membrane; using it requires trusting that service for authorization and data handling. - If you need a higher assurance level, request that the author add an explicit install spec and clear required-binaries/requirements to the registry entry and show exactly which StackShare scopes/actions the connector will request.
Capability Analysis
Type: OpenClaw Skill Name: stackshare Version: 1.0.2 The skill instructions in SKILL.md require the agent to perform high-risk actions, including installing a global npm package (@membranehq/cli), executing shell commands, and making network requests. While these actions are aligned with the stated purpose of integrating with StackShare via the Membrane platform, the reliance on shell execution and external network access constitutes a risky capability set. Additionally, the instructions for running actions with JSON input could lead to shell injection vulnerabilities if the agent fails to sanitize user-provided parameters.
Capability Assessment
Purpose & Capability
The skill name/description (StackShare integration) is coherent with the SKILL.md, which delegates access to StackShare via the Membrane CLI. However the registry metadata claims no required binaries, env vars, or config paths, while the SKILL.md explicitly requires network access, a Membrane account, and installing the `@membranehq/cli` (or using npx). The missing declaration of those runtime requirements is an inconsistency.
Instruction Scope
SKILL.md contains concrete instructions to install `@membranehq/cli`, run `membrane login`, create connections, list/run actions, and proxy arbitrary requests to the StackShare API via `membrane request`. The instructions do not ask the agent to read local files or secret env vars; they do require trusting Membrane to manage credentials and to proxy arbitrary API requests, which is reasonable for this integration but increases reliance on the Membrane service.
Install Mechanism
There is no formal install spec in the registry, yet SKILL.md tells users to run `npm install -g @membranehq/cli` (and also suggests `npx` elsewhere). This is a mismatch: the skill can only operate if a CLI is installed, and a global npm install can run package scripts and alter system state. The absence of an install spec in the registry means automatic installers won't be aware of or manage this dependency.
Credentials
The skill does not request any environment variables or secrets in metadata, and the instructions explicitly say not to request API keys (use Membrane connections instead). This is proportionate to the stated purpose. The main caveat is that credential custody is delegated to Membrane — you must trust their handling of your connection credentials.
Persistence & Privilege
Skill flags are default (not always:true). It does not request persistent system-wide privileges or modify other skills' config in the SKILL.md. Autonomous invocation is allowed by default but is not combined here with other high-risk behaviors.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stackshare
  3. After installation, invoke the skill by name or use /stackshare
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Slug stackshare
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Stackshare?

StackShare integration. Manage Stacks, Companies, Projects, Users. Use when the user wants to interact with StackShare data. It is an AI Agent Skill for Claude Code / OpenClaw, with 270 downloads so far.

How do I install Stackshare?

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

Is Stackshare free?

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

Which platforms does Stackshare support?

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

Who created Stackshare?

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

💬 Comments