argus-mythology-search

argus-mythology-search is a skill for Claude Code from Jmsa/argus. It costs 36 tokens per session (264 once invoked), scanned A, original, MIT.

A recorded browser workflow that searches Google for Argus in Greek mythology and opens the Wikipedia article about Argus Panoptes.

In plain words
What is it for?
Use it to run that specific Google search, open the matching Wikipedia article, and take a confirmation screenshot.
Why use it?
It repeats the same research steps without requiring the search and page navigation to be performed manually.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the argus plugin — 6 skills, 1 MCP server shipped together

Good fit Use it to run that specific Google search, open the matching Wikipedia article, and take a confirmation screenshot.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jmsa/argus/argus-mythology-search
Install

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.

Any agent
npx skills add Jmsa/argus --skill argus-mythology-search
Clone the repo
git clone --depth 1 https://github.com/Jmsa/argus

Made for: Claude Code.

Or install argus, the plugin that ships this one along with the rest of its 6 skills, 1 MCP server.

Wrote 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.

agentmods badge for argus-mythology-search

README.md
[![agentmods](https://agentmods.dev/badge/skills/jmsa/argus/argus-mythology-search/github.svg)](https://agentmods.dev/skills/jmsa/argus/argus-mythology-search)
Your own site
<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.

agentmods 80×15 button for argus-mythology-search

Your own site · 80×15
<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>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 264 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 11d ago against content hash 4aab46f9e5ee, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

skills/argus-mythology-search/SKILL.md · 44 lines

What it actually says

Replay the recorded browser session using Argus MCP tools.

Steps

  1. Launch Chrome (skip if already connected)

    browser_launch
    
  2. Open Google

    tab_open { url: "https://www.google.com" }
    → note the returned targetId
    
  3. 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();
      `
    }
    
  4. Navigate to the Wikipedia article

    tab_navigate { targetId, url: "https://en.wikipedia.org/wiki/Argus_Panoptes" }
    
  5. Take a screenshot to confirm

    tab_screenshot { targetId }
    
Changes

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.

  1. 11d ago First seen · 44 lines · 36 tokens per session scan A 4aab46f9e5ee

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

browser-use

Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.

browser-use/browser-use · 26 tokens

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.

jackwener/OpenCLI · 61 tokens

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.

jackwener/OpenCLI · 67 tokens

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…

jackwener/OpenCLI · 64 tokens

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/pinchtab · 94 tokens

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.

pinchtab/pinchtab · 52 tokens