بنقرة واحدة
gastown-agents
Monitor, restart, and inspect individual Gastown agents
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Monitor, restart, and inspect individual Gastown agents
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
View and edit gasclaw maintainer configuration at runtime
Check and apply updates to all Gastown dependencies
Create well-structured conventional commit messages from staged changes
Create a well-structured PR with conventional commit title and descriptive body
Monitor PR CI checks and review comments, auto-fix failures and address feedback
Review a pull request for code quality, test coverage, security, and best practices
| name | gastown-agents |
| description | Monitor, restart, and inspect individual Gastown agents |
| metadata | {"openclaw":{"emoji":"🤖","os":["linux"],"requires":{"bins":["gt","tmux"]}}} |
| parameters | {"agent":{"type":"string","description":"Name of the agent to manage (mayor, deacon, witness, refinery, crew-N)","required":false},"action":{"type":"string","description":"Action to perform (restart, logs, status, list)","required":true},"lines":{"type":"integer","description":"Number of log lines to show (for logs action)","required":false}} |
As the overseer, you monitor ALL agents and ensure they remain active and productive. Every agent must comply with the activity principle — no idle periods allowed.
bash ~/.openclaw/skills/gastown-agents/scripts/agent-status.sh
Shows each agent's:
bash ~/.openclaw/skills/gastown-agents/scripts/agent-restart.sh <agent-name>
Examples:
bash ~/.openclaw/skills/gastown-agents/scripts/agent-restart.sh mayor
bash ~/.openclaw/skills/gastown-agents/scripts/agent-restart.sh crew-1
bash ~/.openclaw/skills/gastown-agents/scripts/agent-restart.sh deacon
bash ~/.openclaw/skills/gastown-agents/scripts/agent-logs.sh <agent-name> [lines]
Examples:
bash ~/.openclaw/skills/gastown-agents/scripts/agent-logs.sh mayor 50
bash ~/.openclaw/skills/gastown-agents/scripts/agent-logs.sh crew-1 100
gt nudge| Agent | Role | Session |
|---|---|---|
| Mayor | Orchestrates all work | hq-mayor |
| Deacon | Code review, quality | hq-deacon |
| Witness | Testing, verification | hq-witness |
| Refinery | Dependencies, builds | hq-refinery |
| Crew-N | Individual workers | hq-crew-N |