python-math

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "python-math" with this command: npx skills add trpc-group/trpc-agent-go/trpc-group-trpc-agent-go-python-math

Overview

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

Examples

Print the first N Fibonacci numbers

Command:

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

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

ocr

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

user-file-ops

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

file-tools

No summary provided by upstream source.

Repository SourceNeeds Review