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 agents/windviki/vbookmarks/quirksgit clone --depth 1 https://github.com/windviki/vBookmarksWrote 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/agents/windviki/vbookmarks/quirks)<a href="https://agentmods.dev/agents/windviki/vbookmarks/quirks"><img src="https://agentmods.dev/badge/agents/windviki/vbookmarks/quirks.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 | $0.00000 | $0.01028 |
| Opus 5 | $0.00000 | $0.00514 |
| Sonnet 5 | $0.00000 | $0.00206 |
| Haiku 4.5 | $0.00000 | $0.00103 |
Grade A, and why
quirks 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.
How it starts
The opening of the file, as written. The whole thing — 9 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Known Quirks (verified — read before refactoring)
Extracted verbatim from
AGENTS.md. The main file carries one-line summaries; this is the full text.
- Deletion undo lives in
src/undo.js(P3.3): subtree snapshots inchrome.storage.session, restored depth-first; a failed restore consumes the stack entry without rollback of the partial result (by design). v4 task-2 slice A2 revived theconfirmDeleteFolder*keys: deleting a non-empty folder is ConfirmDialog-gated again (default on via theconfirmDeleteFoldersetting, dialog copy notes the undo path; empty folders and bookmark rows still delete straight to the toast). - Sync-status computation lives in the service worker (
src/sync-engine.js, P3.6); pages only mirror the published blob.node.syncingrequires Chrome 138+: on older Chrome the status is genuinely unknown and the engine reports''— it never fabricatessynced(the old page-side manager treated "URL is not chrome://" as synced, and its cache-write shapes never matched its cache reads). Since the 2026-08 perf audit the engine IDLES below Chrome 138 (no refresh alarm, no event-driven recomputes — a timed recompute could only re-derive "unknown"; only the page-drivenvbm-sync-status-request/vbm-sync-refreshmessages still compute, which preserves theunsyncablemarkers for blacklisted URL schemes), the alarm is additionally gated onshowSyncStatus, the four id-bearing bookmark events are batched into one 300 ms-debounced id-Set pass, and the 500 ms flush skips unchanged republishes via a sorted-keys fingerprint that excludests. The Chrome-version probe is a minimal in-moduleChrome/<major>UA parse with fail-open — no SW-side probe existed before. Tooltips are localized viachrome.i18nwith inline English fallbacks (syncStatusSynced/syncStatusLocal/syncStatusUnsyncable); the oldfolderType (Synced)concatenation leaked raw enum values and is gone.chrome.alarmsrejects periods below 0.5 minutes, so thesyncRefreshIntervaloption floor is 30 s.highlightUnsynced(default on) is honored:syncing === falsetree rows get theunsynced-subtreeclass and the whole local subtree renders dimmed underbody.highlight-unsynced. - Sync-preference keys live in chrome.storage.sync — since the 2026-08 storage audit that is ~45 small device-independent preferences (searchHistoryCount joined in the 2026-08-26 options round) (store.js
SYNC_KEYS: the originalshowSyncStatus/highlightUnsynced/autoRefreshSync/syncRefreshInterval+paletteCustomCommands, theme/language, behavior toggles, view show/disable keys, feature switches, sort/filter prefs). Access is area-transparent:store.get/setand thegetSetting/setSettinghelpers route them automatically, localStorage doubles as their synchronous boot cache, and a one-time local→sync migration runs at store init. Bookmark-id-keyed data (quickAddFolderId,separators*,deadMarks*,visitStats) deliberately stays local — Chrome does not keep bookmark ids stable across devices;customIconstays local because its serialized form (~10-14KB) exceeds the 8KB/item sync limit. Pages may still read the original four viastore.getSyncSetting; bothsrc/sync-engine.jsand the options page normalize string and boolean forms. - iGuge conflict (issues #53/#57): the store-shipped iGuge proxy/acceleration extension (CRX v2.3.9, ID
ncldcbhpeplkfijdhnoepdgdnmjkckij) actively disables any enabled extension that declares theproxypermission and is not on its server-pushed whitelistproxy_permissions_namewhilelist(default["IDM Integration Module"]) — its service worker'scheck_clash_app()callschrome.management.setEnabled(id, false)at every startup (js/iggservice.js). vBookmarks holds install-timeproxy(Chrome forbids it as optional) for the dead-link proxy channel, so whenever both are installed vBookmarks is re-disabled on every Chrome restart. Decision (2026-08): keep the feature and coordinate whitelisting with iGuge — do NOT remove theproxypermission (removing it is the only vBookmarks-side fix, at the cost of the dead-link proxy channel). Full verified analysis + iGuge outreach draft:docs/issues/issue-53-57-iguge-conflict.md.
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 · 9 lines · 0 tokens per session scan A b01f19cf478b
quirks is an agent published in the GitHub repository windviki/vBookmarks (135 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,028 tokens. 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 agents, from other repositories
logic-design
Decide where new application logic belongs — component shape, logic layer, store variant — and return a recommendation with the schematic to run and what to verify. Use the logic-review agent for existing code.
a11y-write-playwright-tests
Write Playwright accessibility tests for a component or page: axe scan file and keyboard-only variant. Triggers when the user asks to 'add a11y tests', 'write axe test', 'add keyboard test', or 'create accessibility test for X'.
doc-to-deck-agent
Converts a Pages or Word document into a Keynote slide deck.
sheet-report-agent
Analyzes spreadsheet data and produces a report with charts.
meeting-start-agent
Detects the current meeting and starts a Voice Memo recording.
sheet-convert-agent
Converts between Excel and Numbers formats.