save-report

Extract and save medical test report data into structured JSON files.

3|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/huifer/wellally-health-skills --skill save-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-report
Source: https://github.com/huifer/wellally-health-skills/tree/main/skills/save-report
Command: npx skills add https://github.com/huifer/wellally-health-skills --skill save-report

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of saving medical test reports from images, extracting crucial data and organizing it efficiently.

Core Features & Use Cases

  • AI-Powered Data Extraction: Extracts information from both biochemical and imaging medical reports.
  • Automated Organization: Saves extracted data into structured JSON files and organizes original images.
  • Flexible Date Handling: Prioritizes user-provided dates but can intelligently extract dates from images.
  • Use Case: Upload a picture of your blood test results, and the skill will extract all the values, save them as a JSON file, and store the image for your records.

Quick Start

Use the save-report skill to save the medical image located at /path/to/your/blood_test.jpg and specify the exam date as 2023-10-27.

Frequently Asked Questions about save-report

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

FAQPage Schema
How do I extract data from medical report images and save it as JSON?

You can extract data from medical report images by using AI image analysis to identify and parse test results, dates, and hospital information into structured JSON files. This skill automates saving both biochemical and imaging reports while organizing the original images.

Can I automatically organize blood test results from a picture into health records?

You can automatically organize blood test results from a picture into health records by uploading the image for AI extraction. The skill structures all extracted values into JSON files and stores the original image to maintain an organized health record index.

Does the image analysis support both biochemical and imaging medical reports?

The image analysis supports both biochemical and imaging medical reports. It utilizes AI to identify specific findings and parse test results according to predefined schemas, adapting its extraction logic to handle different types of medical test report images.

What is the best way to handle dates when saving medical test reports from images?

The best way to handle dates when saving medical test reports is to specify the exam date manually, which the system prioritizes. If no date is provided, it intelligently extracts the date directly from the medical image during the AI analysis process.

How do I update the index when adding new medical test report images to my records?

You update the index automatically when adding new medical test report images, as the skill manages index updates during file storage. It structures the extracted data into JSON and updates the record index to ensure organized and searchable health documents.