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 Ertinox7711/SGRR-AGI-V2 --skill spider-kinggit clone --depth 1 https://github.com/Ertinox7711/SGRR-AGI-V2Wrote 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/ertinox7711/sgrr-agi-v2/spider-king)<a href="https://agentmods.dev/skills/ertinox7711/sgrr-agi-v2/spider-king"><img src="https://agentmods.dev/badge/skills/ertinox7711/sgrr-agi-v2/spider-king/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/ertinox7711/sgrr-agi-v2/spider-king"><img src="https://agentmods.dev/badge/skills/ertinox7711/sgrr-agi-v2/spider-king.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.00136 | $0.07327 |
| Opus 5 | $0.00068 | $0.03664 |
| Sonnet 5 | $0.00027 | $0.01465 |
| Haiku 4.5 | $0.00014 | $0.00733 |
Grade A, and why
spider-king 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 3d 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 — 775 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Spider King
Role
Turn hostile web clients into stable protocol collectors.
This skill is not a browser automation skill. This skill is a protocol recovery skill.
Default posture:
- start every new target with
chrome-devtoolsplusjs-reverseevidence gathering - find the real request
- identify the true changing state
- rebuild that state offline
- deliver a browser-free Python collector, plus a local JS parameter helper only when truly needed
Non-Negotiables
- Final delivery must be pure protocol: raw HTTP plus local signer, local decoder, or local bootstrap helper only.
- Every new target must be analyzed first with both
chrome-devtoolsandjs-reversebefore writing the final collector. - Do not ship Playwright, Selenium, CDP page-driving, or submit-through-browser flows as the solution.
- Final delivery must run fully outside the browser: Python crawler scripts for collection, plus a local JS helper only for parameter, sign, token, or cookie reconstruction when Python porting is not yet the safest choice.
- Prefer Python for the collector and orchestration.
- Only keep a tiny isolated JS or WASM helper when a verified Python port is not yet cheaper, safer, or faster to maintain.
- Any JS helper must run locally without page driving,
document,window, manual clicks, browser profiles, or hidden browser dependencies. - If browser tooling is used at all, use it only for recon and evidence gathering, never as a hidden dependency in the final collector.
- Automation is forbidden as the final answer, forbidden as a fallback answer, and forbidden as a disguised "temporary" delivery path.
- Recover one stable request before scaling pagination, concurrency, or submission.
- Every conclusion must be backed by artifacts: request samples, fixed-input helper outputs, cookies, headers, and replay proof.
- Stay in one execution loop until you reach protocol delivery or hit a real external blocker.
Startup Gate
Before any deep tool use on a fresh target, emit a short startup gate and fill it with current evidence.
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.
- 3d ago First seen · 775 lines · 136 tokens per session scan A 2a9d258c777f
spider-king is a skill published in the GitHub repository Ertinox7711/SGRR-AGI-V2 (1 stars, last pushed 4d ago), licensed MIT. It adds 136 tokens to every session and 7,327 once invoked, about $0.0007 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-09-09.
Other skills, from other repositories
composio
Build AI agents and apps with Composio - access 200+ external tools with Tool Router or direct execution.
technical-integrations
Hunt existing integration patterns and design vendor/framework-agnostic API, RFC, SDK, and integration plans for new external vendor integrations.
api-docs
Gerar documentacao de API: OpenAPI spec a partir de codigo, markdown docs a partir de spec, endpoint reference. Trigger quando usuario quer documentar API, gerar swagger, ou criar API reference.
ag-referencia-supabase
Patterns para Supabase, PostgreSQL, RLS, migrations, e Zod schemas.
ag-incorporar-modulo
Executa incorporacao de um modulo seguindo o roadmap e taskplan. Implementa ACL, migrations, sync, UI adapters. Um modulo por vez.
ag-mapear-integracao
Mapeia todas as dimensoes de integracao entre sistema externo e rAIz Platform. Identifica pontos de contato, conflitos e caminhos de migracao.