Team Up

v1.0.2

Team Up integration. Manage Organizations. Use when the user wants to interact with Team Up data.

0· 122·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
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill claims to integrate with Team Up via the Membrane CLI, which matches the instructions. Minor mismatch: registry metadata lists no required binaries, but the SKILL.md expects Node/npm (to install the @membranehq/cli) and the membrane binary to be available.
Instruction Scope
Instructions are limited to installing and using the Membrane CLI (login, create connections, list/run actions, proxy requests). They do not instruct reading unrelated files or prompting for raw API keys and explicitly advise letting Membrane handle credentials.
Install Mechanism
This is an instruction-only skill (no install spec). It asks the user to install @membranehq/cli from npm (npm install -g), which is a standard public registry install—reasonable for this purpose but a moderate risk compared to no install because it executes third-party code locally.
Credentials
The skill declares no required environment variables or credentials and relies on Membrane for auth. No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges or modify other skills' configs.
Assessment
This skill looks consistent: it uses the Membrane CLI to connect to Team Up and explicitly avoids asking for API keys. Before installing, confirm you trust the @membranehq npm package and its publisher (review the package page, GitHub repo, and privacy/terms). Installing the CLI requires Node/npm and will run code from npm (global install); if you have policy restrictions on installing global packages, run the CLI in a controlled environment. Be aware the skill will open a browser for login (or use a headless login flow) and will send requests to Team Up through Membrane's proxy, so verify you are comfortable with Membrane handling authentication for those external requests.

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

latestvk97aqpe7pbvxb26gqdjzkkkky1843s54

License

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

Comments