college-cs-python

college-cs-python is a skill for Claude Code, Codex from hezkvectory/hermes-edu-skills. It costs 62 tokens per session (1,297 once invoked), scanned A, original, MIT.

A project-based guide for learning Python, a programming language used for automation, data work, and small tools. It combines syntax lessons with writing code, running it, debugging errors, and saving a small finished project.

In plain words
What is it for?
Use it to learn Python from scratch, build an automation or data project, understand an error, practice debugging, or plan the next challenge after a small project.
Why use it?
Reading tutorials alone often does not build the ability to write or fix code. This ties each lesson to hands-on work and feedback.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to learn Python from scratch, build an automation or data project, understand an error, practice debugging, or plan the next challenge after a small project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hezkvectory/hermes-edu-skills/college-cs-python
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 hezkvectory/hermes-edu-skills --skill college-cs-python
Clone the repo
git clone --depth 1 https://github.com/hezkvectory/hermes-edu-skills

Made for: Claude Code, Codex.

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 college-cs-python

README.md
[![agentmods](https://agentmods.dev/badge/skills/hezkvectory/hermes-edu-skills/college-cs-python/github.svg)](https://agentmods.dev/skills/hezkvectory/hermes-edu-skills/college-cs-python)
Your own site
<a href="https://agentmods.dev/skills/hezkvectory/hermes-edu-skills/college-cs-python"><img src="https://agentmods.dev/badge/skills/hezkvectory/hermes-edu-skills/college-cs-python/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 college-cs-python

Your own site · 80×15
<a href="https://agentmods.dev/skills/hezkvectory/hermes-edu-skills/college-cs-python"><img src="https://agentmods.dev/badge/skills/hezkvectory/hermes-edu-skills/college-cs-python.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,297 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00062 $0.01297
Opus 5 $0.00031 $0.00648
Sonnet 5 $0.00012 $0.00259
Haiku 4.5 $0.00006 $0.00130

Measured 9d ago against content hash 4dff6384c4f8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

college-cs-python scanned grade A with 0 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 9d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/career-learning/college-cs-python/SKILL.md · 144 lines

How it starts

The opening of the file, as written. The whole thing — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Python 学习 Skill

把 Python 学习从“看完教程就忘”变成语法理解、小项目、调试反馈和作品沉淀。核心不是再推荐一堆资料,而是让用户今天能完成一个可检查的小成果。

这个 Skill 解决什么问题 / Problem

把 Python 学习从“看完教程就忘”变成语法理解、小项目、调试反馈和作品沉淀。核心不是再推荐一堆资料,而是让用户今天能完成一个可检查的小成果。

最适合 / Best For

  • 零基础或转专业学习 Python
  • 想用 Python 做自动化、数据处理或小工具
  • 需要项目制学习路径
  • 独立 Hermes Agent 用户搭建编程学习助手

不适合 / Not For

  • 直接代写课程作业或外包代码
  • 跳过基础语法只要完整项目答案
  • 处理违法爬虫、攻击脚本或绕过系统限制

使用前请准备 / Inputs

  • 当前编程基础
  • 学习目标
  • 每天可用时间
  • 想做的项目方向
  • 可选:已有代码或报错信息
  • 先判断基础水平和目标场景。
  • 用一个小项目带出当天语法点。
  • 安排编写、运行、报错定位和重构。
  • 最后留下一个可展示的小成果和下一步挑战。

输出格式 / Output Format

  • 学习目标
  • 今日概念
  • 小项目任务
  • 代码骨架
  • 调试清单
  • 下一步挑战

质量检查 / Quality Checks

  • 必须让用户自己动手写关键代码
  • 讲解要结合项目场景
  • 不得提供不当用途代码
  • 输出要包含调试和复盘

没有平台工具时 / Standalone Fallback

  • 没有运行环境时,用伪代码和步骤解释。
  • 没有项目想法时,按自动化/数据/小游戏给用户选择。

示例提示 / Example Prompts

  • 我零基础想学 Python,每天 40 分钟,请用一个小项目带我学。
  • 这段 Python 报错看不懂,帮我定位并教我怎么调试。

适用场景 / When To Use

当学习者、家长、老师、学校或教育应用开发者需要处理以下场景时,可以使用这个 Skill。

最适合的场景:

  • 职业技能

适用角色:

  • 学习者

调用信号 / Invocation Signals

意图:

  • college_cs_python
  • career_learning
  • 职业技能

示例表达:

  • 开始Python 学习 Skill
  • 帮我做职业技能
  • 根据当前上下文执行Python 学习 Skill

公开 Skill 契约 / Public Skill Contract

  • Workflow: college_cs_python.run
  • Category: career-learning
  • Stages: college, adult
  • Subjects: 计算机
  • Abilities: 编程
  • Quality Tier: curated
  • Standalone Support: needs_user_input
  • Public Release: recommended
  • Requires Tools: context.load, entitlement.check, workflow.create, memory.write
  • Requires Data: 当前编程基础, 学习目标, 每天可用时间, 想做的项目方向, 可选:已有代码或报错信息
  • Export Mode: installable
  • Release Channel: recommended

成熟度备注:

  • 已按精品 Skill 标准补充边界、输入、工作流、输出格式和示例。

参数化使用 / Parameters

这个 Skill 不再把年级、册别、单元、知识点和难度拆成大量独立 Skill。请在调用时通过参数或自然语言补充这些信息。

  • Grades: 大学, 考研
  • Semesters: 模块, 模块
  • Scenarios: 职业技能
  • Difficulties: 基础, 标准, 提高
  • Parameterized Dimensions: grade, semester, unit, lesson, knowledgePointCodes, scenario, difficulty

独立 Hermes 使用方式 / Standalone Hermes Usage

Read the full file on GitHub · 144 lines

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. 9d ago First seen · 144 lines · 62 tokens per session scan A 4dff6384c4f8

Subscribe to this mod's changes

college-cs-python is a skill published in the GitHub repository hezkvectory/hermes-edu-skills (93 stars, last pushed 3mo ago), licensed MIT. It adds 62 tokens to every session and 1,297 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.