원클릭으로
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 |