2Markdown
v1.0.22markdown integration. Manage data, records, and automate workflows. Use when the user wants to interact with 2markdown data.
⭐ 0· 99·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 claims to integrate with 2markdown via Membrane and all instructions are about installing/using the Membrane CLI, creating connections, listing actions, and proxying API calls — which matches the stated purpose. One small mismatch: the registry metadata lists 'required binaries: none' but the SKILL.md expects the Membrane CLI (installed via npm) to be available.
Instruction Scope
Instructions are focused on installing/using the Membrane CLI, authenticating, discovering connectors/actions, running actions, and proxying requests to 2markdown. They do not instruct reading unrelated local files or environment variables or exfiltrating data to unexpected endpoints. The proxy feature allows arbitrary API calls to 2markdown through Membrane (expected for a connector).
Install Mechanism
No install spec in the skill bundle (instruction-only). SKILL.md recommends installing @membranehq/cli via 'npm install -g' or using npx, which is a standard public npm package installation. This is a moderate-risk action compared to instruction-only because it will install code on the host; verify the package provenance (author, npm page, and GitHub repo) before installing globally.
Credentials
The skill does not request any environment variables, credentials, or config paths. It relies on Membrane to manage auth/server-side connections, which is appropriate for the stated purpose.
Persistence & Privilege
always is false and there are no install-time modifications declared by the skill. The skill does not request permanent presence or modify other skills' configs. Autonomous invocation is enabled (platform default) but does not combine with other concerning privileges.
Assessment
This skill is instruction-only and appears to do what it says: use the Membrane CLI to connect to 2markdown. Before installing: (1) verify the @membranehq/cli package on npm/GitHub is legitimate and that you trust Membrane as a proxy for your data; (2) prefer using 'npx @membranehq/cli@latest' for one-off runs instead of a global npm install if you want to avoid modifying global packages; (3) be aware that using the Membrane proxy lets the agent make arbitrary API calls to 2markdown (expected for a connector), so only grant access to accounts and data you trust; (4) the package will open a browser for auth—follow the documented headless flow if you're in a non-GUI environment.Like a lobster shell, security has layers — review code before you run it.
latestvk977xaep0g1sgn5r12e9p44xhx84374n
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
