Sellhack

v1.0.0

SellHack integration. Manage data, records, and automate workflows. Use when the user wants to interact with SellHack data.

0· 47·0 current·0 all-time
byVlad Ursul@gora050
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the instructions: the skill tells the agent to use the Membrane CLI to manage SellHack connections, run actions, and proxy API requests. The homepage and repository referenced are for Membrane, which is the expected integration layer.
Instruction Scope
SKILL.md confines runtime instructions to installing/using the Membrane CLI, creating connections, listing and running actions, and proxying requests to the SellHack API. It does not request unrelated files or environment variables. Note: the proxy feature allows sending arbitrary API requests through Membrane (expected for a connector), so the operator should understand what API calls will be performed.
Install Mechanism
This is instruction-only in the registry (no automated install), but it instructs users to run `npm install -g @membranehq/cli` (or `npx`). Installing a global npm package is a common but higher-impact action than a purely local action; the package is on the public npm registry under the @membranehq scope, which is expected for this integration.
Credentials
The skill declares no required env vars or credentials and explicitly instructs not to ask users for API keys, relying on Membrane to manage auth. That is proportionate to the stated purpose. However, using the connector grants Membrane (server-side) the ability to call SellHack on the user's behalf—the user should be comfortable with that level of access.
Persistence & Privilege
Skill is user-invocable, not always-enabled, and does not request changes to other skills or persistent system-wide privileges. It follows the expected autonomy model without elevated platform privileges.
Assessment
This skill is coherent with its description but requires you to: (1) install the Membrane CLI (global npm install or use npx) — review the @membranehq npm package and ensure you trust it before installing globally; (2) create a Membrane connection to SellHack, which means Membrane will be able to call SellHack APIs on your behalf — review Membrane's privacy/security notices and limit which account you connect if needed; (3) be aware the CLI can proxy arbitrary API calls via your connection, so confirm which endpoints/actions will be used. If you want extra assurance, inspect the @membranehq/cli package source on GitHub and verify the homepage/repository and package maintainer identity before proceeding.

Like a lobster shell, security has layers — review code before you run it.

latestvk974x58696kb9ygt43my9gxtyd84ez06

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments