← 返回 Skills 市场
Team Up
作者
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
189
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install team-up
功能描述
Team Up integration. Manage Organizations. Use when the user wants to interact with Team Up data.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install team-up - 安装完成后,直接呼叫该 Skill 的名称或使用
/team-up触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Team Up 是什么?
Team Up integration. Manage Organizations. Use when the user wants to interact with Team Up data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 189 次。
如何安装 Team Up?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install team-up」即可一键安装,无需额外配置。
Team Up 是免费的吗?
是的,Team Up 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Team Up 支持哪些平台?
Team Up 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Team Up?
由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.3。
推荐 Skills