Python for Claude Code

3,862 mods tagged Python that install into Claude Code, measured the same four ways as everything else here: what each costs in tokens on every session, what a security scan found and why, whether it is the original, and what changed.

Also for Claude Code: anthropic · Git and workflow · Web3 and blockchain · React · TypeScript · docker · Go · Localization · Rust · nextjs · bun · android

d365fo-client

145

mafzaal/d365fo-client

MCP server Claude CodeCodexCursor +2

Microsoft Dynamics 365 Finance & Operations client and MCP server. Runs locally from the d365fo-client Python package. Needs 4 environment variables to run.

not rated 39 7d ago A tokens not measured original MIT

iterabledata

146

datenoio/iterabledata

Skill Claude CodeCodex

Generates Python code that reads, writes, converts, and inspects data files with IterableData (pip install iterabledata; import iterable). Use when opening CSV, JSONL, Parquet, XML, WARC, GeoJSON, or other files; converting formats; streaming large files without pandas; or when the user mentions iterabledata…

not rated 37 17d ago A SkillSpector: pass 80 tokens original MIT

create-routine

147

hummingbot/skills

Skill Claude CodeCodex

Create or edit Python routines for market analysis, monitoring, and data visualization. Use when the user asks to create, modify, or fix a routine in the routines/ folder.

not rated 32 11d ago A 39 tokens

textual-builder

148

YPares/agent-skills

Skill Claude CodeCodex

Build Text User Interface (TUI) applications using the Textual Python framework (v0.86.0+). Use when creating terminal-based applications, prototyping card games or interactive CLIs, or when the user mentions Textual, TUI, or terminal UI. Includes comprehensive reference documentation, card game starter template, and…

not rated 30 8d ago A SkillSpector: pass 73 tokens original MIT

sap-gui

150

kts982/mcp-sap-gui

MCP server Claude CodeCodexCursor +2

MCP server "sap-gui" as configured in kts982/mcp-sap-gui. Runs locally from the python Python package.

not rated 29 +3 yesterday A tokens not measured original MIT

docpull

151

raintree-technology/docpull

Plugin Claude Code

Bundles 1 skill, 10 commands, 1 MCP server · 344 tokens together

Pull public web sources into Claude Code. Indexes static and server-rendered sites as local Markdown with conditional-GET caching, then exposes them as MCP tools. Local, browser-free, no API keys.

not rated 25 changed 2d ago A tokens not measured original MIT

consult

152

MachineWisdomAI/fava-trails

Command Claude Code

The consult command provides a unified interface for AI consultation with external models (Gemini, Codex, Claude). It operates in three modes: general (ad-hoc prompts), protocol-based (structured reviews), and stats.

not rated 25 2d ago A 0 tokens original Apache-2.0

debug-assistant

153

kongusen/loom-agent

Skill Claude CodeCodex

Helps debug Python errors and exceptions.

not rated 24 4mo ago A 11 tokens original Apache-2.0

django-patterns

154

Luohaothu/everything-codex

Skill Claude CodeCodex

A collection of recommended patterns for structuring and extending Django applications, including web APIs and database-backed projects.

not rated 24 27d ago A SkillSpector: pass 37 tokens original MIT

new-python-project

155

smorinlabs/py-launch-blueprint

Skill Claude Code

Use when bootstrapping a new Python repo, project, CLI, package, script, or uv project from py-launch-blueprint. Ask whether the user wants the opinionated template bootstrap or a minimal setup before running commands.

not rated 24 5d ago A SkillSpector: warn 49 tokens original MIT

flet-development

156

HnBigVolibear/awesome-flet-development-skill

Skill Claude CodeCodex

This skill should be used when developing desktop/web applications with Flet; encountering Flet 1.0+ version compatibility issues; migrating from Flet 0.x to 1.0+; encountering API errors with Tabs/Badge/Radio/BorderRadius controls; needing guidance on Flet animations, async operations, or layouts. Covers Flet 0.82.0+…

not rated 24 5mo ago A 92 tokens original MIT

sqlalchemy

157

pavelzw/skill-forge

Skill Claude CodeCodex

Python SQL toolkit and Object Relational Mapper (ORM). Use when working with databases in Python, defining models, building queries, managing sessions, or interacting with SQL databases using Python objects.

not rated 24 +1 2d ago A SkillSpector: pass 40 tokens original BSD-3-Clause

fsl

158

ymm-oss/fsl

Skill Claude CodeCodex

Shared FSL language and verifier reference for writing, checking, verifying, repairing, explaining, mutating, refining, replaying, generating scenarios/test scaffolds, and interpreting fslc JSON results. Use directly for FSL syntax, kernel specs, verifier errors, repair loops, and command usage. For role-specific…

not rated 23 3d ago A SkillSpector: pass 103 tokens original Apache-2.0

pydantic-ai

159

itechmeat/llm-code

Skill Claude CodeCodex

Pydantic AI Python agent framework. Covers typed tools, model providers, evals, MCP, UI adapters, and observability. Use when building Python AI agents with Pydantic AI, configuring model providers, implementing typed tools/dependencies, running evals, or integrating MCP servers. Keywords: pydantic-ai, agents, evals…

not rated 22 changed 2d ago A SkillSpector: pass 80 tokens original MIT

jamjet-labs/jamjet

Skill Claude CodeCodex

Production durability patterns for AI agents on the JVM — crash recovery, audit trails, human-in-the-loop, and replay testing using JamJet runtime.

not rated 21 7d ago A 36 tokens original Apache-2.0

bobmatnyc/mcp-skillset

Skill Claude CodeCodex

Production-grade FastAPI development with async patterns, Pydantic v2, dependency injection, ML/AI endpoint design, and modern Python best practices for building high-performance REST APIs.

not rated 20 6mo ago A 41 tokens original MIT archived

pypi-version-lookup

162

skwashd/ccodolo

Skill Claude Code

Look up the latest version of any Python package on PyPI. Use this skill whenever you need to check a package's current version — for example, when writing or updating requirements.txt, pyproject.toml, setup.cfg, Dockerfiles, CI configs, or any dependency specification. Also trigger when the user asks "what's the…

not rated 20 yesterday A SkillSpector: pass 115 tokens original MIT

neoapi-python

164

phenomenoner/neoapi-skill

Skill Claude CodeCodex

Python SDK guidance for Fubon Neo, a financial service API used to access market data and place trades.

not rated 19 1mo ago A 62 tokens

agent-browser

165

samttoo22-MewCat/OpenSoul

Skill Claude CodeCodex

A command-line tool for controlling a web browser without a visible window. It can open pages, inspect their accessibility structure, interact with forms, take screenshots, create PDFs, and run JavaScript.

not rated 19 +1 5mo ago A 75 tokens original MIT

hmr

167

promplate/pyth-on-line

MCP server Claude CodeCodexCursor +2

Hot Module Reload (HMR) for Python with reactive programming and MCP tools. Remote server at promplate.github.io.

not rated 18 yesterday A tokens not measured

pypi-query

168

loonghao/pypi-query-mcp-server

MCP server Claude CodeCodexCursor +2

A Model Context Protocol (MCP) server for querying PyPI package information, dependencies, and compatibility. Runs locally from the pypi-query-mcp-server Python package. Needs 8 environment variables to run.

not rated 18 3d ago A tokens not measured original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: