librarian

Centralize AutoClaw wins and losses and generate daily summaries.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ericfbrown1-boop/openclaw-workspace --skill librarian-ericfbrown1-boop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: librarian
Source: https://github.com/ericfbrown1-boop/openclaw-workspace/tree/main/skills/librarian
Command: npx skills add https://github.com/ericfbrown1-boop/openclaw-workspace --skill librarian-ericfbrown1-boop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Librarian Skill Unit addresses the challenge of managing knowledge and insights from AutoClaw operations, enabling efficient lookup and learning from past experiences.

Core Features & Use Cases

  • Knowledge Management: Centralizes AutoClaw wins and losses for historical analysis.
  • Prior-Art Lookup: Allows agents to avoid repeating previous failures by providing quick access to past decisions.
  • Daily Briefing: Generates a summary of recent improvements for agents to stay informed.
  • Index Generation: Auto-generates an index of knowledge for easy reference.
  • Use Case: Before an agent starts work on a new hypothesis, they can query the Librarian to ensure their idea hasn't been attempted and failed in the past.

Quick Start

Use the Librarian skill to generate an index of wins and losses before starting your work.

Frequently Asked Questions about librarian

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent agents from repeating past AutoClaw failures?

To prevent agents from repeating past AutoClaw failures, you can use a knowledge repository to perform prior-art lookup. This allows agents to query historical win/loss records before executing new work to see if a hypothesis was already attempted.

What is prior-art lookup in AutoClaw knowledge management?

Prior-art lookup in AutoClaw knowledge management is the process of searching a centralized local repository of historical wins and losses. It allows agents to quickly access past decisions to avoid repeating previous failures when starting new tasks.

Can I generate a daily briefing of recent AutoClaw improvements?

Yes, you can generate a daily briefing of recent AutoClaw improvements. The system automatically produces a daily summary of recent updates, enabling agents to stay informed about operational changes and historical outcomes.

Does AutoClaw knowledge management require external dependencies?

No, AutoClaw knowledge management does not require external dependencies. It operates entirely using local scripts to automate indexing and centralize your knowledge repository without needing additional packages or external tools.

What is the best way to organize AutoClaw win/loss analysis records?

The best way to organize AutoClaw win/loss analysis records is by centralizing them in a local knowledge repository. This enables automated index generation, allowing agents to efficiently query historical data and prior decisions.

Why does my AutoClaw agent keep attempting failed hypotheses?

Your AutoClaw agent keeps attempting failed hypotheses because it lacks access to a centralized knowledge repository for prior-art lookup. Querying historical win/loss records before starting work ensures the agent checks past failures first.