Automatically log AI coding sessions to buildlog.ai for replay and sharing.
npx skills add buildlog/skillThis skill instructs AI agents to log their prompts and actions to ~/.buildlog/agent-feed.jsonl. The Buildlog VS Code extension watches this file and incorporates the logs into your recording.
- Install the skill in your project
- Install the VS Code extension
- Start a recording (
Cmd/Ctrl+Shift+R) - Work with your AI agent as normal
- Stop recording and upload to buildlog.ai
The agent will automatically log what you asked and what it did.
Works with any agent that supports skills.sh:
- GitHub Copilot
- Cursor
- Claude Code
- Windsurf
- Cline
- And more...
- buildlog.ai - View and share buildlogs
- VS Code Extension
- OpenClaw Skill - Full programmatic integration for OpenClaw runtime
MIT