reports

Save timestamped reports with category and date metadata for retrieval.

174|144|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/inbrainfun/inbrain --skill reports-inbrainfun
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reports
Source: https://github.com/inbrainfun/inbrain/tree/main/skills/reports
Command: npx skills add https://github.com/inbrainfun/inbrain --skill reports-inbrainfun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save and organize timestamped reports, enabling fast keyword-based retrieval and consistent categorization.

Core Features & Use Cases

  • Save report: write to reports/{category}/{YYYY-MM-DD-HHMM}.md with frontmatter including title, type, category, date, and time.
  • Load latest: fetch the most recent report file for a given category.
  • Keyword routing: map common queries to report categories (examples: morning-briefing, social-mentions, meeting-sync).
  • Searchability: reports are searchable via inbrain search/query.

Quick Start

Save a report by providing a category and content; then load the latest report for that category.

Frequently Asked Questions about reports

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

FAQPage Schema
How do I organize timestamped reports so I can retrieve the latest one by category?▼

To organize timestamped reports, save each report with category and date metadata under reports/{category}/{YYYY-MM-DD-HHMM}.md. You can then fetch the most recent report for a given category, enabling fast briefing and review.

What format do timestamped reports need to be saved in for keyword-based routing?▼

Timestamped reports require frontmatter with title, type, category, date, and time fields. This metadata enables category-based routing and rapid retrieval of the most recent entry per category.

How do I map common search queries to specific report categories?▼

You can map common queries to report categories using keyword routing. Examples include mapping terms like morning-briefing, social-mentions, or meeting-sync to their corresponding report categories.

Can I search saved reports by keyword after storing them with category metadata?▼

Yes, reports saved with category and date metadata are searchable via inbrain search and query, allowing you to quickly locate specific entries by keyword.

What's the best way to save a daily briefing report with consistent categorization?▼

Save the daily briefing report by providing a category like morning-briefing and the content. The report is stored with timestamp metadata, and you can then load the latest report for that category.