← Back to Skills Marketplace
Trestle
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
128
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install trestle
Description
Trestle integration. Manage data, records, and automate workflows. Use when the user wants to interact with Trestle data.
Usage Guidance
This skill is internally consistent: it simply instructs the agent to use the Membrane CLI to connect to Trestle and run actions. Before installing or running it, verify the @membranehq/cli package on the npm registry (maintainer, download counts, repository) or prefer `npx` to avoid a global install. Only perform `membrane login` on a trusted device/browser, and do not paste any unrelated secrets into the agent. If you need higher assurance, inspect Membrane's documentation or source repository and consider running the CLI in an isolated environment (container/VM) before allowing it access to production data.
Capability Analysis
Type: OpenClaw Skill
Name: trestle
Version: 1.0.3
The skill bundle provides instructions for an AI agent to interact with the Trestle admin framework using the Membrane CLI (@membranehq/cli). The instructions in SKILL.md guide the agent through legitimate authentication, action discovery, and execution flows via the Membrane platform. It explicitly encourages security best practices, such as avoiding the manual handling of API keys, and contains no signs of malicious intent, data exfiltration, or unauthorized persistence.
Capability Assessment
Purpose & Capability
Name/description state 'Trestle integration' and the SKILL.md consistently instructs using the Membrane CLI to connect to a trestle connector and run actions. The homepage/repository references Membrane and the commands described map to that service — required capabilities align with the stated purpose.
Instruction Scope
Instructions focus on installing and using the Membrane CLI, authenticating, creating/listing connections and actions, and running them. They do not instruct reading unrelated files, accessing unrelated environment variables, or exfiltrating data to third-party endpoints beyond Membrane.
Install Mechanism
The skill is instruction-only (no install spec). It tells users to run `npm install -g @membranehq/cli@latest` (a normal way to install a CLI from npm). Global npm installs carry moderate risk if the package or registry is compromised; this is expected for a CLI-based integration but users should verify the package owner on the npm registry and prefer `npx` or a scoped/local install if they want less global footprint.
Credentials
The skill declares no required environment variables or credentials and explicitly relies on Membrane to handle auth. That matches the instructions (membrane login/connect). No unrelated secrets or config paths are requested.
Persistence & Privilege
No special persistence is requested (always=false). The skill is instruction-only and does not request writing/modifying other skills or system-wide settings. Agent autonomous invocation remains allowed by platform defaults but is not combined with other red flags here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trestle - After installation, invoke the skill by name or use
/trestle - 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 Trestle?
Trestle integration. Manage data, records, and automate workflows. Use when the user wants to interact with Trestle data. It is an AI Agent Skill for Claude Code / OpenClaw, with 128 downloads so far.
How do I install Trestle?
Run "/install trestle" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trestle free?
Yes, Trestle is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Trestle support?
Trestle is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Trestle?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills