← Back to Skills Marketplace
veillabsapp

Veillabs Integration

by Veillabsapp · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
156
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install veillabs-ai
Description
Interact with Veillabs privacy-focused DEX API for cross-chain swaps, private seed distributions, and transaction tracking.
Usage Guidance
This skill appears to do what it says: call the Veillabs API for swaps, seed distributions, and tracking. Before installing, confirm you trust the Veillabs endpoint you set in VEILLABS_BASE_URL (the script will fall back to https://trade.veillabs.app/api if the env var is missing). Ensure your environment has curl available (the helper script uses curl), and never supply private keys or wallet seed phrases to the skill—Veillabs endpoints require users to send funds to deposit addresses, but the skill itself does not ask for wallet secrets. Finally, verify TLS/authenticity of the base URL and test with a read-only call (e.g., /api/currencies) before performing any real funds operations.
Capability Analysis
Type: OpenClaw Skill Name: veillabs-ai Version: 1.0.1 The skill provides a legitimate interface for interacting with the Veillabs privacy-focused DEX API for cryptocurrency swaps and seed distributions. The helper script `scripts/veillabs-client.sh` includes proactive security measures, such as sanitizing input against shell injection characters and preventing `curl` from reading local files via the `@` prefix. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The skill describes a DEX integration (swaps, seed distributions, tracking) and only requires VEILLABS_BASE_URL plus a config flag. The included helper script and API reference match the declared purpose. No unrelated credentials or services are requested.
Instruction Scope
SKILL.md only instructs the agent to call Veillabs API endpoints and to validate amounts/pairs. It does not direct reading local secrets or files. Note: the script defaults BASE_URL to https://trade.veillabs.app/api if VEILLABS_BASE_URL is unset, which means it will contact the public endpoint even when the env var is missing—this slightly undermines the 'required env var' declaration but is not malicious.
Install Mechanism
No install spec (instruction-only) and included files are plain docs and a small bash helper. Nothing is downloaded from arbitrary URLs or extracted to disk during install.
Credentials
Only VEILLABS_BASE_URL and a config key (veillabs.enabled) are required, which is proportional. One minor mismatch: the script expects curl at runtime but the package metadata doesn't declare required binaries; curl is common but the runtime requirement isn't explicitly listed.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide changes or other skills' config. Autonomous invocation (disable-model-invocation=false) is the platform default and is not in itself a concern here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install veillabs-ai
  3. After installation, invoke the skill by name or use /veillabs-ai
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Documentation update: Clarified error handling instructions by removing mention of "invalid private key" from 400 Bad Request responses. - No changes to code or functionality; behavior remains the same.
v1.0.0
Initial release of the Veillabs privacy-focused DEX skill. - Integrates with Veillabs API for private cross-chain swaps, seed distributions, and transaction tracking. - Supports real-time listing of supported tokens, swap pairs, and estimate calculations. - Enables secure creation and monitoring of swaps and multi-destination seed transactions. - Includes detailed instructions and error handling guidance for all supported operations. - Requires only a base URL configuration and does not require user authentication.
Metadata
Slug veillabs-ai
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Veillabs Integration?

Interact with Veillabs privacy-focused DEX API for cross-chain swaps, private seed distributions, and transaction tracking. It is an AI Agent Skill for Claude Code / OpenClaw, with 156 downloads so far.

How do I install Veillabs Integration?

Run "/install veillabs-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Veillabs Integration free?

Yes, Veillabs Integration is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Veillabs Integration support?

Veillabs Integration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Veillabs Integration?

It is built and maintained by Veillabsapp (@veillabsapp); the current version is v1.0.1.

💬 Comments