send-report

Send the latest insights report as a file to the user.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the issue of users not being able to access HTML reports generated by the /insights command in mobile or cloud sessions where the file:/// link is unreachable.

Core Features & Use Cases

  • Report Delivery: Sends the latest insights report to the user as a file, ensuring accessibility across different devices and platforms.
  • Use Case: After running /insights, the user can request the report to be sent as a file if they are unable to open the link on mobile or cloud devices.

Quick Start

Send the latest insights report to the user as a file.

Frequently Asked Questions about send-report

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

FAQPage Schema
How do I access insights reports on mobile when the file link is unreachable?

To access insights reports on mobile, you can request the report to be sent directly as a file. This bypasses unreachable local file links by delivering the document straight to your active session for immediate viewing.

Why does my generated usage report fail to open in cloud sessions?

Usage reports fail to open in cloud sessions because the generated file:/// links point to the local container filesystem, which cannot be accessed remotely. Sending the report as a file attachment resolves this accessibility issue.

What is the best way to deliver an HTML usage report to a cloud session?

The best way to deliver an HTML usage report to a cloud session is by sending it as a direct file transfer. This requires container filesystem access to read the report and transmit the file to the user.

Do I need container filesystem access to send report files to users?

Yes, you need container filesystem access to send report files to users. The system must read the locally generated insights report from the filesystem before it can package and deliver the file to the user.

Can I use this report delivery method for data accessibility across different platforms?

Yes, you can use this report delivery method for data accessibility across different platforms. Sending the insights report as a file ensures users on mobile and cloud devices can access the data regardless of local link restrictions.