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.
git clone --depth 1 https://github.com/leopu00/job-hunter-teamnpx agentmods add skills/leopu00/job-hunter-team/scout-web-accessWrote 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/leopu00/job-hunter-team/scout-web-access)<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.
<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>- NVIDIA SkillSpector warn
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.
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.00086 | $0.02562 |
| Opus 5 | $0.00043 | $0.01281 |
| Sonnet 5 | $0.00017 | $0.00512 |
| Haiku 4.5 | $0.00009 | $0.00256 |
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.
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
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.
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 · 198 lines · 86 tokens per session scan A 9407c74a52dd
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.
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".
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.
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.
playwright-cli
Skill "playwright-cli" from Insajin/autopus-adk, covering browser automation with playwright-cli, quick start, commands, core and navigation.
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.
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.