code-execution

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

657|94|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/mhattingpete/claude-skills-marketplace --skill code-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-execution
Source: https://github.com/mhattingpete/claude-skills-marketplace/tree/main/code-operations-plugin/skills/code-execution
Command: npx skills add https://github.com/mhattingpete/claude-skills-marketplace --skill code-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables running Python logic locally with marketplace API access, enabling bulk operations with token savings and faster iteration by avoiding cloud round-trips.

Core Features & Use Cases

  • Local execution: Run Python code in a deterministic runtime with API access.
  • Bulk operations: Efficiently process 10+ files with substantial token savings.
  • Code management: Basic file operations, transformations, and Git task support.

Quick Start

Command: Rename an identifier across all Python files in a repo, e.g., change getUserData to fetchUserData in every *.py file.

Frequently Asked Questions about code-execution

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

FAQPage Schema
How do I rename identifiers across multiple Python files efficiently?

Local Python execution enables bulk renaming across 10+ files with substantial token savings. The Skill runs code locally with marketplace API access, applying transformations like changing getUserData to fetchUserData across your entire repository without exposing full source.

Can I process bulk file operations without expensive cloud API round-trips?

Yes. This Skill executes Python code locally with token savings for bulk operations. It handles file transformations, Git operations, and batch processing through deterministic local execution, avoiding repeated cloud calls for iterative workflows.

What's the best way to automate code transformations across a large repository?

Local execution with marketplace API access allows you to run Python automation scripts that modify multiple files in a single pass. You get batch processing results and summaries without exposing full source, making it efficient for complex multi-step workflows.

Do I need marketplace API credentials to run local Python code?

The Skill provides marketplace API access within its local execution runtime, supporting file operations, code transformations, and Git tasks. No separate credential setup is required—API access is built into the execution environment.

Can local Python execution handle Git operations and file management together?

Yes. The execution runtime includes fs, code, transform, and Git task support, enabling you to perform coordinated file operations, code modifications, and version control actions in a single Python script with metadata-only analysis.

What are the limitations of processing files locally versus cloud-based approaches?

Local execution trades cloud flexibility for deterministic performance and token efficiency, making it ideal for bulk operations (10+ files) and iterative workflows. It focuses on batch results and summaries rather than real-time streaming or highly interactive processes.