A CLI and REST API for viewing and analyzing Claude Code session data.
Full documentation: https://myk-org.github.io/ccsinfo/
uv tool install ccsinfo
ccsinfo sessions list
ccsinfo sessions show <session-id>To make the skill available to Claude Code, copy the ccsinfo folder to your skills directory:
cp -r ccsinfo ~/.claude/skills/An OpenClaw skill is available for AI assistants to query Claude Code sessions remotely.
Install via ClawHub:
clawhub install ccsinfoSkill page: https://clawhub.ai/myakove/ccsinfo
The skill allows AI assistants running in OpenClaw to:
- Query and analyze Claude Code session data via the ccsinfo REST API
- View conversation history, tool calls, and tasks
- Search sessions and track project statistics
- Monitor active sessions and progress
Requirements:
- ccsinfo server running (
ccsinfo serve) CCSINFO_SERVER_URLenvironment variable set to your server
Example usage: Ask your OpenClaw assistant: "Show my active Claude Code sessions" or "What were the recent tasks in my main project?"
See the full documentation for everything else.
MIT License. See LICENSE for details.