Data Analysis REPL

Execute code to analyze data and perform complex calculations.

$ 安裝

git clone https://github.com/admin-baked/bakedbot-for-brands /tmp/bakedbot-for-brands && cp -r /tmp/bakedbot-for-brands/src/skills/core/analysis ~/.claude/skills/bakedbot-for-brands

// tip: Run this command in your terminal to install the skill


name: Data Analysis REPL description: Execute code to analyze data and perform complex calculations.

Analysis Skill

Capabilities

  • Evaluate JavaScript: Run JavaScript code in a sandbox to process data (analysis.evaluate_js).

Usage

  • Use when the user asks for "calculate churn rate", "forecast next month's sales", or complex math.
  • Primary user: Pops (Analyst).

Constraints

  • Code runs in a Node.js vm context.
  • Can access standard JS objects, but restricted from system I/O inside the sandbox.