← Back to Skills Marketplace
Team Up
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
189
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install team-up
Description
Team Up integration. Manage Organizations. Use when the user wants to interact with Team Up data.
Usage Guidance
This skill appears to do what it says: it instructs the agent to use the Membrane CLI to connect and run Team Up actions. Before installing, note: (1) you need Node/npm or npx available — the SKILL.md tells you to run 'npm install -g' and use npx but the registry metadata didn't declare that dependency; (2) installing the CLI will download code from npm and add global binaries to your system; (3) authentication uses Membrane (browser-based or headless code flow), so Membrane will hold the Team Up connection credentials server-side — review Membrane's privacy/security and the linked repository if you need to confirm trust; (4) the skill does not request local API keys or system secrets, and instructions stay on-topic. If you are uncomfortable with installing global npm packages or with Membrane holding your connectors, don't install or ask for an alternative integration path.
Capability Analysis
Type: OpenClaw Skill
Name: team-up
Version: 1.0.3
The skill (SKILL.md) requires high-risk operations including global npm package installation (@membranehq/cli) and shell command execution for authentication and API interaction. It also features a dynamic action creation capability ('membrane action create') that could be leveraged for unintended code execution via prompt injection. While these behaviors are aligned with the stated purpose of integrating with the Membrane platform, the reliance on high-privilege shell operations and remote code generation presents a significant attack surface.
Capability Assessment
Purpose & Capability
The name/description say 'Team Up' integration and every instruction is about using the Membrane CLI to connect to Team Up and run actions — this is coherent. Small inconsistency: the skill metadata declares no required binaries, but the SKILL.md instructs installing/running an npm package and using npx, which implies Node/npm (or a system with npx) is required.
Instruction Scope
SKILL.md stays on-topic: it instructs installing the Membrane CLI, logging in, creating a connection to Team Up, discovering and running actions. It does not instruct the agent to read unrelated files, collect extraneous system data, or send data to unexpected endpoints. It explicitly advises not to ask users for API keys.
Install Mechanism
There is no formal install spec in the registry (instruction-only skill). The doc tells users to run 'npm install -g @membranehq/cli@latest' and uses npx in examples. This is a common install approach but means the skill relies on downloading code from npm (normal for a CLI) and writing binaries to the system via npm -g. The registry should have declared the runtime dependency on Node/npm or npx.
Credentials
The skill declares no required environment variables or credentials. Its workflow relies on the Membrane service to manage auth (browser-based or headless code flow) rather than asking for user API keys locally — this is proportionate for a connector. Users should be aware that Membrane will hold connection credentials server-side.
Persistence & Privilege
always is false and the skill is user-invocable. There is no indication the skill modifies other skills or system-wide configurations. Being instruction-only, it does not itself install persistent services beyond what npm -g does when the user runs it.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install team-up - After installation, invoke the skill by name or use
/team-up - 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 Team Up?
Team Up integration. Manage Organizations. Use when the user wants to interact with Team Up data. It is an AI Agent Skill for Claude Code / OpenClaw, with 189 downloads so far.
How do I install Team Up?
Run "/install team-up" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Team Up free?
Yes, Team Up is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Team Up support?
Team Up is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Team Up?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills