code-execution

Execute Python code locally with marketplace API access for bulk file operations.

3|1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/I-Onlabs/claude-code-skills --skill code-execution-i-onlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-execution
Source: https://github.com/I-Onlabs/claude-code-skills/tree/main/code-execution
Command: npx skills add https://github.com/I-Onlabs/claude-code-skills --skill code-execution-i-onlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables executing Python code locally with marketplace API access to dramatically reduce token usage during bulk operations and complex workflows.

Core Features & Use Cases

  • Local execution runtime with API access for fs, code, transform, and git.
  • Supports bulk transformations across many files with metadata-only analysis.
  • Safe, auditable execution with result summaries and error handling.

Quick Start

Install or enable the execution-runtime and run a sample script that imports from execution_runtime to perform bulk file operations.

Frequently Asked Questions about code-execution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute Python code locally for bulk file operations without high token usage?

You can execute Python code locally using a runtime environment with marketplace API access to optimize bulk operations. This enables token-efficient execution across 10+ files through a local runtime surface.

What is the best way to run complex multi-step workflows and iterative data transformations locally?

The best way to run complex multi-step workflows is using a local execution runtime that provides API access for code, transform, and git operations, ensuring safe and auditable results with concise summaries.

Can I perform metadata-only code analysis across multiple files with local execution?

Yes, you can perform metadata-only code analysis across multiple files. The local execution runtime supports bulk transformations and metadata-only analysis to reduce token consumption during code analysis.

Does the local Python execution runtime support git and filesystem API access?

Yes, the local Python execution runtime satisfies a runtime API surface that includes filesystem (fs), code, transform, and git access for comprehensive bulk operations and data transformations.

How do I start running scripts with the local execution runtime for bulk processing?

To start running scripts, enable the execution-runtime and run a sample script that imports from the execution_runtime module to perform bulk file operations and iterative transformations safely.

What are the limitations of using local code execution for bulk file transformations?

Limitations include relying on a safe, auditable execution environment that provides result summaries and error handling, meaning operations are constrained to the provided runtime API surface for fs, code, transform, and git.