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 skills add resonatehq/resonate-skills --skill resonate-defaultsgit clone --depth 1 https://github.com/resonatehq/resonate-skillsWrote 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/resonatehq/resonate-skills/resonate-defaults)<a href="https://agentmods.dev/skills/resonatehq/resonate-skills/resonate-defaults"><img src="https://agentmods.dev/badge/skills/resonatehq/resonate-skills/resonate-defaults/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/resonatehq/resonate-skills/resonate-defaults"><img src="https://agentmods.dev/badge/skills/resonatehq/resonate-skills/resonate-defaults.svg" alt="Reviewed on agentmods" width="80" 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.00097 | $0.04403 |
| Opus 5 | $0.00048 | $0.02201 |
| Sonnet 5 | $0.00019 | $0.00881 |
| Haiku 4.5 | $0.00010 | $0.00440 |
Grade A, and why
resonate-defaults 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 191 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Resonate Defaults
Overview
Use this skill when an agent (or user) needs to answer a "what is the default for X in Resonate?" question. The canonical reference page lives at:
That page is the single source of truth — every value below mirrors it. If the canonical page and this skill disagree, the canonical page wins and this skill is stale.
The skill carries a quick-lookup table so an agent can answer common questions in one hop. For anything not in the table, read the canonical page or the source files listed under Source-of-truth files.
When to use this skill
Trigger this skill when the question is about a default value, especially:
- "What does
ctx.runretry by default?" - "What is the default timeout for a durable function?"
- "What is the default
ttl/group/target?" - "What does
Exponential()default to without arguments?" - "What is
RESONATE_URLif I do not set it?" - "What is the default Resonate server port / log level / storage backend?"
- Any "I called the constructor /
Options(...)/Exponential(...)with no args — what did I get?"
If the question is how to configure something (versus what the default is), reach for the relevant resonate-basic-* or resonate-server-deployment skill instead.
Source-of-truth files
When the canonical page does not answer the question, read these files directly. Do not guess or deflect.
TypeScript SDK (resonatehq/resonate-sdk-ts)
src/options.ts— per-callOptionsdefaults (timeout,target,tags,version,nonRetryableErrors, etc.)src/retries.ts—Exponential,Constant,Linear,Neverconstructor defaultssrc/resonate.ts— init defaults (group,ttl,pid,verbose,logLevel,prefix,urlresolution)src/network/http.ts—HttpNetworkdefaults (request timeout, URL fallback)src/context.ts— runtime resolution that picksExponentialfor regular functions vsNeverfor generator functions
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.
- 12d ago First seen · 191 lines · 97 tokens per session scan A c0e010306522
resonate-defaults is a skill published in the GitHub repository resonatehq/resonate-skills (6 stars, last pushed 21d ago), licensed Apache-2.0. It adds 97 tokens to every session and 4,403 once invoked, about $0.0005 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-31.
Other skills, from other repositories
tidebase
Give AI agents an identity and a credential vault (broker API calls so the agent and model never see the secret), plus checkpoint/resume, durable queues and cron schedules, cancellation, human approval gates, live progress state, subagent fanout, and per-run cost tracking, using Tidebase (open-source…
openJiuwen-DeepSearch
A deep-research tool that plans searches, gathers and checks information, and produces research reports in Markdown, DOC, or HTML format. It coordinates several AI agents for complex investigations.
my-custom-skill
Example custom agent skill — a template to get started.
economic-reasoning
Economic decision-making for agents in EconomySpace. Activate when the agent observes currency, prices, income, tax, or trading opportunities to make informed financial decisions.
safety.respond
Respond to urgent or risky events with safety movement, announcement, and memory.
script.automate
Automate a small repetitive computer task.