Usercom

v1.0.0

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

0· 58·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 match the instructions: the SKILL.md instructs using the Membrane CLI to connect to User.com, discover actions, run actions, and proxy API calls. Required auth and network access are consistent with integrating a SaaS API.
Instruction Scope
Instructions are focused on installing and using the Membrane CLI, creating connections, listing actions, and proxying requests to User.com. They do not instruct reading unrelated files, harvesting environment variables, or sending data to unexpected endpoints.
Install Mechanism
The skill is instruction-only (no install spec in the registry) but tells users to run `npm install -g @membranehq/cli` (or use npx). Installing a global npm CLI is a reasonable approach but carries standard supply-chain risk; the SKILL.md does not pin a vetted release hash or provide verification steps.
Credentials
The skill declares no required env vars or credentials and explicitly defers auth to Membrane's server-side connection flow. That matches its purpose and avoids asking for unrelated secrets.
Persistence & Privilege
The skill does not request 'always' presence and does not modify other skills or system-wide settings. It relies on CLI commands invoked when used; autonomous invocation is allowed by platform default but not unusually privileged for this skill.
Assessment
This skill appears internally consistent, but consider these practical points before installing: - The SKILL.md depends on the third-party @membranehq/cli npm package (global install or npx). Installing global npm packages has ordinary supply-chain risk — prefer auditing the package or using npx to avoid a global install. - Verify the Membrane project and CLI repository (https://github.com/membranedev/application-skills and the @membranehq org) and confirm you trust the service at https://getmembrane.com before granting it access to your User.com account. - The login flow opens a browser and produces tokens; those tokens are managed by Membrane (server-side). Ensure you review the OAuth/permission scope presented during authentication so you know what access is being granted to Membrane. - The skill will run CLI commands that make network requests to Membrane and User.com. If you have strict network/data policies, confirm that sending data via Membrane's proxy is acceptable. - Because the skill is instruction-only, it will only perform actions when invoked (the platform allows autonomous invocation by default). If you prefer to avoid automated outbound calls, restrict autonomous skill use in your agent settings. If you trust Membrane and accept the npm install, this skill is coherent for integrating with User.com; otherwise, investigate the CLI source and authentication scopes before proceeding.

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

latestvk97fr0b0epbqysdj2q8079pxc1848hpz

License

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

Comments