一键导入
varrd-reset
Reset a broken or stuck research session and start fresh. Use when a VARRD session is erroring or stuck.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Reset a broken or stuck research session and start fresh. Use when a VARRD session is erroring or stuck.
用 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.
Check VARRD credit balance and available credit packs. Use when the user asks about credits, billing, or how much research budget remains.
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.
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-reset |
| description | Reset a broken or stuck research session and start fresh. Use when a VARRD session is erroring or stuck. |
| version | 1.0.0 |
| tools | ["Bash"] |
| homepage | https://varrd.com |
| metadata | {"openclaw":{"requires":{"bins":["varrd"]},"emoji":"🔄"}} |
Use this skill when a research session gets stuck, errors out, or enters a bad state.
varrd reset <session_id>
Kills the broken session on the server. After resetting, start a new research session by running varrd research without a session ID.
varrd research "your idea" to start freshFree. No credits consumed.
from varrd import VARRD
v = VARRD()
v.reset("sess_abc123")
# Start fresh
r = v.research("your idea here")