examples/skills/data-processor/SKILL.md
Analyze sales data with statistics, regional performance, and commission calculations
npx skillsauth add acodercat/cave-agent data-processorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to analyze the stored sales data.
After activating this skill, you have access to:
sales_data: List[Dict] of sales transactions with keys: amount, category, regionregional_targets: Dict[str, float] mapping region to sales targetdevelopment
Statistical analysis, outlier detection, and data transformation utilities.
development
Control smart home devices including lights, doors, and TV
development
Review Python code for bugs, security issues, and best practices
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.