원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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")