portable-web-toolkit-router

portable-web-toolkit-router is a skill for Claude Code, Codex from ImYourBoyRoy/Portable_Web_toolkit. It costs 66 tokens per session (622 once invoked), scanned A, original, MIT.

A routing tool that examines a Portable Web Toolkit web project and links the needed agent skills into that project's .agents/skills folder. It supports projects using Astro, Cloudflare, and several coding assistants.

In plain words
What is it for?
Use it when starting or maintaining a Portable Web Toolkit project, especially when you need to select skills for site setup, readiness checks, deployment, accessibility, performance, or discovery.
Why use it?
It prevents teams from choosing and wiring project skills by hand. It directs common tasks, such as setup, deployment, accessibility, and site checks, to the relevant skill.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex.

Part of the portable-web-toolkit plugin — 14 skills shipped together

Good fit Use it when starting or maintaining a Portable Web Toolkit project, especially when you need to select skills for site setup, readiness checks, deployment, accessibility, performance, or discovery.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/imyourboyroy/portable_web_toolkit/portable-web-toolkit-router
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 ImYourBoyRoy/Portable_Web_toolkit --skill portable-web-toolkit-router
Clone the repo
git clone --depth 1 https://github.com/ImYourBoyRoy/Portable_Web_toolkit

Made for: Claude Code, Codex.

Or install portable-web-toolkit, the plugin that ships this one along with the rest of its 14 skills.

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 portable-web-toolkit-router

README.md
[![agentmods](https://agentmods.dev/badge/skills/imyourboyroy/portable_web_toolkit/portable-web-toolkit-router.svg)](https://agentmods.dev/skills/imyourboyroy/portable_web_toolkit/portable-web-toolkit-router)
Your own site
<a href="https://agentmods.dev/skills/imyourboyroy/portable_web_toolkit/portable-web-toolkit-router"><img src="https://agentmods.dev/badge/skills/imyourboyroy/portable_web_toolkit/portable-web-toolkit-router.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 622 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.00066 $0.00622
Opus 5 $0.00033 $0.00311
Sonnet 5 $0.00013 $0.00124
Haiku 4.5 $0.00007 $0.00062

Measured 8d ago against content hash 7180b35f6dae, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

portable-web-toolkit-router 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 8d 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/portable-web-toolkit-router/SKILL.md · 45 lines

How it starts

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

Portable Web Toolkit Router

Use this skill when initializing or managing skills for an Astro + Cloudflare web design project using the Portable Web Toolkit.

Canonical skill home: <Portable_Web_toolkit_install>/skills/ (resolve via linked Web_Toolkit/.., portable-web-toolkit root, or ~/.portable-web-toolkit stamp). Symlink from that install into the client .agents/skills/ — never copy skill trees into global agent homes except this router.

Only this router is install_by_default / globally installed.

Route first

Need Skill
New machine, Cloudflare beginner, guided setup site-onboardingdocs/agent-skills/ONBOARDING_STAGES.md
New site scaffold only (already onboarded) site-starter (ask Workers vs Pages first)
Readiness / gates site-readiness
Deploy / Cloudflare ops portable-web-toolkit
Full upgrade → smoke → deploy → purge → warm → PSI site-maintenanceHOW_TO.md
Accessibility evidence wcag-auditorWeb_Toolkit/wcag_auditor only (never AI/)
PageSpeed Insights pagespeed-diagnostics
Discovery layer (robots/sitemap/llms) discovery-doctor
Brand / favicon / OG brand-doctor
Raster → WebP image-pipeline
Toolkit freshness toolkit-update
Instagram gallery instagram-clone
SVG wordmark recovery vectorize-pipeline

Operational Sequence

  1. Check Project Scope: Verify if .agents/skills/ exists in the active project workspace root.

  2. Resolve toolkit install: Find Portable_Web_toolkit root; skills live at skills/ there (skill-pack.json).

  3. Inspect Skill Index: Read docs/agent-skills/SKILL_INDEX.md.

  4. Symlink Selected Skills with manage-project-skills.mjs (always pass --skills for non-router skills):

    node <path-to-Portable_Web_toolkit>/scripts/manage-project-skills.mjs link --project . \
      --skills site-onboarding,portable-web-toolkit,site-readiness,wcag-auditor,pagespeed-diagnostics,site-maintenance,discovery-doctor
    

Read the full file on GitHub · 45 lines

Files

What ships with it

2 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. 8d ago First seen · 45 lines · 66 tokens per session scan A 7180b35f6dae

Subscribe to this mod's changes

portable-web-toolkit-router is a skill published in the GitHub repository ImYourBoyRoy/Portable_Web_toolkit (2 stars, last pushed 27d ago), licensed MIT. It adds 66 tokens to every session and 622 once invoked, about $0.0003 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