Openakita get-session-logs
Get current session system logs. IMPORTANT - when commands fail, encounter errors, or need to understand previous operation results, call this tool. Logs contain command details, error info, system status.
install
source · Clone the upstream repo
git clone https://github.com/openakita/openakita
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openakita/openakita "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/system/get-session-logs" ~/.claude/skills/openakita-openakita-get-session-logs && rm -rf "$T"
manifest:
skills/system/get-session-logs/SKILL.mdsource content
Get Session Logs
获取当前会话的系统日志。
Parameters
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| count | integer | 否 | 返回的日志条数,默认 20,最大 200 |
| level | string | 否 | 过滤日志级别:DEBUG, INFO, WARNING, ERROR |
When to Use
- 命令返回错误码
- 操作没有预期效果
- 需要了解之前发生了什么
Returns
- 命令执行详情
- 错误信息
- 系统状态