📦 Base64

v1.0.0

Encode and decode base64 data. Support for standard and URL-safe variants.

13· 13·0 当前·0 累计
dinghaibin 头像by @dinghaibin (BIN)
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The 技能 is internally consistent: it provides a simple base64 encode/decode 命令行工具, asks for no secrets, has no 安装 steps, and the included script matches the description.
评估建议
This 技能 应用ears coherent and simple. Before 安装ing or 运行ning, review the included script (scripts/b64.py) from the source you trust. Note that decoding can produce arbitrary binary files if you write 输出 to disk—avoid writing decoded data from untrusted 输入 to sensitive locations. Because there is no 安装 step, using the script typically requires 运行ning it explicitly; it does not exfiltrate data or 访问 secrets according to the provided files.
详细分析 ▾
用途与能力
Name/description match the code and 技能.md: the script implements encoding/decoding, URL-safe mode, file and stdin handling and wr应用ing. No unrelated capabilities or 凭证s are 请求ed.
指令范围
技能.md only documents 命令行工具 usage and examples. It does not instruct the 代理 to read unrelated files, 环境 variables, or to transmit data to external 端点s. All file reads/writes are explicit user-provided 输入/输出 paths.
安装机制
No 安装 spec is provided (instruction-only). A Python script is included but nothing is 下载ed or 安装ed automatically. No 归档 URLs or external package 安装s are present.
凭证需求
The 技能 requires no 环境 variables or 凭证s and the code does not 访问 any secrets or external 服务 configuration.
持久化与权限
always is false and the 技能 does not 请求 persistent 系统 privileges or modify other 技能s or 系统-wide 设置tings. Autonomous invocation remAIns 平台-default but is not combined with other risks here.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

点击复制
官方npx clawhub@latest install dinghaibin-base64-tool
镜像加速npx clawhub@latest install dinghaibin-base64-tool --registry https://cn.longxiaskill.com

技能文档

Base64 Tool - 编码 将二进制数据编码为 base64,也可将 base64 解码回原始内容。

快速开始 echo 'Hello' | base64-tool --encode

功能 编码为 base64 从 base64 解码 URL 安全变体 支持文件与 stdin 输入

示例 echo 'Hello' | base64-tool --encode echo 'SGVsbG8=' | base64-tool --decode

另见 相关文档:man base64(如有)

数据来源ClawHub ↗ · 中文优化:龙虾技能库