scout-web-access

scout-web-access is a skill for Claude Code from leopu00/job-hunter-team. It costs 86 tokens per session (2,562 once invoked), scanned A, original, MIT.

A collection of web-access methods for job-search agents, including public LinkedIn access, email polling, anti-bot scraping, and shared workspace coordination. It chooses a lighter access method first and moves to another method when needed.

In plain words
What is it for?
Searching LinkedIn without logging in, opening public job pages, scraping job sources, polling email through IMAP, coordinating multiple scouts, and focusing on fresh listings.
Why use it?
It helps agents gather current job information when ordinary page requests are blocked by login forms, cookie walls, or anti-bot measures.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Codex.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is Bash(python3 /app/shared/skills/web_scrape_robust.py *), Bash(python3 /app/shared/skills/linkedin_access.py *), Bash(python3 /app/shared/skills/email_monitor.py.

Good fit Searching LinkedIn without logging in, opening public job pages, scraping job sources, polling email through IMAP, coordinating multiple scouts, and focusing on fresh listings.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/leopu00/job-hunter-team
agentmods
npx agentmods add skills/leopu00/job-hunter-team/scout-web-access

Made for: Claude Code.

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 scout-web-access

README.md
[![agentmods](https://agentmods.dev/badge/skills/leopu00/job-hunter-team/scout-web-access/github.svg)](https://agentmods.dev/skills/leopu00/job-hunter-team/scout-web-access)
Your own site
<a href="https://agentmods.dev/skills/leopu00/job-hunter-team/scout-web-access"><img src="https://agentmods.dev/badge/skills/leopu00/job-hunter-team/scout-web-access/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 scout-web-access

Your own site · 80×15
<a href="https://agentmods.dev/skills/leopu00/job-hunter-team/scout-web-access"><img src="https://agentmods.dev/badge/skills/leopu00/job-hunter-team/scout-web-access.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,562 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 197
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
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.00086 $0.02562
Opus 5 $0.00043 $0.01281
Sonnet 5 $0.00017 $0.00512
Haiku 4.5 $0.00009 $0.00256

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

Security

Grade A, and why

scout-web-access 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.

agents/_skills/scout-web-access/SKILL.md · 198 lines

How it starts

The opening of the file, as written. The whole thing — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.

scout-web-access — fonti dati robuste per gli Scout

Perché esiste

Sessione 17 mag — 3 sweep Scout-2 su LinkedIn (canonical/yo/mbg) tutti bloccati da cookie wall + login form, budget Kimi sprecato. Pattern cross-provider verificato:

  • Claude (precedente): LinkedIn fonte principale by default ✅
  • Codex: accede ma non spontaneamente 🟡
  • Kimi (attuale): cookie wall ❌

Questa skill chiude il gap senza login sfruttando l'endpoint guest di LinkedIn (jobs-guest/jobs/api/seeMoreJobPostings/search) e l'URL pubblico /jobs/view/<ID> (entrambi ri-confermati 2026-05-17, già documentati nel repo legacy job-hunter/scout-3/). Funziona uguale su qualsiasi provider perché lavora a livello shell HTTP, non LLM browser.

I 5 componenti

🌐 A. linkedin_access.py — LinkedIn senza login (metodo legacy ri-confermato)

Niente Playwright, niente login. Metodo documentato nel repo legacy (job-hunter/scout-3/FRIK.md:71, docs/architettura.md:89-90) e ri-verificato 2026-05-17:

/comm/jobs/view/<ID>   →  /jobs/view/<ID>   = endpoint PUBBLICO

Search via guest endpoint linkedin.com/jobs-guest/jobs/api/seeMoreJobPostings/search (no auth required) che ritorna cards HTML con data-entity-urn="urn:li:jobPosting:<ID>".

# Cerca jobs ultimi 7 giorni
python3 /app/shared/skills/linkedin_access.py search \
    --keywords "python junior" --location "Italy" \
    --limit 25 --posted-within-days 7
# → stdout JSONL, 1 job per riga {job_id, url, title, company, location, source}

# Fetch dettaglio JD (accetta URL completo, /comm/jobs/view/<ID>, o solo <ID>)
python3 /app/shared/skills/linkedin_access.py fetch-job 4402474915
# → {"job_id":"...","title":"Python Developer (Data-Focused)",
#    "company":"ManpowerGroup Talent Solutions",
#    "location":"Genoa, Liguria, Italy",
#    "jd_text":"...1863 chars...",
#    "seniority":"Associate","employment_type":"Full-time",
#    "job_function":"Analyst","industries":"...",
#    "deadline":"" (popolato se trovato nel JD via F-4 deadline_extract)}

# Converte URL email → URL pubblico
python3 /app/shared/skills/linkedin_access.py convert-url \
    "https://www.linkedin.com/comm/jobs/view/4402474915?utm=email"
# → https://www.linkedin.com/jobs/view/4402474915

Read the full file on GitHub · 198 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 198 lines · 86 tokens per session scan A 9407c74a52dd

Subscribe to this mod's changes

scout-web-access is a skill published in the GitHub repository leopu00/job-hunter-team (49 stars, last pushed yesterday), licensed MIT. It adds 86 tokens to every session and 2,562 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

agentcookie-install

Install agentcookie on a Mac source and a Linux or Mac sink so Chrome cookies sync continuously over Tailscale. Use when the user says "install agentcookie", "set up cookie sync", "share my Chrome sessions with my agent box", or "make my agent log in as me".

mvanhorn/agentcookie · 63 tokens

tauri-mcp-cli

Use the Tauri MCP CLI to start and recover driver sessions, automate Tauri webviews, capture UI state, debug IPC, and work with mobile or remote devices. Use whenever an agent needs to operate a Tauri v2 app from terminal commands.

hypothesi/mcp-server-tauri · 57 tokens

browser-automation

A browser-automation workflow that detects the terminal environment and chooses a browser control tool. It supports opening pages, taking snapshots, clicking, filling fields, and other checks.

Insajin/autopus-adk · 34 tokens

playwright-cli

Skill "playwright-cli" from Insajin/autopus-adk, covering browser automation with playwright-cli, quick start, commands, core and navigation.

Insajin/autopus-adk · 32 tokens

goofish-overview

An overview and entry point for goofish-cli, a tool package for helping an AI agent operate Xianyu, a Chinese second-hand marketplace. It covers account checks, listing items, buyer messages, risk checks, and shop diagnosis, and directs specific jobs to dedicated workflows.

fancyboi999/goofish-cli · 143 tokens

skill-constraints

Enforce browser automation safety constraints — tool usage order, anti-detection rules, screenshot discipline, and human-in-the-loop checks. Use when setting up or verifying browser/MCP tool operations, NOT for every skill execution.

rexleimo/aios · 48 tokens