← Back to Skills Marketplace
Qryptal
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
156
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install qryptal
Description
Qryptal integration. Manage data, records, and automate workflows. Use when the user wants to interact with Qryptal data.
Usage Guidance
This skill delegates all Qryptal access to the Membrane CLI. Before installing: (1) confirm you are comfortable installing packages from npm and that you have Node/npm (global npm install may need admin rights); (2) verify you trust Membrane (https://getmembrane.com and the referenced repo) because authentication is delegated to their service and you will authenticate in a browser; (3) be prepared for a browser-based or headless code flow where you paste a login code; and (4) note the registry metadata did not list npm/node as required even though the instructions use them. If you want stricter control, inspect Membrane's privacy/auth docs and consider running the CLI in a sandboxed environment or using npx to avoid a global install.
Capability Analysis
Type: OpenClaw Skill
Name: qryptal
Version: 1.0.3
The skill instructions in SKILL.md direct the agent to perform high-risk system operations, specifically the global installation of an NPM package (`npm install -g @membranehq/cli`) and the execution of shell commands to manage authentication and remote actions. While these behaviors are aligned with the stated purpose of using the Membrane platform to interact with Qryptal, the requirement for global software installation and the redirection of logic to an external CLI and third-party service represent a significant security surface without explicit evidence of malicious intent.
Capability Assessment
Purpose & Capability
The skill's name/description (Qryptal integration) align with the instructions to use the Membrane CLI to interact with Qryptal. Minor inconsistency: the SKILL.md instructs installing the npm-based Membrane CLI (npm / npx usage), but the skill metadata lists no required binaries; in practice Node/npm (or an environment where npx works) is needed.
Instruction Scope
Runtime instructions are scoped to installing/using the Membrane CLI, creating a connection, discovering and running actions, and handling auth via browser or headless code flow. The instructions do not ask to read unrelated files, export credentials, or contact unexpected endpoints beyond Membrane/Qryptal.
Install Mechanism
There is no registry install spec (instruction-only), but SKILL.md recommends installing @membranehq/cli via npm (global install) or using npx. Installing packages from the npm registry is a common pattern but requires npm/network access and may require elevated privileges for global installs; the registry metadata did not declare this dependency.
Credentials
The skill declares no required environment variables or credentials and explicitly instructs not to ask users for API keys, instead relying on Membrane-managed auth. That is proportionate to a connector/integration skill.
Persistence & Privilege
always is false and there is no install script in the registry. The skill does not request system-wide configuration changes or other skills' credentials. Note: using the Membrane CLI will create local auth state (normal CLI behavior) but that is outside the skill's metadata.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qryptal - After installation, invoke the skill by name or use
/qryptal - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Qryptal?
Qryptal integration. Manage data, records, and automate workflows. Use when the user wants to interact with Qryptal data. It is an AI Agent Skill for Claude Code / OpenClaw, with 156 downloads so far.
How do I install Qryptal?
Run "/install qryptal" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Qryptal free?
Yes, Qryptal is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Qryptal support?
Qryptal is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Qryptal?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills