Survey2Connect

v1.0.2

Survey2Connect integration. Manage Users, Surveys, Respondents, Responses, Reports, Integrations. Use when the user wants to interact with Survey2Connect data.

0· 65·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
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (Survey2Connect integration) match the runtime instructions: all actions are performed via the Membrane CLI and a Membrane account. There are no unrelated required env vars, binaries, or config paths.
Instruction Scope
SKILL.md instructs the agent/user to install and use the @membranehq/cli, perform browser-based login, create connections, list actions, run actions, and proxy raw API calls through Membrane. These instructions stay within the stated integration scope and do not ask the agent to read arbitrary local files or other credentials. Note: the doc recommends a global npm install (system change) and shows npx usage — these are legitimate but worth being aware of.
Install Mechanism
There is no platform install spec, but the instructions tell the user to install a third-party npm package (@membranehq/cli) or use npx. Installing/running this CLI pulls code from the npm registry; this is expected for a CLI-based integration but the user should verify the package's publisher, version, and repository before installing globally.
Credentials
The skill requests no environment variables or local secrets. Authentication is performed via Membrane's login flow (browser-based), and the SKILL.md explicitly advises against collecting API keys locally. Note that credentials and proxied requests will be handled by Membrane's service, so you are delegating auth/trust to that third party.
Persistence & Privilege
The skill is not marked always:true and does not request any persistent system-level privileges. Autonomous model invocation is allowed (platform default); the skill does not attempt to modify other skills or system-wide settings.
Assessment
This skill appears coherent and limited to using the Membrane CLI to interact with Survey2Connect, but before installing: (1) verify the npm package @membranehq/cli on the npm registry (publisher, recent versions, and repo) to ensure it's official, (2) review Membrane's privacy/security docs because the service will proxy requests and hold tokens on your behalf, (3) prefer using npx for one-off runs or test the CLI in an isolated environment before a global npm -g install, and (4) be mindful that the CLI will perform network requests on your behalf — grant auth only if you trust the Membrane service and its account flow.

Like a lobster shell, security has layers — review code before you run it.

latestvk97bahyaj3140mkp0np8g3gpsx8431a1

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments