Qryptal

v1.0.2

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

0· 97·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
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name/description (Qryptal integration) aligns with the instructions (use Membrane to connect to Qryptal). One minor inconsistency: metadata lists no required binaries, but the SKILL.md explicitly instructs installing and running the Membrane CLI (and implicitly requires npm/node to perform a global npm install). This is a bookkeeping omission rather than a functional mismatch.
Instruction Scope
Runtime instructions are limited to installing/using the Membrane CLI, creating/looking up connections, running actions, and proxying requests to Qryptal via Membrane. They do not instruct reading unrelated host files, harvesting environment variables, or sending data to unexpected endpoints.
Install Mechanism
There is no formal install spec; SKILL.md tells users to run `npm install -g @membranehq/cli` and occasionally `npx ...`. Using the public npm registry is expected for this CLI but has moderate trust implications (global npm installs modify the host). No downloads from arbitrary URLs or extract steps are present.
Credentials
No secrets or environment variables are requested by the skill. Authentication is delegated to Membrane's browser-based flow and server-side connector; this is proportionate for a connector-style integration. The SKILL.md explicitly advises not to ask users for API keys.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent system privileges. It does not modify other skills or system-wide configurations in the instructions. Autonomous invocation is allowed (platform default) but not combined with broad credential access.
Assessment
This is an instruction-only skill that uses the Membrane CLI to talk to Qryptal; that is coherent with its stated purpose. Before installing/use: ensure you trust the Membrane service and the @membranehq/cli npm package, be aware that `npm install -g` requires npm/node and will install a global binary, and prefer running such installs in a controlled environment (container or VM) if you have security concerns. When connecting, review the connector's permissions in Membrane and complete browser-based authentication yourself — do not paste tokens or secrets into chat. If you want the agent to run commands non-interactively, verify Node/npm and the membrane binary are available or adjust the skill to declare those requirements explicitly.

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

latestvk97443q3m5p7d9kgen7hkf1qws843ywv

License

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

Comments