data-processor

Count, summarize, and transform arrays with deterministic operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables deterministic data processing on arrays, performing common transformations and aggregations.

Core Features & Use Cases

  • Count & summarize: count items, return basic stats.
  • Transform: sum, reverse, and unique operations.
  • Use Case: Normalize a dataset by counting items or reversing order for presentation.

Quick Start

bl1nk-skill run data-processor -a '{"data": [1,2,3], "operation": "count"}'