← 返回 Skills 市场
Tripetto
作者
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
112
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install tripetto
功能描述
Tripetto integration. Manage data, records, and automate workflows. Use when the user wants to interact with Tripetto data.
安全使用建议
This skill appears to be what it says: it uses the Membrane CLI to talk to Tripetto and asks you to authenticate via Membrane rather than collect API keys locally. Before installing: (1) verify you trust the Membrane project and the @membranehq/cli npm package and review the linked GitHub repo; (2) be aware `npm install -g` modifies global node_modules and PATH — prefer using a vetted environment or using `npx` if you don't want a global install; (3) understand that authentication tokens will be managed by Membrane (and the CLI may store local tokens/config), so only connect accounts you trust to that service; (4) if you need stricter isolation, avoid global installs and review the CLI source or run it in a sandbox/container. Overall, no unexplained credential requests or suspicious instructions were found.
功能分析
Type: OpenClaw Skill
Name: tripetto
Version: 1.0.1
The skill bundle provides instructions for an AI agent to interact with Tripetto using the Membrane CLI. It outlines standard procedures for installation (`npm install -g @membranehq/cli`), authentication, and action management. The instructions explicitly promote security best practices, such as delegating credential management to the Membrane platform rather than handling raw API keys. No indicators of data exfiltration, malicious execution, or prompt injection were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name/description (Tripetto integration) matches the instructions: the SKILL.md directs the agent to use the Membrane CLI to connect to Tripetto, discover and run actions, and manage data. Nothing requested (no env vars, no unrelated binaries or config paths) is inconsistent with that purpose.
Instruction Scope
Runtime instructions are narrowly scoped to installing/using the Membrane CLI, logging in (interactive or headless flow), creating a Tripetto connection, listing/creating actions, and running them. The SKILL.md does not instruct reading unrelated files, harvesting environment variables, or sending data to endpoints outside Membrane/Tripetto.
Install Mechanism
Installation is via `npm install -g @membranehq/cli@latest` (and examples using `npx`). This is an expected way to install a CLI but carries the normal risks of installing a global npm package (supply-chain risk, writes to system-global node_modules and PATH). The install command points to an org-scoped package (@membranehq) and the SKILL.md lists a matching GitHub repository, which is coherent, but you should verify the package and repo before installing.
Credentials
The skill declares no required environment variables or credentials. Authentication is delegated to Membrane via the CLI (browser-based or code flow). That is proportionate to the task; there are no requests for unrelated secrets or extraneous tokens.
Persistence & Privilege
The skill is instruction-only, does not set always:true, and does not request system-wide configuration changes. It will rely on the Membrane CLI and the user's Membrane account; there is no indication the skill attempts to modify other skills or persist elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tripetto - 安装完成后,直接呼叫该 Skill 的名称或使用
/tripetto触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
Tripetto 是什么?
Tripetto integration. Manage data, records, and automate workflows. Use when the user wants to interact with Tripetto data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。
如何安装 Tripetto?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tripetto」即可一键安装,无需额外配置。
Tripetto 是免费的吗?
是的,Tripetto 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tripetto 支持哪些平台?
Tripetto 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tripetto?
由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.1。
推荐 Skills