一键导入
varrd-balance
Check VARRD credit balance and available credit packs. Use when the user asks about credits, billing, or how much research budget remains.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check VARRD credit balance and available credit packs. Use when the user asks about credits, billing, or how much research budget remains.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Browse VARRD's validated edge library — see which edges are firing right now, get stats and trade levels, or drill into the full methodology and performance of any edge.
Autonomous edge discovery — VARRD generates, tests, and validates trading hypotheses hands-free. Use when the user wants the AI to find trading edges on its own given a topic or market.
Get full details on a specific saved strategy — formula, metrics, version history. Use when the user wants to inspect a particular hypothesis or strategy in detail.
The core VARRD research tool — talk to a state-of-the-art quant AI to research, chart, test, optimize, and trade any market idea. Use when the user wants to test a trading hypothesis, find edges, or validate a strategy with real market data.
Reset a broken or stuck research session and start fresh. Use when a VARRD session is erroring or stuck.
Find saved strategies by keyword or natural language query. Use when the user wants to look up or browse previously validated trading strategies.
| name | varrd-balance |
| description | Check VARRD credit balance and available credit packs. Use when the user asks about credits, billing, or how much research budget remains. |
| version | 1.0.0 |
| tools | ["Bash"] |
| homepage | https://varrd.com |
| metadata | {"openclaw":{"requires":{"bins":["varrd"]},"emoji":"💰"}} |
Use this skill to check how many credits the user has before running paid operations.
varrd balance
Returns the current credit balance in cents, whether billing enforcement is enabled, and available credit packs for purchase.
varrd research or varrd discover (these cost credits)varrd scan, varrd search, varrd hypothesis, and varrd reset are free — no need to check first| Operation | Approximate Cost |
|---|---|
| scan, search, hypothesis, balance, reset | Free |
| Full research workflow | ~20-30 cents |
| ELROND expert council | ~40-60 cents |
| Multi-market testing (3+ markets) | ~$1 |
Direct the user to purchase more at app.varrd.com. Credit packs: $5 / $20 / $50.
New accounts start with $2.00 in free credits (~10-20 research queries).
Free. No credits consumed.
from varrd import VARRD
v = VARRD()
b = v.balance()
print(f"Balance: ${b.balance_cents / 100:.2f}")