session-logs

Search and analyze past conversation logs stored in JSON files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to search and analyze past conversations, providing context and recall for previous discussions and tasks.

Core Features & Use Cases

  • Recall Past Conversations: Easily find what was discussed previously.
  • Contextual Awareness: Understand historical context for current tasks.
  • Task History: Review past actions and outcomes.
  • Use Case: If a user asks "What did we decide about the Q3 marketing budget last week?", this skill can search through session logs to find and summarize the relevant conversation.

Quick Start

Search session logs for conversations about 'mobile testing' from yesterday.

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 for specific topics?

You can search conversation history by querying stored JSON session files on your device to retrieve and analyze previous user queries, assistant responses, and tool calls for specific topics.

Can I recall what was decided in a previous chat session?

Yes, recalling what was decided in a previous chat session is possible by searching session logs to find and summarize the relevant historical context and past actions.

Do I need file system access to retrieve conversation logs?

Yes, retrieving conversation logs requires file system access and JSON parsing capabilities to process session data stored as JSON files on your device.

What is the best way to analyze past interactions and tool calls?

Analyzing past interactions and tool calls is best done by searching stored session logs, which facilitates retrieving historical context from previous JSON conversation data.

Does searching historical context work with JSON files?

Yes, searching historical context works directly with JSON files by parsing session data to extract past user queries, assistant responses, and tool calls.

What are the limitations when retrieving session logs?

A limitation of retrieving session logs is the dependency on local file system access and valid JSON parsing capabilities to process the historical conversation data.