Satuit
v1.0.2Satuit integration. Manage data, records, and automate workflows. Use when the user wants to interact with Satuit data.
⭐ 0· 93·0 current·0 all-time
byVlad Ursul@gora050
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill's name/description (Satuit integration) matches the instructions: it tells the agent to use the Membrane CLI to discover connectors, create connections, run actions, and proxy API requests to Satuit. Required capabilities (network, Membrane account) are appropriate for this purpose.
Instruction Scope
SKILL.md only instructs installing and using the Membrane CLI and its commands (login, connect, action run, request). There are no instructions to read unrelated files, export environment variables, or exfiltrate data. OAuth browser flows and headless code-completion steps are described as expected.
Install Mechanism
The skill is instruction-only (no install spec), but it recommends installing @membranehq/cli via npm -g. That is expected for a CLI-driven integration but has the usual npm-global considerations (verify package source and permissions) — the SKILL.md does not itself perform any downloads or write files.
Credentials
The skill declares no required env vars, credentials, or config paths. It explicitly instructs not to ask users for API keys and relies on Membrane for credential management, which is proportional to the stated behavior.
Persistence & Privilege
always:false (default), no requests to modify other skills or system-wide agent config. Autonomous invocation is allowed (platform default) but not combined with elevated privileges or credential requests.
Assessment
This skill appears coherent and uses the Membrane CLI as a proxy to Satuit. Before installing or following its instructions: 1) Verify you trust the Membrane project (check https://getmembrane.com and the official GitHub repo and npm package @membranehq/cli) because Membrane will handle authentication and will see proxied Satuit requests and data. 2) Be aware npm install -g modifies your system PATH and installs a global binary — prefer validating the package source and using the latest official release. 3) The integration uses browser-based OAuth/connection flows; you will not need to provide Satuit API keys locally, but you should confirm your organization is comfortable with a third party (Membrane) holding the connection. 4) Because this is instruction-only, no code is written by the skill itself; still exercise normal operational caution (least privilege, test in non-production account).Like a lobster shell, security has layers — review code before you run it.
latestvk97dyw7yh0xpdcj7bc7xyvmg2n842h78
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
