Vly Money

Builds vly.money deep links for crypto sends and X402 paywalled-content redirects -- no execution, just correct URLs.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 18, 2026 · 16e7c73

Fed it 'send 0.01 USDC to <Solana address> on Solana' and it produced the exact deterministic vly.money URL per its own table; fed it an invalid pair (vUSD on Solana, which the table restricts to the vly network) and it correctly refused and asked for clarification instead of emitting a broken link -- the kind of guardrail a generic assistant with no vly.money knowledge can't reproduce from memory.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Vly Money does

Generates vly.money payment-link URLs for a fixed token/network table (USDC, USDT, vUSD, ICP, CKUSDC across Solana/Ethereum/Base/BSC/Vly/ICP), builds X402 redirect links for 402 Payment Required content, and links to the vly.money wallet UI. Triggers on explicit crypto send/transfer requests, mentions of 402/X-PAYMENT/payment-required content, or explicit 'open vly.money' requests; it only constructs a URL for the user to click, it never executes a transfer itself.

How to install Vly Money

git clone https://github.com/zCloak-Network/vly-money-claude-skill
cd vly-money-claude-skill
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/vly-money

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Vly Money

  • /vly-money Builds vly.money deep links for crypto sends and X402 paywalled-content redirects -- no execution, just correct URLs.

It also activates on plain-language prompts like these:

  • Generate a vly.money link to send 0.01 USDC to this Solana address
  • I need an X402 payment link for content that requires 402 payment
  • Create a payment URL for sending vUSD through the vly network wallet

Frequently asked questions

Is the Vly Money skill free?
Yes. The skill itself is free from zCloak-Network/vly-money-claude-skill. SkillProof publishes the install command and an independent test verdict at no cost.
Does Vly Money work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Fed it 'send 0.01 USDC to <Solana address> on Solana' and it produced the exact deterministic vly.money URL per its own table; fed it an invalid pair (vUSD on Solana, which the table restricts to the vly network) and it correctly refused and asked for clarification instead of emitting a broken link -- the kind of guardrail a generic assistant with no vly.money knowledge can't reproduce from memory.
What is the Vly Money SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Vly Money?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Vly Money with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.