Skip to content
Automation
Skill

/forge-sites

List and inspect sites on Laravel Forge servers. Triggers on "list sites", "show site", "site detail", "what sites are on server X".

From plugin
claude-code-hermit
7488 skills11 agents
Install
$ npx -y skills add gtapps/claude-code-hermit --skill forge-sites --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/forge-sites

Context preview

The summary Claude sees to decide when to auto-load this skill.

List and inspect sites on Laravel Forge servers. Triggers on "list sites", "show site", "site detail", "what sites are on server X".

SKILL.md

forge-sites.SKILL.md
name: forge-sites
description: List and inspect sites on Laravel Forge servers. Triggers on "list sites", "show site", "site detail", "what sites are on server X".

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`.
Ships withclaude-code-hermit

If you know Claude Tag, the idea will feel familiar: hand Claude work through a channel, such as Discord, Telegram, or your custom integration, and get results back there.

Get the whole plugin

Other skills on claude-code-hermit.