ワンクリックで
gasclaw-config
View and edit gasclaw maintainer configuration at runtime
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
View and edit gasclaw maintainer configuration at runtime
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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
Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.
| name | gasclaw-config |
| description | View and edit gasclaw maintainer configuration at runtime |
| metadata | {"openclaw":{"emoji":"⚙️","os":["linux"],"requires":{"bins":["python3"]}}} |
| parameters | {"action":{"type":"string","description":"Action: view, get, set, reload","required":true},"key":{"type":"string","description":"Config key (dot notation, e.g. maintenance.loop_interval)","required":false},"value":{"type":"string","description":"New value (for set action)","required":false}} |
View and edit runtime configuration without restarting the container.
bash ~/.openclaw/skills/gasclaw-config/scripts/config.sh view
bash ~/.openclaw/skills/gasclaw-config/scripts/config.sh get maintenance.loop_interval
bash ~/.openclaw/skills/gasclaw-config/scripts/config.sh set maintenance.loop_interval 600
Located at /workspace/config/gasclaw.yaml — also editable from the host.
| Key | Default | Description |
|---|---|---|
| maintenance.loop_interval | 300 | Seconds between maintenance cycles |
| maintenance.max_pr_size | 200 | Max lines per PR |
| maintenance.auto_merge | true | Auto-merge passing PRs |
| maintenance.repo | gastown-publish/gasclaw | GitHub repo |
| claude.kimi_base_url | https://api.minimax.villamarket.ai/v1 | Kimi API endpoint |
| openclaw.gateway_port | 18789 | OpenClaw gateway port |
| logging.level | INFO | Log verbosity |