技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v0.1.0
统计:⭐ 1 · 1.3k · 2 current installs · 2 all-time installs
⭐ 1
安装量(当前) 2
🛡 VirusTotal :良性 · OpenClaw :良性
Package:azzgo/aria2-json-rpc
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's files, instructions, and configuration behavior are consistent with its stated purpose (controlling aria2 via JSON-RPC), but pay attention to expected risks: it reads config/env, can send local files (torrent) to an aria2 server, and can cause aria2 to fetch arbitrary URLs (SSRF/exfiltration risk) — so only point it at trusted aria2 endpoints and avoid committing secrets.
目的
Name/description match the implementation: scripts provide JSON-RPC calls, command mapping, config loader, and examples for aria2 operations (addUri, addTorrent, tellStatus, pause, etc.). The code and docs all align with a download-manager control skill; nothing requested (no required env vars or binaries) is unexpected for this purpose.
说明范围
SKILL.md instructs agents to run the included Python scripts and to load configuration from config files or ARIA2_RPC_* environment variables. This is expected. Two important runtime behaviors to be aware of: (1) helper scripts (e.g., add-torrent) read local files (a .torrent file is base64-encoded and sent to the aria2 server) — meaning the skill can transmit file contents to the configured RPC endpoint; (2) aria2 will fetch arbitrary URLs on…
安装机制
Instruction-only install (no install spec); code files are bundled with the skill. No external downloads or unusual install steps are requested by the skill metadata. Dependencies (Python 3.6+ and optional websockets package) are reasonable and documented in SKILL.md.
证书
The skill does not require environment variables but supports optional ARIA2_RPC_* overrides (host, port, path, secret, secure, timeout). This is proportional for connecting to an aria2 server. However, the secret token (ARIA2_RPC_SECRET) is sensitive; the skill's config precedence gives environment variables highest priority so users must avoid exposing secrets in public CI logs or repo-tracked skill config. CONFIG.md documents best practices…
持久
The skill does not request always:true and makes no claim to modify other skills or global agent settings. It will create/use a user config at ~/.config/aria2-skill/config.json when initialized, which is reasonable for preserving user settings across skill updates.
综合结论
This skill appears to be what it says: a local agent wrapper around aria2's JSON-RPC. Before installing or using it, consider the following: - Only point this skill at aria2 servers you trust. The scripts will instruct aria2 to fetch arbitrary URLs you supply — that can be used to access internal network resources (SSRF) or to make the aria2 host fetch content on your behalf. - Be careful with add-torrent / add-torrent-file operations: the scr…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Aria2 Json Rpc」。简介:Interact with aria2 download manager via JSON-RPC 2.0. Manage downloads, query …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/azzgo/aria2-json-rpc/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。