scraper-creator

scraper-creator is a skill for Claude Code, Codex from deese/gameLLM. It costs 99 tokens per session (1,685 once invoked), scanned A, original, no licence file.

A project skill for adding a scraper for a new game-guide website to the gameLLM project. A scraper collects guide information from a website.

In plain words
What is it for?
Use it after sharing a URL from a new portal or asking to add scraping support for a site.
Why use it?
It provides the project-specific setup needed when a game-guide portal is not yet supported.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/deese/gamellm/scraper-creator
Any agent
npx skills add deese/gameLLM --skill scraper-creator
Clone the repo
git clone --depth 1 https://github.com/deese/gameLLM

Made for: Claude Code, Codex.

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 scraper-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/deese/gamellm/scraper-creator.svg)](https://agentmods.dev/skills/deese/gamellm/scraper-creator)
Your own site
<a href="https://agentmods.dev/skills/deese/gamellm/scraper-creator"><img src="https://agentmods.dev/badge/skills/deese/gamellm/scraper-creator.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,685 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown 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 $0.00099 $0.01685
Opus 5 $0.00049 $0.00843
Sonnet 5 $0.00020 $0.00337
Haiku 4.5 $0.00010 $0.00169

Measured 3d ago against content hash 42f30e1cc6ea, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

scraper-creator scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

from urllib.parse import urljoin, urlparse
.claude/skills/scraper-creator/SKILL.md · 170 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 3d ago First seen · 170 lines · 99 tokens per session scan A 42f30e1cc6ea

Subscribe to this mod's changes

scraper-creator is a skill published in the GitHub repository deese/gameLLM (0 stars, last pushed 2mo ago), with no licence file. It adds 99 tokens to every session and 1,685 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

asset-management

Import/export textures crash-safely, query the Content Browser selection, and check if an asset is open (AssetDiscoveryService). Search, load, save, move, rename, duplicate, and delete assets are handled by Unreal's native AssetTools toolset or EditorAssetLibrary. Use when the user asks to import an image from disk…

kevinpbuckley/VibeUE · 92 tokens

bg3-steam-launcher

Launch Baldur's Gate 3 through Steam on macOS and load saved games using macos-automator and peekaboo MCP servers. Designed for testing bg3se-macos (Script Extender) development. Use when: (1) launching BG3 from Steam, (2) loading a BG3 saved game, (3) testing SE mod injection, (4) user asks to "start BG3", "load my…

tdimino/bg3se-macos · 129 tokens

webg-spec-to-goal

Convert a web game idea (even a vague one like "build a Raiden-type game" or "make a card game") into a complete Codex /goal-ready Phaser 3 project — runnable scaffold, goals-plan.md, and all goal folders (GOAL.md + VERIFY.md + PROGRESS.md) generated at once. Auto-detects genre (shoot-em-up, card game, platformer…

nathanonn/agent-skills · 201 tokens

maa-project-init

Scan and initialize a MaaFramework game or app automation project for Maa skills and MaaMCP workflows. Use when asked for maa-project-init, project-pipeline-init, basicinfo.md, researching a Maa project, loading a Project Interface bundle, scanning declared resources and pipeline nodes, finding common…

KhazixW2/Everything-Maa · 97 tokens

lattice

Build a playable isometric game from one sentence, end to end — scaffold, code, run it in a browser, look at it, fix it. Use when someone says they want to make a game, build a game, make an isometric/tile/city-builder/idle/incremental game, or describes a game idea and wants it to exist ("a game where you rebuild a…

plausibleventures/lattice · 128 tokens

bevy-wasm-webgpu

Use when targeting Bevy 0.19 at wasm32-unknown-unknown, choosing the webgl2 or webgpu feature, generating browser glue with wasm-bindgen, using a wasm-release profile, or debugging canvas startup and asset HTTP 404s.

chrisgliddon/bevy-skills · 70 tokens