data-analyzer

Compute sum, average, min, max, median, and count for numerical data arrays.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/billlzzz10/bl1nk-skill-mcp-server --skill data-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-analyzer
Source: https://github.com/billlzzz10/bl1nk-skill-mcp-server/tree/main/skills/data-analyzer
Command: npx skills add https://github.com/billlzzz10/bl1nk-skill-mcp-server --skill data-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides quick statistical analysis on numerical data arrays, enabling fast insights without writing boilerplate code.

Core Features & Use Cases

  • Compute common statistics: sum, avg, min, max, median, count.
  • Quick insights: return key metrics for data exploration.
  • Use Case: Given [1,2,3,4,5], compute sum and average to summarize data quickly.

Quick Start

bl1nk-skill run data-analyzer -a '{"data": [1, 2, 3, 4, 5], "operation": "sum"}'