Toolverse
All skills

code-execution

by mhattingpete

Execute Python code locally with marketplace API access for 90%+ token savings on bulk operations. Activates when user requests bulk operations (10+ files), complex multi-step workflows, iterative processing, or mentions efficiency/performance.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Backend

About this skill

Execute Python code locally with marketplace API access for 90%+ token savings on bulk operations. Activates when user requests bulk operations (10+ files), complex multi-step workflows, iterative processing, or mentions efficiency/performance.

How to use

  1. Zainstaluj skill, uruchamiając w terminalu: ~/.claude/plugins/marketplaces/mhattingpete-claude-skills/execution-runtime/setup.sh

  2. W rozmowie z Claude'em użyj importu z execution_runtime, aby uzyskać dostęp do czterech głównych modułów: fs (operacje na plikach), code (analiza kodu), transform (refaktoryzacja) i git (operacje Git). Przykład: from execution_runtime import fs, code, transform, git

  3. Do operacji zbiorczych na wielu plikach użyj modułu transform. Aby zmienić nazwę zmiennej w 50 plikach Python, napisz: result = transform.rename_identifier('.', 'stara_nazwa', 'nowa_nazwa', '**/*.py'). Skill zwróci podsumowanie zmian, nie pełne dane.

  4. Do analizy kodu użyj modułu code, aby znaleźć funkcje lub klasy — pamiętaj, że zwraca tylko metadane, nie kod źródłowy. Przykład: functions = code.find_functions('app.py', pattern='handle_.*')

  5. Łącz operacje w jeden skrypt: najpierw analizuj lokalnie (metadane), następnie przetwarzaj lokalnie (wszystkie operacje), na koniec zwróć podsumowanie. To podejście minimalizuje użycie tokenów.

  6. Po zmianach w kodzie użyj modułu git do commitów: git.git_add(['.']) i git.git_commit('feat: refactor code'). Skill obsługuje też git_status i git_push.

Related skills

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964

himalaya

by openclaw

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

Backend
35108

youtube-transcript

by michalparkola

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

Backend
53214

scientific-writing

by K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

Backend
47191

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147

clickup

by civitai

Interact with ClickUp tasks and documents - get task details, view comments, create and manage tasks, create and edit docs. Use when working with ClickUp task/doc URLs or IDs.

Backend
2483