pythonide

A routing guide for PythonIDE, an environment for running Python apps and scripts on supported devices. It selects a companion guide based on whether the task involves an app interface, widget, game scene, legacy UI, automation, or native device features.

In plain words
What is it for?
Use it when building, fixing, or choosing a PythonIDE app, script, widget, game, shortcut, or iOS capability workflow.
Why use it?
It helps avoid using APIs from the wrong runtime or guessing interfaces from unrelated frameworks. The task is directed to the documentation and module guide that match it.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/python-ide/pythonide-skills/pythonide
Any agent
npx skills add Python-IDE/pythonide-skills --skill pythonide
Clone the repo
git clone --depth 1 https://github.com/Python-IDE/pythonide-skills

Made for: Claude Code, Codex.

Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,041 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00058 $0.01041
Opus 5 $0.00029 $0.00521
Sonnet 5 $0.00012 $0.00208
Haiku 4.5 $0.00006 $0.00104

Measured yesterday against content hash 6a5e37f63c14, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pythonide 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 yesterday.

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.

pythonide/SKILL.md · 81 lines

How it starts

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

PythonIDE Router

Thin routing skill for external coding agents. Load a focused companion skill before generating code.

Read First

  1. AI one-page guide
  2. llms-full.txt for hard rules and public API surfaces
  3. Native capabilities schema before any import of iOS modules
  4. Focused module page on pythonide.xin/docs when examples or Chinese scenario text help

Do not invent APIs from SwiftUI, UIKit, React, browser, tkinter, PyQt, Flask, or Streamlit memory.

Runtime Routing

Runtime Import Skill Doc
AppUI MiniApp import appui pythonide-appui appui-module
Home Screen widget import widget pythonide-widget widget-module
2D game / scene import scene pythonide-scene scene-module
Legacy UI script import ui pythonide-automation ui-module
Turtle graphics import turtle pythonide-scene turtle-module
Plain Python / shortcuts stdlib + native modules pythonide-automation / pythonide-native ios-native

Companion Skills

Skill Load when
pythonide-appui Forms, lists, tabs, navigation, dashboards, AppUI media controls
pythonide-native Permissions, sensors, photos, location, notifications, networking, keychain, device APIs
pythonide-widget WidgetKit home screen widgets
pythonide-scene Games, sprites, physics, frame loops, turtle
pythonide-automation Shortcuts, keyboard snippets, legacy ui, batch scripts

Read the full file on GitHub · 81 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. yesterday First seen · 81 lines · 58 tokens per session scan A 6a5e37f63c14

Subscribe to this mod's changes

pythonide is a skill published in the GitHub repository Python-IDE/pythonide-skills (6 stars, last pushed 1mo ago), licensed MIT. It adds 58 tokens to every session and 1,041 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-31.