📦 Base64 Encode — 编解码工具
v1.0.0一键完成文本的 Base64、URL 百分号或 HTML 实体编码/解码,满足接口调试、网页嵌入、数据加密等常见场景。
0· 118·2 当前·2 累计
下载技能包
最后更新
2026/3/22
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do exactly what it says: only text encoding/decoding with no external calls or credentials. Consider: (1) the SKILL.md uses browser JS functions as examples — in a non-browser agent those should be implemented equivalently to preserve correct UTF-8 handling; (2) the skill warns it cannot handle raw binary file uploads — use a file-capable tool for binary data; and (3) autonomous invocation by agents is allowed by default on the platform, but given this skill's limited scope...详细分析 ▾
✓ 用途与能力
Name and description match the actual requirements and behavior: a simple encoder/decoder that needs no binaries, env vars, or installs.
ℹ 指令范围
SKILL.md confines actions to client-side string transformations (Base64, percent-encoding, HTML entities) and explicitly states no external calls. It references browser JS helpers (btoa/atob/encodeURIComponent/decodeURIComponent/escape/unescape), which is fine for specification but may require different implementations in non-browser runtimes; this is a compatibility note rather than a security concern.
✓ 安装机制
No install spec and no code files — instruction-only skill, so nothing is downloaded or written to disk.
✓ 凭证需求
Requires no environment variables, credentials, or config paths. The requested surface is minimal and appropriate for the described functionality.
✓ 持久化与权限
always is false and the skill does not request persistent system presence or modify other skills or agent-wide settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/22
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install base64-encode
镜像加速npx clawhub@latest install base64-encode --registry https://cn.longxiaskill.com