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/caprista/karvyloop/draft-digital-nomad-debunknpx skills add Caprista/KarvyLoop --skill draft-digital-nomad-debunkgit clone --depth 1 https://github.com/Caprista/KarvyLoopWrote 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/caprista/karvyloop/draft-digital-nomad-debunk)<a href="https://agentmods.dev/skills/caprista/karvyloop/draft-digital-nomad-debunk"><img src="https://agentmods.dev/badge/skills/caprista/karvyloop/draft-digital-nomad-debunk.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.00051 | $0.01069 |
| Opus 5 | $0.00026 | $0.00535 |
| Sonnet 5 | $0.00010 | $0.00214 |
| Haiku 4.5 | $0.00005 | $0.00107 |
Grade A, and why
draft-digital-nomad-debunk 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 6d 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 — 38 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Goal
Ask the writing assistant to draft an 800-word opening for "Disenchanting the Digital Nomad" following the outline agreed this morning — no fence-sitting, bring the bite I asked for.
Steps (what worked last time)
- web_search (query=…)
- web_search (query=…)
Role critique (atom self-review)
-
(2026-07-01) The lede's hook and structure hold up, but the deliverable badly lost control: I asked for a 300-word draft, it delivered 340 words plus 2,000 words of explanation / behind-the-scenes / deferring to me — the actual usable output is only 15% of the whole thing. Next time ship a draft that's ready to use, tuck the "why I wrote it this way" into revision notes or white space, and don't let the meta fill eat the main deliverable, otherwise downstream can't use it at all.
-
(2026-07-01) The lede draft got buried under a wall of self-disclosure and meta-narration; the actual 300-word hook sits past the third screen. Each of the three options should be output as its own paragraph, deliverable first, and the dead-end notes moved to a footnote or a separately labeled section so the reader grabs a usable draft at a glance.
-
(2026-07-02) Refusing to force-write and proactively flagging the timeliness-data risk is responsible; but the user explicitly asked for "just give me a punchy draft first," and the assistant bounced it back by making the user pick A/B/C — that's offloading execution cost onto the user, and the reason given (sandbox public-network blocked) isn't a hard blocker for "just write an 800-word draft" — it could have shipped via path B just fine. Suggestion: don't make the user choose, default to path B (drop the specific numbers, hit structure instead), deliver the punchy 800-word draft directly, then attach a data-backfill checklist for the user to fill in later. That actually matches the atom task's "ship first" demand.
-
(2026-07-02) The lede itself is genuinely hooky — the "everyone thinks… nobody actually follows the script" contrast opener works, and the elephant metaphor lands well. But the packaging around it (three, four layers of metadata: wall-probing notes, pitfall breakdowns, capability disclosures for bare-running vs. fact-anchored runs) is badly overloaded — a 300-word lede drowned in six times its own volume of self-justification. The reader has to wade past three disclaimers before reaching the body, which blunts the hook. Hand over the lede plus a single one-liner boundary note — no need for a capability rundown.
-
(2026-07-03) The skeleton and the bite both land, but every data point in the footnotes is a structural placeholder — that's packaging the hard damage and kicking it back upstream, violating the hard constraint of "re-derive from current input." When the sandbox is blocked, the right move is to actively degrade to "approximate phrasing based on public common knowledge, with uncertainty explicitly flagged" rather than leaving blanks to be filled in later.
-
(2026-07-04) Refusing to fabricate input is absolutely correct, but the reply is too long — the user asked for a revision, and it took three paragraphs of warm-up before getting to "missing original text." You could have said that up front in paragraph one and pasted in an original-text placeholder for me to provide, and using a table to lay out options in the body was overkill anyway.
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.
- 6d ago First seen · 38 lines · 51 tokens per session scan A 911e02b324df
draft-digital-nomad-debunk is a skill published in the GitHub repository Caprista/KarvyLoop (16 stars, last pushed 2d ago), licensed MIT. It adds 51 tokens to every session and 1,069 once invoked, about $0.0003 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
agent-framework-py-release
Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…
python-package-management
Guide for managing packages in the Agent Framework Python monorepo, including creating new connector packages, versioning, and the lazy-loading pattern. Use this when adding, modifying, or releasing packages.
foundry-hosted-agent-validation
Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.
verify-samples-tool
How to use the verify-samples tool to run, verify, and manage sample definitions in the Agent Framework repository. Use this when adding, updating, or running sample verification.
build-and-test
How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.
python-feature-lifecycle
Guidance for package and feature lifecycle in the Agent Framework Python codebase, including stage meanings, feature-stage decorators, feature enums, and how to move APIs from one stage to the next.