Lucid

v1.0.2

Lucid integration. Manage Organizations. Use when the user wants to interact with Lucid data.

0· 110·1 current·1 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 skill claims to integrate with Lucid and its SKILL.md exclusively instructs using the Membrane CLI to discover and run Lucid-related actions. That matches the stated purpose. Minor mismatch: the metadata lists no required binaries, but the instructions expect npm (or npx) and the @membranehq/cli tool to be installed — this is a small documentation gap rather than a functional mismatch.
Instruction Scope
Instructions confine behavior to using the Membrane CLI and proxying requests to the Lucid API via Membrane. They do not ask the agent to read local unrelated files, exfiltrate environment variables, or contact unexpected external endpoints beyond Membrane/Lucid.
Install Mechanism
No automatic install spec is provided (instruction-only). The SKILL.md tells the user to run `npm install -g @membranehq/cli` (or use npx). This requires fetching a package from the public npm registry; because installation is manual and expected for this integration, this is normal but worth verifying the authenticity of the @membranehq/cli package before installing.
Credentials
The skill declares no required environment variables or credentials. Authentication is handled by Membrane's login flow (browser-based OAuth), which is appropriate for a third-party connector and avoids asking for raw API keys or secrets in the skill itself.
Persistence & Privilege
The skill is instruction-only, does not request permanent 'always' inclusion, and doesn't modify other skills or system-wide agent settings. Autonomous invocation is allowed by platform default but is not combined with other concerning privileges here.
Assessment
This skill is instruction-only and uses the Membrane CLI to mediate access to Lucid. Before installing or running commands: - Verify the @membranehq/cli package on npm (author, download counts, repository) or use `npx` to avoid a global install. - Be prepared to authenticate via a browser-based Membrane login (no raw API keys are required by the skill). - Run CLI commands in a controlled environment (not as a privileged system user) if you have concerns about third-party packages. - If you need more assurance, review Membrane's privacy/security docs and the @membranehq/cli repository/source before granting access.

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

latestvk97894erhgey8b9mk4h2k20pmx842zfd

License

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

Comments