📦 Encoding Toolkit — 多格式编解码

v1.0.0

一站式文本/数据编解码工具,支持 Base64、Base64URL、Base32、Hex、URL-encoding、HTML 实体、ROT13、Binary、ASCII85 及多种哈希算法,可快速转换、校验与加密。

0· 221·0 当前·0 累计
by @johnnywang2001 (John Wang)
下载技能包
最后更新
2026/3/14
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to be a straightforward, offline Python encoding/decoding and hashing utility. It uses only the Python standard library, does not contact the network, and requires no credentials. Before installing, consider: (1) the script will read any file path you supply, so avoid passing sensitive files unless you intend their contents to be output or processed; (2) decoded output may contain binary data — handle output carefully in contexts where leaking decoded secrets is a concern; and...
详细分析 ▾
用途与能力
Name and description match the included script and SKILL.md examples. The tool performs only encoding, decoding, detection, and hashing using Python stdlib; nothing requested (no env vars, no binaries) is out of scope.
指令范围
SKILL.md directs running the included Python script, reading from stdin or a specified file, listing formats, and computing hashes. The instructions do not ask the agent to read unrelated system files, call external endpoints, or access other credentials.
安装机制
No install spec is provided (instruction-only with a bundled script). The code is pure Python using only stdlib modules; there are no downloads or build steps that would write or execute remote code.
凭证需求
The skill declares no environment variables, no credentials, and no config paths. The code does read files when told to (--file) and stdin, which is expected for this tool.
持久化与权限
always is false and the skill does not request persistent system privileges or modify other skills. Autonomous invocation is allowed by platform default but not combined with other risky behaviors here.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/14

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install encoding-toolkit
镜像加速npx clawhub@latest install encoding-toolkit --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库