history-read

Retrieve past conversations and questions from the local history store.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/73ai/openbotkit --skill history-read
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: history-read
Source: https://github.com/73ai/openbotkit/tree/main/skills/history-read
Command: npx skills add https://github.com/73ai/openbotkit --skill history-read

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Retrieves and analyzes past conversations and questions from the local history store to preserve context.

Core Features & Use Cases

  • Context Recall: Quickly retrieve prior conversations, questions, and topics to inform current interactions.
  • Audit & Trace: Trace what was asked and answered across sessions for accountability.
  • Use Case: When a user asks about a prior topic, fetch relevant history to provide continuity.

Quick Start

Show me my recent conversations and questions.

Frequently Asked Questions about history-read

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

FAQPage Schema
How do I retrieve past conversation history for better context?

To retrieve past conversation history, you can query the local history store to fetch session data, conversation IDs, and messages. This provides contextual continuity by recalling prior topics and tracing user intent across sessions.

Can I audit and trace what was asked across previous sessions?

Yes, you can audit and trace what was asked and answered across sessions by querying the local history database. It fetches specific session data and conversation messages to ensure accountability and track prior interactions.

What is the best way to recall prior topics from a local database?

The best way to recall prior topics is to apply local database history queries using the reference schema. This fetches relevant conversation IDs and messages from the local history store to inform current interactions.

Does querying conversation history require a specific database schema?

Querying conversation history relies on the reference schema to fetch session data, conversation IDs, and messages from the local history store. This schema defines the structure needed to accurately retrieve past interactions.

How do I provide contextual continuity when a user asks about a prior topic?

You provide contextual continuity by fetching relevant history from the local database when a user asks about a prior topic. This retrieves past questions and conversations to maintain context across different sessions.