reports

Save, load, and search timestamped reports by keyword.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mscully4/franklin --skill reports-mscully4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reports
Source: https://github.com/mscully4/franklin/tree/main/.claude/skills/reports
Command: npx skills add https://github.com/mscully4/franklin --skill reports-mscully4

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines report management by saving, loading, and searching timestamped reports, ensuring quick access to critical information.

Core Features & Use Cases

  • Timestamped Reports: Save and load reports with timestamps for easy tracking.
  • Keyword Routing: Query reports by keyword for fast lookup.
  • Cron Jobs Integration: Automatically save output as reports and query them by keyword.
  • Use Case: Keep a record of daily operations or project updates. Use keywords to quickly find the latest report on a specific topic.

Quick Start

Save a new report with the keyword 'daily operations' and then load the latest report using the keyword 'daily operations'.

Frequently Asked Questions about reports

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

FAQPage Schema
How do I automatically save timestamped reports from a cron job?

You can automatically save timestamped reports by integrating your cron job output directly into this report management system. This captures scheduled task outputs as timestamped reports, enabling fast retrieval and tracking of daily operations or project updates without manual file handling.

What is the best way to search and retrieve saved reports by keyword?

The best way to search saved reports is using a keyword routing mechanism that queries timestamped reports by specific terms. This enables fast lookup and retrieval of the latest project updates or operational logs without manually filtering through file directories.

Do I need file system access to manage timestamped reports?

Yes, you need file system access and basic text processing capabilities to manage timestamped reports. The system relies on local file storage to save, load, and search report data directly within your directory structure for efficient retrieval.

How does keyword routing work for retrieving daily operations logs?

Keyword routing works by tagging saved reports with specific terms like 'daily operations' during storage. When you query that keyword, the system retrieves the matching timestamped report, ensuring quick access to critical information and fast lookup of the latest entries.

Can I track project updates over time using timestamped report management?

Yes, you can track project updates over time by saving and loading reports with timestamps. This report management approach ensures easy tracking of daily operations and allows you to keep a chronological record of critical information for quick access.