python-math

SKILL.md

Overview

Run short Python scripts inside the skill workspace. Results can be returned as text and saved as output files.

Examples

  1. Print the first N Fibonacci numbers

    Command:

    python3 scripts/fib.py 10 > out/fib.txt

  2. Sum a list of integers

    Command:

    python3 - <<'PY' from sys import stdin nums = [int(x) for x in stdin.read().split()] print(sum(nums)) PY

Output Files

  • out/fib.txt
Weekly Installs
35
GitHub Stars
1.0K
First Seen
Feb 7, 2026
Installed on
opencode35
qwen-code35
claude-code35
github-copilot35
codex35
kimi-cli35