report

Generate formatted markdown reports and chart images from Akari data sources.

46|5|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/victoriacity/openakari --skill report-victoriacity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report
Source: https://github.com/victoriacity/openakari/tree/main/.claude/skills/report
Command: npx skills add https://github.com/victoriacity/openakari --skill report-victoriacity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation of various reports, including operational status, research digests, project updates, and experiment comparisons, from Akari's data sources.

Core Features & Use Cases

  • Report Generation: Creates formatted markdown reports and chart images.
  • Versatile Report Types: Supports operational, research, project-specific, and experiment comparison reports.
  • Use Case: Generate a weekly operational report to track session health, costs, and budget burn rates, along with visual charts of trends.

Quick Start

Generate an operational report for the last 7 days.

Frequently Asked Questions about report

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

FAQPage Schema
How do I generate operational status reports from my data sources?

To generate operational status reports, this Skill executes a TypeScript script that formats data into markdown reports and chart images. It supports date filtering and project-specific options for tracking session health and budget burn rates.

Can I automate research digest and project update report generation?

Automating research digest and project update report generation is fully supported. The Skill formats data into markdown reports and chart images, and optionally commits the resulting changes to Git for version control.

What types of charts and reports can I create for experiment comparison?

You can create experiment comparison reports that output formatted markdown and visual chart images. The Skill analyzes your data sources to highlight differences and trends, supporting project-specific options and date filtering.

How do I filter report data by date for a weekly operational review?

Filtering report data by date for a weekly operational review requires specifying date ranges during generation. This scopes the formatted markdown reports and charts to your desired period, such as the last 7 days.

Does the report generation script work with Git for version control?

The report generation script works with Git by optionally committing changes after creating formatted markdown reports and charts. This ensures your generated outputs are tracked and versioned within your repository.