session-logs

Search and analyze session logs for past conversation history.

198|40|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/SelectXn00b/AndroidForClaw --skill session-logs-selectxn00b
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-logs
Source: https://github.com/SelectXn00b/AndroidForClaw/tree/main/app/src/main/assets/skills/session-logs
Command: npx skills add https://github.com/SelectXn00b/AndroidForClaw --skill session-logs-selectxn00b

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires javascript_exec, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to search and analyze past conversation history stored in session logs, enabling you to recall previous discussions, tasks, or information shared.

Core Features & Use Cases

  • Search Conversation History: Find specific details from past interactions.
  • Recall Previous Tasks: Remind yourself or the AI about completed actions.
  • Contextual Awareness: Provide historical context for ongoing discussions.
  • Use Case: If a user asks, "What did we decide about the project timeline last week?", this skill can search through session logs to find and present the relevant conversation.

Quick Start

Search session logs for conversations about 'project timeline' from last week.

Frequently Asked Questions about session-logs

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

FAQPage Schema
How do I search past conversation history to recall previous discussions?

To search past conversation history, you can use text search and filtering to scan stored session logs. This allows you to recall previous discussions, identify completed tasks, and retrieve historical context from past interactions.

Can I retrieve historical context from session logs using keyword filtering?

Yes, you can retrieve historical context by applying keyword filtering to session logs. The skill executes JavaScript to parse JSON data, filtering past conversation history to find specific details and recall prior information shared.

Do I need JavaScript execution to analyze past session logs?

Yes, you need JavaScript execution to analyze past session logs effectively. The skill requires it to parse JSON formatted conversation history and apply keyword filtering to retrieve the relevant historical context.

What's the best way to find completed tasks mentioned in previous conversations?

The best way to find completed tasks in previous conversations is searching session logs with text search and filtering. This analyzes past conversation history, allowing you to recall prior actions and retrieve specific details.

What limitations exist when searching conversation history with this approach?

Limitations when searching conversation history include the dependency on tools to list directories and read files. Search accuracy relies entirely on the availability and JSON formatting of stored session logs for text filtering.