web-forge

web-forge is a plugin for Claude Code from terrylica/cc-skills. Its token cost is not measured, scanned A, original, MIT.

A supervised browser-automation tool for dashboard operations that have no API, using a persistent browser profile and CDP, a way for software to control a running browser. It also covers token and OAuth app setup, secrets handling, and Cloudflare Access protections.

In plain words
What is it for?
Use it to automate web dashboards, work with Cloudflare Workers dashboards, create or manage tokens and OAuth apps, and configure access walls when direct APIs are unavailable.
Why use it?
It addresses dashboard tasks that cannot be completed through a normal API while keeping browser state and sensitive credentials under explicit control. It can apply access controls such as GitHub sign-in and email one-time passwords.

Plugin for Claude Code

Written for Claude Code: a Claude Code plugin manifest.

Good fit Use it to automate web dashboards, work with Cloudflare Workers dashboards, create or manage tokens and OAuth apps, and configure access walls when direct APIs are unavailable.

Compare 6 plugins from other repositories ↓
Install in Claude Code
/plugin marketplace add terrylica/cc-skills/plugin install web-forge
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.

Clone the repo
git clone --depth 1 https://github.com/terrylica/cc-skills

Made for: Claude Code.

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 web-forge

README.md
[![agentmods](https://agentmods.dev/badge/plugins/terrylica/cc-skills/web-forge.svg)](https://agentmods.dev/plugins/terrylica/cc-skills/web-forge)
Your own site
<a href="https://agentmods.dev/plugins/terrylica/cc-skills/web-forge"><img src="https://agentmods.dev/badge/plugins/terrylica/cc-skills/web-forge.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
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.
Security

Grade A, and why

web-forge 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 today.

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.

.claude-plugin/marketplace.json#web-forge · 26 lines

What it actually says

{
  "name": "web-forge",
  "description": "Supervised dashboard automation for API-less operations - persistent-profile CDP harness, secrets-safe token/OAuth-app forging, declarative Cloudflare Access walls (GitHub SSO + email OTP) that work directly on *.workers.dev",
  "version": "30.3.0",
  "source": "./plugins/web-forge",
  "category": "devops",
  "author": {
    "name": "Terry Li",
    "url": "https://github.com/terrylica"
  },
  "keywords": [
    "browser-automation",
    "cdp",
    "playwright",
    "cloudflare-access",
    "zero-trust",
    "oauth-app",
    "api-token",
    "secrets",
    "vault",
    "workers",
    "sso",
    "otp"
  ],
  "strict": false
}
Files

What ships with it

3 files beside marketplace.json#web-forge 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. today Changed 238d88cd31f1
  2. 2d ago First seen · 26 lines scan A addbbbe4e2b3

Subscribe to this mod's changes

web-forge is a plugin published in the GitHub repository terrylica/cc-skills (62 stars, last pushed today), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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-05.

Related

Other plugins, from other repositories

homelab-ops

High-level operational runbooks for homelab management: DR-node power management, DNS ingress convergence, secrets-engine identity bring-up, Proxmox VE cluster operations, Terrakube operations, PXE netboot installs, LLM router operations, workstation off-box backup, Dell iDRAC BMC operations, and resumable ZFS…

dryvist/claude-code-plugins · not measured

infra-orchestration

Cross-repo infrastructure orchestration for Terraform and Ansible workflows.

dryvist/claude-code-plugins · not measured

infra-standards

Infrastructure standards for Proxmox, Terraform, Ansible: VMID/IP assignment ranges and the Terraform-to-Ansible inventory contract.

dryvist/claude-code-plugins · not measured

cloudflare-connect

Adds a subdomain to a Cloudflare-managed zone and wires it to a hosting platform (Railway, Vercel, more) via browser automation. Handles both sides end-to-end: platform-side custom domain attach AND Cloudflare DNS record creation. No CLI or API token required.

N-O-P-E/nope-marketplace · not measured

gcp-setup

Automates Google Cloud Console setup via browser. Walks through project creation, API enabling, service accounts, IAM, billing, OAuth, Cloud Run, and firewall config — click by click. Auto-detects requirements from your codebase when invoked mid-feature.

N-O-P-E/nope-marketplace · not measured

gtm-workflow

Drives Google Tag Manager via browser automation: inspect containers, verify events fire correctly, add/edit tags and triggers, preview and publish versions safely. Uses chrome-devtools-mcp, never handles credentials.

N-O-P-E/nope-marketplace · not measured