python-math

star 1.4k

Small Python utilities for math and text files.

trpc-group By trpc-group schedule Updated 11/12/2025

name: python-math description: Small Python utilities for math and text files.

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
Install via CLI
npx skills add https://github.com/trpc-group/trpc-agent-go --skill python-math
Repository Details
star Stars 1,368
call_split Forks 168
navigation Branch main
article Path SKILL.md
More from Creator