aria2-json-rpc
This skill controls an aria2 download manager via JSON-RPC and provides Python scripts (`scripts/rpc_client.py`, `scripts/config_loader.py`) to manage downloads and configuration. It instructs running shell commands like `python3 scripts/rpc_client.py aria2.addUri '["http://example.com/file.zip"]'`, uses environment vars such as `ARIA2_RPC_SECRET`, and performs network calls to `http://localhost:6800/jsonrpc`.