← 返回 Skills 市场
Teamioo
作者
Vlad Ursul
· GitHub ↗
· v1.0.0
· MIT-0
80
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install teamioo
功能描述
Teamioo integration. Manage Organizations. Use when the user wants to interact with Teamioo data.
安全使用建议
This skill looks like a legitimate Teamioo integration via Membrane, but there are some gaps you should consider before installing:
- Ensure the environment has Node/npm/npx available: the SKILL.md runs `npx @membranehq/cli@latest` but the manifest does not declare this dependency. If you don't want to allow npx, you won't be able to use this skill.
- Understand that `npx` fetches and executes the @membranehq CLI from npm at runtime. Only proceed if you trust the @membranehq package and the npm registry.
- The login flow stores credentials at ~/.membrane/credentials.json. If you install this skill, those persistent credentials will exist on the machine; verify you are comfortable with that location and who can read that file.
- The skill allows proxying arbitrary URLs through Membrane — review whether you trust Membrane to handle requests and be careful about sending sensitive data through proxy endpoints.
- Ask the publisher to update the manifest to declare required binaries (npx/Node) and the config path (~/.membrane/credentials.json). If you need higher assurance, run the CLI in an isolated environment (container or dedicated user account) and inspect the @membranehq/cli package source before use.
功能分析
Type: OpenClaw Skill
Name: teamioo
Version: 1.0.0
The skill bundle consists of instructions (SKILL.md) for an AI agent to interact with the Teamioo workforce management platform using the Membrane CLI (@membranehq/cli). The instructions guide the agent through standard authentication, discovery, and API execution flows without any signs of malicious intent, data exfiltration, or obfuscation.
能力评估
Purpose & Capability
The skill claims to integrate with Teamioo via Membrane which is coherent with its name/description. However, the SKILL.md expects the agent/environment to run `npx @membranehq/cli@latest` (so Node/npm/npx must be available). The skill metadata lists no required binaries — that's an inconsistency. A consumer would legitimately need npx/Node to use this skill, so the missing declared dependency is a gap.
Instruction Scope
The instructions tell the agent to run npx commands that open a browser for auth and then store credentials at `~/.membrane/credentials.json`. The SKILL.md therefore reads and writes a user config path but the manifest declares no required config paths. The skill also documents a proxy mode that accepts full URLs; that capability means the agent can relay arbitrary requests through Membrane, which is powerful and should be considered when granting the skill runtime/network access.
Install Mechanism
There is no install specification (instruction-only), which is low surface area. However, the runtime uses `npx @membranehq/cli@latest`, which will fetch and execute code from the npm registry at runtime. That is normal for CLI-first integrations but does mean remote code is executed each time the CLI is invoked; users should trust the @membranehq package and the npm ecosystem.
Credentials
The skill does not request environment variables or secrets in the manifest and explicitly advises not to ask users for API keys (Membrane manages auth). That is proportionate. It does require a Membrane account (declared in SKILL.md) which is appropriate for this integration.
Persistence & Privilege
Although the skill is not always-loaded and is user-invocable, the runtime instructions create persistent credentials in the user's home (`~/.membrane/credentials.json`). The manifest did not declare this config path; this persistent credential file increases blast radius if the Membrane CLI or credentials are misused. The skill does not claim to modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install teamioo - 安装完成后,直接呼叫该 Skill 的名称或使用
/teamioo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
Teamioo 是什么?
Teamioo integration. Manage Organizations. Use when the user wants to interact with Teamioo data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。
如何安装 Teamioo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install teamioo」即可一键安装,无需额外配置。
Teamioo 是免费的吗?
是的,Teamioo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Teamioo 支持哪些平台?
Teamioo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Teamioo?
由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.0。
推荐 Skills