toolkit-update

toolkit-update is a skill for Claude Code, Codex from ImYourBoyRoy/Portable_Web_toolkit. It costs 71 tokens per session (777 once invoked), scanned C, original, MIT.

A process for checking, comparing, planning, or applying updates to the Portable Web Toolkit and its related skills.

In plain words
What is it for?
It inspects versions, commits, files, templates, instructions, release notes, and differences between a local toolkit and a selected upstream release.
Why use it?
It establishes what is installed and what has changed before an update, while preserving local-only work and stopping unless an update is authorized.

Skill for Claude CodeCodex

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

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/imyourboyroy/portable_web_toolkit/toolkit-update
Any agent
npx skills add ImYourBoyRoy/Portable_Web_toolkit --skill toolkit-update
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 toolkit-update

README.md
[![agentmods](https://agentmods.dev/badge/skills/imyourboyroy/portable_web_toolkit/toolkit-update.svg)](https://agentmods.dev/skills/imyourboyroy/portable_web_toolkit/toolkit-update)
Your own site
<a href="https://agentmods.dev/skills/imyourboyroy/portable_web_toolkit/toolkit-update"><img src="https://agentmods.dev/badge/skills/imyourboyroy/portable_web_toolkit/toolkit-update.svg" alt="Measured on agentmods" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 777 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
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 $0.00071 $0.00777
Opus 5 $0.00036 $0.00388
Sonnet 5 $0.00014 $0.00155
Haiku 4.5 $0.00007 $0.00078

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

Security

Grade C, and why

toolkit-update scanned grade C with 2 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

1. Purge legacy heavy web skills (`instagram-clone`, `portable-web-toolkit`, `site-readiness`, `site-starter`, `toolkit-update`, `vectorize-pipeline`) from global home skill directories (`~/.gemini/config/skills/`, `~/.c

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

description: Compare, plan, or apply an explicitly authorized Portable Web Toolkit or toolkit-skill update. Use when asked to check toolkit freshness, reconcile a local export with GitHub, inspect installed skill version
skills/toolkit-update/SKILL.md · 86 lines

How it starts

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

Toolkit Update

Establish current state before choosing an update.

Preflight

Resolve the active repository and applicable instructions, preserve unrelated work, then locate the actual toolkit source and selected client skill roots.

Inspect

  1. Resolve the toolkit root and determine whether it is a real Git worktree, an export, a cache, or a linked client copy.
  2. Read VERSION, package versions, skill-pack.json, Git status, current commit and remote, when available.
  3. Inspect the selected upstream release, tag, or immutable commit.
  4. Compare skill directories, versions, hashes, toolkit modules, templates, instructions, and release notes.
  5. Classify local-only, upstream-only, modified, generated, and ignored content.
  6. Report the status and stop unless an update was explicitly authorized.

Before reporting a Git remote, remove URL userinfo, credentials, query strings, and fragments. Describe private-fork locations generically unless the exact locator is necessary and authorized.

Use the optional status helper only as an aid:

node ./scripts/check-agent-skills.mjs --agent <client> --scope <user-or-project>

It must not be required for an agent-driven installation.

Plan

Prefer an upstream-backed Git worktree. For an exported local folder:

  1. create a recoverable backup
  2. clone the selected upstream source into staging
  3. port reviewed local-only capabilities without dependencies or caches
  4. resolve instruction and manifest changes
  5. validate in staging
  6. switch the active path only after review

Never claim that git pull updated an export without .git.

Apply

Require exact update authorization. Use git pull --ff-only only when the worktree and branch permit it. Otherwise use a staging clone and explicit reconciliation.

Do not:

  • run an unaudited remote installer
  • overwrite unmanaged or locally modified skills
  • reinstall every client as a side effect
  • delete a local-only module merely because upstream lacks it
  • install host software, push, tag, publish, or deploy without separate approval

Read the full file on GitHub · 86 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. 3d ago First seen · 86 lines · 71 tokens per session scan C 0119f9c2d611

Subscribe to this mod's changes

toolkit-update is a skill published in the GitHub repository ImYourBoyRoy/Portable_Web_toolkit (2 stars, last pushed 22d ago), licensed MIT. It adds 71 tokens to every session and 777 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 2 findings (reads agent configuration directories, enumerates other installed skills). 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

astro

Build content-focused websites with Astro — zero JS by default, islands architecture, multi-framework components, and Markdown/MDX support.

tmolavi/mcp-agent-skills-hub · 28 tokens

accounting-workflow

End-to-end Malaysian accounting engagement workflow. Takes a client folder and produces accrual-basis financial statements (Excel working papers + PDF) compliant with MPERS / MFRS / ITA 1967. Covers Sole Proprietor, Partnership, Sdn Bhd, Berhad, and NGO. USE THIS SKILL when the user wants to: Start or continue an…

mecheri-prog/skills · 359 tokens

agent-harness-fault-injection

Use when an agent workflow needs deterministic recovery evidence for sandbox, MCP/tool, worker, checkpoint, memory, or orchestration failures.

sickn33/agentic-awesome-skills · 34 tokens

aria

Designs the data model, API contracts, and structural foundation of the system.

sickn33/agentic-awesome-skills · 18 tokens

adversarial-reviewer

Adversarial code review that assumes bugs exist and hunts for them. Use when asked to review code, find bugs, audit for correctness, stress-test a PR, or when someone says "tear this apart" or "what's wrong with this". Give no benefit of the doubt — every line is guilty until proven innocent.

emdash-cms/emdash · 71 tokens

diagnose

Trace from a reproduced symptom to the source code that causes it. Pin the specific file and approximate line, rate confidence in the cause and clarity of the fix independently, and always propose a concrete fix.

emdash-cms/emdash · 43 tokens