← Back to Skills Marketplace
gora050

Tripetto

by Vlad Ursul · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
112
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install tripetto
Description
Tripetto integration. Manage data, records, and automate workflows. Use when the user wants to interact with Tripetto data.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tripetto
  3. After installation, invoke the skill by name or use /tripetto
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Slug tripetto
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Tripetto?

Tripetto integration. Manage data, records, and automate workflows. Use when the user wants to interact with Tripetto data. It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.

How do I install Tripetto?

Run "/install tripetto" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tripetto free?

Yes, Tripetto is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tripetto support?

Tripetto is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tripetto?

It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.

💬 Comments