Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/varrdinc/varrd/varrd-resetnpx skills add varrdinc/varrd --skill varrd-resetgit clone --depth 1 https://github.com/varrdinc/varrdWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/varrdinc/varrd/varrd-reset)<a href="https://agentmods.dev/skills/varrdinc/varrd/varrd-reset"><img src="https://agentmods.dev/badge/skills/varrdinc/varrd/varrd-reset.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00028 | $0.00303 |
| Opus 5 | $0.00014 | $0.00151 |
| Sonnet 5 | $0.00006 | $0.00061 |
| Haiku 4.5 | $0.00003 | $0.00030 |
Grade A, and why
varrd-reset scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
VARRD Reset — Fix Stuck Sessions
Use this skill when a research session gets stuck, errors out, or enters a bad state.
Command
varrd reset <session_id>
How It Works
Kills the broken session on the server. After resetting, start a new research session by running varrd research without a session ID.
When to Use
- Research session returns errors on subsequent turns
- Session feels stuck or unresponsive
- You got a 404 on a session ID (server restarted)
Important
- Don't try to fix a broken session — just reset and start over
- Session state is not precious — validated hypotheses are already saved to your library
- After reset, call
varrd research "your idea"to start fresh
Cost
Free. No credits consumed.
Python SDK Equivalent
from varrd import VARRD
v = VARRD()
v.reset("sess_abc123")
# Start fresh
r = v.research("your idea here")
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 49 lines · 28 tokens per session scan A 9918a17c8c55
varrd-reset is a skill published in the GitHub repository varrdinc/varrd (24 stars, last pushed 5d ago), licensed MIT. It adds 28 tokens to every session and 303 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
jcdb
数据库只读查询技能。用于写 SQL/代码/配置前核对真实表名与字段定义,防止臆造。能力:按表注释模糊搜索表(queryTable)、按表名精确查表及字段(findTable)、查字段结构(queryTableColumns)、查指定表指定字段数据(queryTableData)。用户提到查库表、查表结构、查字段定义、字段含义、表注释、queryTable、findTable、queryTableColumns、queryTableData 时触发.
devwiki
Use when the user asks about JoyinCode development workflow, how to use AI coding in this project, or mentions any pipeline step (markitdown Word-to-MD conversion, grill-with-docs requirement analysis, opsx proposal workflow).
specx
企业级 AI 研发流程 — 需求 → 澄清 → 规格 → 设计 → 任务 → 执行 → 归档.
grill-with-docs
Full design grilling session. I interview you relentlessly about every aspect of your plan until we reach shared understanding. At the end, I generate CONTEXT.md and ADR files from what we discussed.
opsx
当用户需要发起提案(propose)、实施提案(apply)、归档提案(archive)、初始化(init)时使用.
demo
Skill "demo" from cloudQuant/backtrader, covering 第一步 梳理当前项目结构, 第二步 梳理流程相关 and 第三步 展示效果.