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 Jmsa/argus --skill argus-mythology-searchgit clone --depth 1 https://github.com/Jmsa/argusWrote 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/jmsa/argus/argus-mythology-search)<a href="https://agentmods.dev/skills/jmsa/argus/argus-mythology-search"><img src="https://agentmods.dev/badge/skills/jmsa/argus/argus-mythology-search/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/jmsa/argus/argus-mythology-search"><img src="https://agentmods.dev/badge/skills/jmsa/argus/argus-mythology-search.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.00036 | $0.00264 |
| Opus 5 | $0.00018 | $0.00132 |
| Sonnet 5 | $0.00007 | $0.00053 |
| Haiku 4.5 | $0.00004 | $0.00026 |
Grade A, and why
argus-mythology-search 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 11d 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
Replay the recorded browser session using Argus MCP tools.
Steps
-
Launch Chrome (skip if already connected)
browser_launch -
Open Google
tab_open { url: "https://www.google.com" } → note the returned targetId -
Search for Argus in Greek mythology
page_evaluate { targetId, expression: ` const input = document.querySelector('textarea[name="q"], input[name="q"]'); input.focus(); input.value = 'what is argus in greek mythology?'; input.dispatchEvent(new Event('input', { bubbles: true })); document.querySelector('form').submit(); ` } -
Navigate to the Wikipedia article
tab_navigate { targetId, url: "https://en.wikipedia.org/wiki/Argus_Panoptes" } -
Take a screenshot to confirm
tab_screenshot { targetId }
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.
- 11d ago First seen · 44 lines · 36 tokens per session scan A 4aab46f9e5ee
argus-mythology-search is a skill published in the GitHub repository Jmsa/argus (0 stars, last pushed 6mo ago), licensed MIT. It adds 36 tokens to every session and 264 once invoked, about $0.0002 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
browser-use
Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.
opencli-autofix
Automatically fix broken OpenCLI adapters when commands fail. Load this skill when an opencli command fails — it guides you through collecting a trace artifact, patching the adapter, retrying, and filing an upstream GitHub issue after a verified fix. Works with any AI agent.
opencli-sitemap-author
Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.
opencli-browser-sitemap
Use when driving a website with opencli browser and sitemap context is available, requested, or needed to avoid blind navigation. Guides agents to consume site sitemap files lazily, choose adapter/browser fallback paths, resume from state signatures, and mark stale sitemap entries without trusting them over live…
pinchtab
Use this skill when a task needs browser automation through PinchTab: open a website, inspect interactive elements, click through flows, fill out forms, scrape page text, reuse a dedicated automation profile with user approval, export screenshots or PDFs, manage multiple browser instances, or fall back to the HTTP API…
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.