← Back to Skills Marketplace
Satuit
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
158
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install satuit
Description
Satuit integration. Manage data, records, and automate workflows. Use when the user wants to interact with Satuit data.
Usage Guidance
This skill appears coherent and uses the Membrane CLI to manage Satuit connections; before installing, verify @membranehq/cli is the official package (review the npm package page and the GitHub repo), prefer pinning a version instead of @latest if you want reproducibility, and understand that Membrane will hold/mediate the Satuit credentials you grant via its connection flow. Avoid typing raw API keys into the skill; use the connection workflow described. If you have strict supply-chain policies, review the CLI source and release notes before global install or run via npx in an isolated environment.
Capability Analysis
Type: OpenClaw Skill
Name: satuit
Version: 1.0.3
The skill bundle facilitates integration with Satuit CRM by instructing the agent to install a global NPM package (@membranehq/cli) and execute various shell commands for authentication and data management. While these actions are aligned with the stated purpose and the instructions promote security best practices (e.g., delegating credential management to the Membrane platform), the reliance on global package installation and shell-based execution introduces significant risks, including potential command injection and supply chain vulnerabilities. Additionally, the _meta.json file contains a future-dated timestamp (1776885080732), which is an unusual indicator for a published artifact.
Capability Assessment
Purpose & Capability
Name/description (Satuit CRM integration) match the instructions: the SKILL.md tells the agent to use the Membrane CLI to connect to Satuit, discover actions, and run them. Nothing requested (no env vars, no config paths) is unrelated to that purpose.
Instruction Scope
Runtime instructions are narrowly scoped to installing/using the Membrane CLI, creating a connection, searching/creating actions, and running actions. The doc does not instruct reading arbitrary files, scanning system directories, or exfiltrating unrelated data.
Install Mechanism
Install is via npm install -g @membranehq/cli@latest (a public npm package). This is expected for a CLI integration, but global npm installs run package code on install and using the unpinned @latest introduces supply-chain/version variability. No download-from-unknown-URL or archive extraction is used.
Credentials
The skill declares no required env vars or credentials. Authentication is delegated to Membrane's browser-based or token-based flow, which is appropriate for an integration that uses a connector service.
Persistence & Privilege
Skill does not request always:true, does not modify other skills, and has no install-time steps that persist beyond installing the Membrane CLI. Autonomous invocation is allowed (platform default) but is not combined with other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install satuit - After installation, invoke the skill by name or use
/satuit - 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 Satuit?
Satuit integration. Manage data, records, and automate workflows. Use when the user wants to interact with Satuit data. It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.
How do I install Satuit?
Run "/install satuit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Satuit free?
Yes, Satuit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Satuit support?
Satuit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Satuit?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills