python-helper

python-helper is a skill for Claude Code from kevinaimonster/skill-hub. It costs 183 tokens per session (2,123 once invoked), scanned C, original, no licence file.

A Python scripting helper for writing programs that process data, automate tasks, access websites, and work with files such as Excel, CSV, and JSON.

In plain words
What is it for?
Use it to build data-processing scripts, web crawlers, file-batch operations, automation, and Python solutions involving pandas or regular expressions.
Why use it?
It helps when you need a script but are unsure how to write the Python code or fix an error.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to build data-processing scripts, web crawlers, file-batch operations, automation, and Python solutions involving pandas or regular expressions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kevinaimonster/skill-hub/python-helper
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kevinaimonster/skill-hub --skill python-helper
Clone the repo
git clone --depth 1 https://github.com/kevinaimonster/skill-hub

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for python-helper

README.md
[![agentmods](https://agentmods.dev/badge/skills/kevinaimonster/skill-hub/python-helper/github.svg)](https://agentmods.dev/skills/kevinaimonster/skill-hub/python-helper)
Your own site
<a href="https://agentmods.dev/skills/kevinaimonster/skill-hub/python-helper"><img src="https://agentmods.dev/badge/skills/kevinaimonster/skill-hub/python-helper/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for python-helper

Your own site · 80×15
<a href="https://agentmods.dev/skills/kevinaimonster/skill-hub/python-helper"><img src="https://agentmods.dev/badge/skills/kevinaimonster/skill-hub/python-helper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 183 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,123 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00183 $0.02123
Opus 5 $0.00092 $0.01061
Sonnet 5 $0.00037 $0.00425
Haiku 4.5 $0.00018 $0.00212

Measured 8d ago against content hash 834e575a1e60, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade C, and why

python-helper scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

​```bash pip install xxx yyy ​``` ### 代码 ​```python [完整可运行的脚本] ​``` ### 使用方法 ​```bash python script.py [参数说明] ​``` ### 实现思路 1. [第一步做什么] 2. [第二步做什么] 3. [注意事项] ``` ### 爬虫输出 ``` ## 爬虫脚本 ### 目标网站 [网站名称和 URL] ### 爬取内容 [要抓取的数据

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

resp = requests.get(url, timeout=10)
skills/python-helper/SKILL.md · 277 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 277 lines · 183 tokens per session scan C 834e575a1e60

Subscribe to this mod's changes

python-helper is a skill published in the GitHub repository kevinaimonster/skill-hub (3 stars, last pushed 5mo ago), with no licence file. It adds 183 tokens to every session and 2,123 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it C with 2 findings (hidden instructions, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

python-best-practices

Modern Python 3.14+ development with strict type hints, ruff linting, uv package manager, async/await patterns, dataclasses vs Pydantic v2, pytest conventions, virtual environments, src layout project structure, and pyproject.toml configuration. Use when writing, reviewing, or scaffolding Python code.

medy-gribkov/arcana · 72 tokens

fastapi

A Python framework for building web APIs, which are interfaces that let programs communicate over HTTP. It supports request validation, automatic API documentation, asynchronous code, reusable dependencies, and common authentication methods.

CN-big-cabbage/github-skill-distiller · 14 tokens

rich

A guide to Rich, a Python library for creating styled terminal output such as tables, progress bars, highlighted code, formatted logs, and readable errors.

CN-big-cabbage/github-skill-distiller · 15 tokens

pandas-helper

Master pandas operations — DataFrames, Series, groupby, merge, time-series resampling, and memory optimization.

inbharatai/claude-skills · 27 tokens

hypothesis-testing

Property-based testing with Hypothesis for discovering edge cases and validating invariants. Use when implementing comprehensive test coverage, testing complex logic with many inputs, or validating mathematical properties and invariants across input domains. Triggered by: hypothesis, property-based testing, @given…

foryourhealth111-pixel/Vibe-Skills · 62 tokens

gh-address-comments

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

foryourhealth111-pixel/Vibe-Skills · 39 tokens