Stealthseminar
v1.0.0StealthSeminar integration. Manage data, records, and automate workflows. Use when the user wants to interact with StealthSeminar data.
⭐ 0· 76·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
OpenClaw
Benign
high confidencePurpose & Capability
The skill promises a StealthSeminar integration and all instructions revolve around using the Membrane CLI to connect to StealthSeminar, discover actions, run them, and proxy direct API requests. Requested artifacts (a CLI and a Membrane account) match the described purpose.
Instruction Scope
All runtime instructions are limited to installing and using the Membrane CLI, creating connections, listing actions, running actions, and proxying requests. The SKILL.md does not ask the agent to read unrelated files, request unrelated credentials, or exfiltrate data to unexpected endpoints; it explicitly instructs not to ask users for API keys.
Install Mechanism
There is no registry-level install spec (this is instruction-only), but the README tells users to run `npm install -g @membranehq/cli` (or `npx ...`). Installing a global npm CLI is reasonable for a CLI-driven integration, but global installs carry the usual trust implications—users should verify the @membranehq/cli package and prefer npx when possible to avoid persisting a global binary.
Credentials
The skill declares no required environment variables or local config paths. It delegates authentication to Membrane (server-side), which is appropriate for a connector-style integration. The only proportional consideration is that trusting Membrane implies the user is comfortable with a third party handling StealthSeminar credentials and proxied API traffic.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide persistence or modify other skills. It is instruction-only and does not require elevated privileges or auto-enablement.
Assessment
This skill is coherent: it uses the Membrane CLI to integrate with StealthSeminar and does not request unexpected credentials. Before installing, confirm you trust Membrane as the intermediary (review https://getmembrane.com and the @membranehq/cli package source), prefer running via `npx` if you want to avoid a global npm install, and be aware that Membrane will broker and store connection credentials—review their privacy/security documentation and the permissions requested during the `membrane connect` browser flow.Like a lobster shell, security has layers — review code before you run it.
latestvk9781tyybrqpcbyvmdhyy65p098451bf
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
