在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用gasclaw-logs
星标15
分支5
更新时间2026年3月2日 23:23
View container and process logs
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
2 个文件SKILL.md
readonly菜单
View container and process logs
用 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 | gasclaw-logs |
| description | View container and process logs |
| metadata | {"openclaw":{"emoji":"📝","os":["linux"],"requires":{"bins":["tail"]}}} |
| parameters | {"source":{"type":"string","description":"Log source: startup, claude, gateway, tests, all","required":true},"lines":{"type":"integer","description":"Number of lines to show (default: 50)","required":false}} |
View logs from different parts of the system.
bash ~/.openclaw/skills/gasclaw-logs/scripts/logs.sh startup
bash ~/.openclaw/skills/gasclaw-logs/scripts/logs.sh claude 100
bash ~/.openclaw/skills/gasclaw-logs/scripts/logs.sh gateway
bash ~/.openclaw/skills/gasclaw-logs/scripts/logs.sh tests
bash ~/.openclaw/skills/gasclaw-logs/scripts/logs.sh all
/workspace/logs/startup.log — Container startup output/workspace/logs/claude-code.log — Claude Code agent output/workspace/logs/openclaw-gateway.log — OpenClaw gateway log/workspace/logs/test-results.log — Latest test run output