Speechace
v1.0.2Speechace integration. Manage data, records, and automate workflows. Use when the user wants to interact with Speechace data.
⭐ 0· 96·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 is described as a Speechace integration and all runtime instructions target Speechace via the Membrane CLI, which is coherent. Minor inconsistency: the registry metadata lists no required binaries while SKILL.md explicitly instructs installing the @membranehq/cli (npm) — the CLI should be declared as a required tool but its absence is likely an omission rather than malicious.
Instruction Scope
SKILL.md only instructs the agent to install/use Membrane CLI, run connection/action commands, and proxy requests to Speechace. It does not ask the agent to read unrelated files or environment variables. Note: proxying requests means request payloads and headers will transit through Membrane's service, so user data and API calls go to that third party.
Install Mechanism
This is an instruction-only skill (no install spec). The instructions ask the user to install @membranehq/cli from npm (npm install -g or npx). Installing from the public npm registry is common but carries the usual supply-chain considerations (verify package publisher and version). No downloads from unknown URLs or archives are present.
Credentials
The skill declares no required environment variables or credentials and advises letting Membrane manage auth. Requiring a Membrane account and browser-based login is proportionate to the stated purpose. No unrelated secrets or system config are requested.
Persistence & Privilege
Skill is not forced-always, is user-invocable, and does not request persistent system privileges or modify other skills. Normal autonomous invocation settings apply (not a concern here).
Assessment
This skill appears to do what it says: use the Membrane CLI to connect to Speechace and run actions. Before installing, confirm you trust the Membrane project (@membranehq on npm and getmembrane.com) because your request payloads and authentication flows will transit Membrane's service. Be aware the SKILL.md asks you to install a global npm CLI (or use npx); verify package source and prefer pinned versions if you need reproducibility. Finally, note the registry metadata omitted declaring the required CLI binary — expect to install @membranehq/cli to use this skill.Like a lobster shell, security has layers — review code before you run it.
latestvk9768c49k40a4g70ht39y6r1r98430hh
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
