Ez Texting

v1.0.0

EZ Texting integration. Manage data, records, and automate workflows. Use when the user wants to interact with EZ Texting data.

0· 46·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
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (EZ Texting integration) matches the instructions (use Membrane CLI to connect, run actions, and proxy requests to the EZ Texting API). The actions and auth flows described are appropriate for a connector integration.
Instruction Scope
SKILL.md confines the agent to installing/using the Membrane CLI, creating connections, listing actions, and proxying API requests. It does not instruct reading unrelated files or exfiltrating data. Note: the SKILL.md tells the user to install and run the 'membrane' CLI, but the skill metadata did not declare that binary as required.
Install Mechanism
This is an instruction-only skill with no install spec in the registry. The README asks users to run `npm install -g @membranehq/cli` (a public npm package). That is a reasonable, common install path for CLI-based integrations, but installing npm packages globally executes arbitrary package install scripts — a normal but non-zero-risk operation the user should consent to.
Credentials
No environment variables, API keys, or config paths are requested by the skill. SKILL.md explicitly advises letting Membrane manage credentials and not asking users for API keys; requiring a Membrane account and browser login is proportional for the described functionality.
Persistence & Privilege
The skill is not forced-always (always: false). It does not request persistent system-wide configuration or credentials beyond the normal Membrane connection flow. Autonomous invocation remains possible (platform default), which is expected for skills.
Assessment
This skill appears to be what it says: an EZ Texting integration that runs through the Membrane CLI. Before installing: 1) Be aware SKILL.md requires the 'membrane' CLI but the registry metadata does not list it — you will need to install `@membranehq/cli` yourself. 2) Verify you trust Membrane and the npm package (review https://www.npmjs.com/package/@membranehq/cli and the repository) because `npm install -g` runs package install scripts. 3) The skill does not ask for API keys or system secrets; authentication is a browser-based Membrane flow. 4) If you prefer lower risk, install the CLI in a controlled environment (not globally) or audit the package source before running global installs.

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

latestvk97dcvbnfbjdqcf00d2ksqrwfh84fz69

License

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

Comments