forge-sites

forge-sites is a skill for Claude Code from gtapps/claude-code-hermit. It costs 35 tokens per session (232 once invoked), scanned A, original, MIT.

A Laravel Forge tool for listing sites on a server and viewing a site's details. A site in Forge represents a web application or hosted domain.

In plain words
What is it for?
Use it to list sites on a server or look up a site by name, hostname, or ID.
Why use it?
It helps you find the correct site and inspect its status and code repository before taking further action.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the laravel-forge-hermit plugin — 5 skills shipped together

Good fit Use it to list sites on a server or look up a…

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add gtapps/claude-code-hermit
Claude Code
/plugin install laravel-forge-hermit

Made for: Claude Code.

Or install laravel-forge-hermit, the plugin that ships this one along with the rest of its 5 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 forge-sites

README.md
[![agentmods](https://agentmods.dev/badge/skills/gtapps/claude-code-hermit/forge-sites.svg)](https://agentmods.dev/skills/gtapps/claude-code-hermit/forge-sites)
Your own site
<a href="https://agentmods.dev/skills/gtapps/claude-code-hermit/forge-sites"><img src="https://agentmods.dev/badge/skills/gtapps/claude-code-hermit/forge-sites.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 232 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.00035 $0.00232
Opus 5 $0.00017 $0.00116
Sonnet 5 $0.00007 $0.00046
Haiku 4.5 $0.00003 $0.00023

Measured 3d ago against content hash f83b67be44be, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

forge-sites 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.

plugins/laravel-forge-hermit/skills/forge-sites/SKILL.md · 31 lines

What it actually says

Forge Sites

List sites on a server or inspect a specific site.

List sites on a server

php ${CLAUDE_PLUGIN_ROOT}/php/forge.php sites <server>

<server> can be a server name, IP address, or numeric ID.

Show site detail

php ${CLAUDE_PLUGIN_ROOT}/php/forge.php site <server> <site>

<site> can be a site name, URL hostname, or numeric ID. Returns the canonical site record as JSON, including ID, name, status, and repository info.

Notes

  • Ambiguous names (multiple matches on the same server) are rejected with a list of candidates.
  • For deployment history or triggering deploys, use /laravel-forge-hermit:forge-deploy.
  • For reading site or deployment logs, use /laravel-forge-hermit:forge-logs.
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 · 31 lines · 35 tokens per session scan A f83b67be44be

Subscribe to this mod's changes

forge-sites is a skill published in the GitHub repository gtapps/claude-code-hermit (74 stars, last pushed today), licensed MIT. It adds 35 tokens to every session and 232 once invoked, about $0.0002 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-03.

Related

Other skills, from other repositories

sre-bot

Answer questions about production health and investigate incidents using live Kubernetes and observability data. Invoke whenever someone asks whether something is broken, slow, erroring, or down; asks what happened during an outage or time window; asks about alerts, logs, metrics, traces, or error rates; asks why a…

curie-eng/curie · 209 tokens

ccc-deploy

CC Commander actual deployment workflow. Detects Vercel, Fly.io, Cloudflare, GitHub Pages, or npm deploy targets, asks for the deploy destination, runs the platform…

KevinZai/commander · 41 tokens

terraform-expert

Use when working with .tf/.tofu/.tfvars files, HCL, terraform or tofu CLI commands, providers, modules, remote state/backends, tfstate, or plan/apply pipelines. Writes and refactors Terraform 1.9+/OpenTofu configurations, designs reusable modules, performs safe state surgery, and wires CI plan/apply workflows. Invoke…

Aarvion-AI/stackwise-skills · 118 tokens

ship

Ship (optional) — deploy the CLOSED build and prove it in prod — deploy via the repo's own path, re-run reconciliation on prod data, confirm the observability signal emits. Skipped if the contract marks deploy out of scope. Trigger after compass:review-build closes, or on "ship it", "deploy", "compass ship".

Rishi4792/compass · 72 tokens

ccc-pro-observability

OpenTelemetry, Honeycomb, Datadog, and structured logging wiring · Pro tier only.

KevinZai/commander · 24 tokens

id-architect

The read-only forward-design ENTRY mode (infra-delivery step 2) — for "the app runs locally, there is NO deployment yet — design where it should run." Design a target infra topology from requirements (archetype × load projection × cost/ops/compliance → selected stack-profile(s)), then run the adversarial DESIGN-AUDIT…

lukasrepublic/agentic-foundry · 186 tokens