python-math is agent-read markdown (skill) from trpc-group/trpc-agent-python: Small Python utilities for math and text files..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
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
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_vlsdxu45lkvd3o2b
GET https://markdownregistry.com/api/v1/resolve?ref=trpc-group/trpc-agent-python/python-math
GET https://markdownregistry.com/api/v1/blob/42f6466dffde5ef5bbf46eac6d1c2312ef09f98a1824d446d894ddc8888771cc
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
trpc-group/trpc-agent-python · examples/claude_agent_with_skills/.claude/skills/traver_helper/SKILL.md · Automatically generate a comprehensive travel plan based on user's travel needs (destination, date, budget, etc.)…
trpc-group/trpc-agent-python · examples/skills/skills/data_analysis/SKILL.md · Python-based data analysis tools using pandas and numpy for data processing and visualization.
trpc-group/trpc-agent-python · examples/skills_with_dynamic_tools/skills/weather-tools/SKILL.md · Weather information query tools including current weather, forecast, and location search.