Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Jupyter notebook execution skill for running notebooks programmatically and extracting outputs.
.claude/skills/a5c-ai-jupyter-notebook-executor/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 7% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 8% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -34% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -47% | 0% |
Jupyter notebook execution skill for running notebooks programmatically, parameterizing inputs, and extracting outputs for ML workflows.
json{ "type": "object", "required": ["action", "notebookPath"], "properties": { "action": { "type": "string", "enum": ["execute", "convert", "extract", "validate"], "description": "Action to perform on the notebook" }, "notebookPath": { "type": "string", "description": "Path to the Jupyter notebook" }, "executeConfig": { "type": "object", "properties": { "parameters": { "type": "object" }, "outputPath": { "type": "string" }, "kernel": { "type": "string" }, "timeout": { "type": "integer" }, "cwd": { "type": "string" } } }, "convertConfig": { "type": "object", "properties": { "format": { "type": "string", "enum": ["html", "pdf", "markdown", "script"] }, "outputPath": { "type": "string" }, "template": { "type": "string" }, "excludeInput": { "type": "boolean" }, "excludeOutput": { "type": "boolean" } } }, "extractConfig": { "type": "object", "properties": { "cellTags": { "type": "array", "items": { "type": "string" } }, "outputTypes": { "type": "array", "items": { "type": "string" } }, "variableNames": { "type": "array", "items": { "type": "string" } } } } } }
json{ "type": "object", "required": ["status", "action"], "properties": { "status": { "type": "string", "enum": ["success", "error", "timeout"] }, "action": { "type": "string" }, "executionResult": { "type": "object", "properties": { "outputPath": { "type": "string" }, "executionTime": { "type": "number" }, "cellsExecuted": { "type": "integer" }, "errors": { "type": "array" } } }, "conversionResult": { "type": "object", "properties": { "outputPath": { "type": "string" }, "format": { "type": "string" } } }, "extractedData": { "type": "object", "properties": { "variables": { "type": "object" }, "outputs": { "type": "array" }, "figures": { "type": "array", "items": { "type": "string" } } } } } }
javascript{ kind: 'skill', title: 'Execute EDA notebook with parameters', skill: { name: 'jupyter-notebook-executor', context: { action: 'execute', notebookPath: 'notebooks/eda_template.ipynb', executeConfig: { parameters: { data_path: 'data/train.csv', output_dir: 'results/eda/', sample_size: 10000 }, outputPath: 'notebooks/eda_results.ipynb', kernel: 'python3', timeout: 3600 } } } }
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 6,656 | 2,339 | -65% | 1 | 1 | 0% | 1,414 | 1,512 | +7% | 0 | 0 | — |
case-02 | fail→pass | 6,350 | 2,261 | -64% | 1 | 1 | 0% | 1,315 | 1,414 | +8% | 0 | 0 | — |
case-03 | fail→pass | 11,398 | 2,632 | -77% | 1 | 1 | 0% | 2,351 | 1,540 | -34% | 0 | 0 | — |
case-04 | fail→pass | 10,529 | 2,681 | -75% | 1 | 1 | 0% | 2,051 | 1,520 | -26% | 0 | 0 | — |
case-05 | fail→pass | 14,503 | 3,371 | -77% | 1 | 1 | 0% | 2,972 | 1,570 | -47% | 0 | 0 | — |
case-06 | fail→pass | 9,249 | 2,142 | -77% | 1 | 1 | 0% | 2,001 | 1,434 | -28% | 0 | 0 | — |
case-07 | fail→pass | 6,051 | 2,180 | -64% | 1 | 1 | 0% | 1,215 | 1,429 | +18% | 0 | 0 | — |
case-08 | fail→pass | 15,020 | 3,152 | -79% | 1 | 1 | 0% | 3,027 | 1,551 | -49% | 0 | 0 | — |
case-09 | fail→pass | 3,956 | 2,260 | -43% | 1 | 1 | 0% | 727 | 1,499 | +106% | 0 | 0 | — |
case-10 | fail→pass | 13,296 | 2,889 | -78% | 1 | 1 | 0% | 3,253 | 1,615 | -50% | 0 | 0 | — |
case-11 | fail→pass | 3,878 | 1,702 | -56% | 1 | 1 | 0% | 733 | 1,307 | +78% | 0 | 0 | — |
case-12 | fail→pass | 3,481 | 2,056 | -41% | 1 | 1 | 0% | 735 | 1,420 | +93% | 0 | 0 | — |
case-13 | fail→pass | 5,539 | 3,226 | -42% | 1 | 1 | 0% | 1,080 | 1,650 | +53% | 0 | 0 | — |
case-14 | fail→pass | 6,546 | 4,474 | -32% | 1 | 1 | 0% | 1,282 | 1,686 | +32% | 0 | 0 | — |
case-15 | fail→pass | 33,906 | 2,380 | -93% | 1 | 1 | 0% | 5,286 | 1,454 | -72% | 0 | 0 | — |
case-16 | fail→pass | 6,956 | 2,922 | -58% | 1 | 1 | 0% | 1,024 | 1,654 | +62% | 0 | 0 | — |
case-17 | fail→pass | 3,858 | 2,500 | -35% | 1 | 1 | 0% | 780 | 1,468 | +88% | 0 | 0 | — |
case-18 | fail→pass | 7,107 | 2,359 | -67% | 1 | 1 | 0% | 514 | 1,436 | +179% | 0 | 0 | — |
case-19 | pass→pass | 5,371 | 6,214 | +16% | 1 | 1 | 0% | 1,091 | 1,798 | +65% | 0 | 0 | — |
case-20 | pass→pass | 9,416 | 6,676 | -29% | 1 | 1 | 0% | 2,163 | 2,425 | +12% | 0 | 0 | — |
case-21 | pass→pass | 3,736 | 4,681 | +25% | 1 | 1 | 0% | 715 | 1,728 | +142% | 0 | 0 | — |
case-22 | pass→pass | 6,789 | 4,208 | -38% | 1 | 1 | 0% | 1,353 | 1,821 | +35% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 21 counted toward the lift figure. The other 1 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +82 percentage points is the difference between those two pass rates over the 21 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.