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
SKILL.md
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
vmcontext. - Can access standard JS objects, but restricted from system I/O inside the sandbox.
Repository

admin-baked
Author
admin-baked/bakedbot-for-brands/src/skills/core/analysis
1
Stars
0
Forks
Updated2d ago
Added1w ago