claw-history
Provide a chronological history of all actions the agent has taken from the beginning (birth) until now. Use when the user asks for full lifetime timeline/accountability, "from birth until now," "everything you've done so far," "full action log," or equivalent chronological-history requests.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bluebirdback/claw-historyWhat This Skill Does
The claw-history skill serves as the comprehensive auditing engine for an OpenClaw agent. Unlike standard session logs that only track current interactions, this skill is designed to perform a forensic reconstruction of the agent's entire operational lifespan. It bridges the gap between fragmented memory files, long-term milestones, and session logs to provide a transparent, linear narrative of the agent's journey from its inception ('birth') to the present moment.
Installation
To add this capability to your agent, execute the following command in your terminal or command-line interface within the agent environment:
clawhub install openclaw/skills/skills/bluebirdback/claw-history
Ensure that you have appropriate read permissions for the agent's memory directories, as this skill relies on accessing historical Markdown files and local logs to function effectively.
Use Cases
- Accountability & Auditing: Ideal for users who need to verify exactly when a specific task was initiated or completed over a long period.
- Agent Reflection: Helpful for debugging agent behavior by tracing back the root cause of certain operational habits to earlier sessions.
- Performance Review: Allows developers or users to see a timeline of when new skills were acquired, milestones were reached, and major changes occurred in the agent's configuration.
- Historical Context Retrieval: Useful when you forget the details of a previous project and need a chronological refresher on the steps taken months ago.
Example Prompts
- "I need to review our progress. Can you provide a full chronological history of everything you've done since the day you were created?"
- "Give me an account of my agent's lifetime timeline, highlighting the milestone markers from the very beginning until now."
- "Please generate a complete action log covering my entire interaction history with you, including any sub-agent sessions you might have managed."
Tips & Limitations
- Data Dependency: The quality of the output is strictly dependent on the existence of
memory/YYYY-MM-DD*.mdfiles. If logs were cleared or not saved, the skill will identify these as 'gaps' in the final report. - Precision: The skill distinguishes between 'Confirmed' entries backed by direct file evidence and 'Inferred' entries based on session order. Always check the confidence rating provided at the end of the report.
- Performance: For long-running agents with thousands of log entries, generating the history may take a moment. The skill is optimized to de-duplicate logs, but massive filesets can impact response latency. Use this skill when you specifically need the 'full view' rather than a quick lookup.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bluebirdback-claw-history": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read
Related Skills
claude-to-free
Migrate OpenClaw from Claude subscription OAuth to a free or cheap model provider (OpenRouter, Gemini, Ollama). Use when the user says Claude stopped working, gets an auth error, mentions the Anthropic April 2026 subscription ban, or asks to switch models without paying Anthropic more.
youtube-transcript-pipeline-lite
Run a lightweight YouTube transcript workflow: transcribe, attribution cleanup, translation, and packaging with minimal tooling. Use for repeatable transcript handoff tasks when you need a concise, auditable process over custom automation.
clawhub-publish-doctor
Diagnose and mitigate ClawHub/ClawDHUB publish failures (auth, browser-login, missing dependencies, pending security-scan visibility errors, and wrong profile/skill URLs). Use when publishing skills to ClawHub fails, inspect reports temporary errors, or you need a safer publish+verify workflow with retries.
exec-clawhub-publish-doctor
Diagnose and mitigate exec-related tooling failures around ClawHub publishing and GitHub CLI queries (auth, browser-login, missing dependencies, pending security-scan visibility errors, wrong profile/skill URLs, and gh JSON-field mismatch errors like Unknown JSON field). Use when publishing skills to ClawHub fails, inspect reports temporary errors, or GitHub CLI search commands fail due to field schema differences.
youtube-transcript-pipeline
Generate, clean, correct, translate, and package YouTube interview transcripts with speaker-attributed timestamps into reusable deliverables. Use for workflows involving Deepgram transcription, diarization correction, bilingual output, and structured folder packaging for handoff.