← 返回 Skills 市场
dinghaibin

Base64 Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
51
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dinghaibin-base64-tool
功能描述
Encode and decode base64 data. Support for standard and URL-safe variants.
使用说明 (SKILL.md)

Base64 Tool - Encoding

Encode binary data to base64 and decode base64 back to original.

Quick Start

echo 'Hello' | base64-tool --encode

Features

  • Encode to base64
  • Decode from base64
  • URL-safe variant
  • File and stdin input

Examples

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

See Also

  • Related documentation: man base64 (if available)
安全使用建议
This skill appears coherent and simple. Before installing or running, review the included script (scripts/b64.py) from the source you trust. Note that decoding can produce arbitrary binary files if you write output to disk—avoid writing decoded data from untrusted input to sensitive locations. Because there is no install step, using the script typically requires running it explicitly; it does not exfiltrate data or access secrets according to the provided files.
功能分析
Type: OpenClaw Skill Name: dinghaibin-base64-tool Version: 1.0.0 The skill bundle is a straightforward implementation of a Base64 encoding and decoding utility. The Python script (scripts/b64.py) uses standard libraries to process data and files as described, with no evidence of malicious execution, data exfiltration, or prompt injection in the documentation (SKILL.md).
能力评估
Purpose & Capability
Name/description match the code and SKILL.md: the script implements encoding/decoding, URL-safe mode, file and stdin handling and wrapping. No unrelated capabilities or credentials are requested.
Instruction Scope
SKILL.md only documents CLI usage and examples. It does not instruct the agent to read unrelated files, environment variables, or to transmit data to external endpoints. All file reads/writes are explicit user-provided input/output paths.
Install Mechanism
No install spec is provided (instruction-only). A Python script is included but nothing is downloaded or installed automatically. No archive URLs or external package installs are present.
Credentials
The skill requires no environment variables or credentials and the code does not access any secrets or external service configuration.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills or system-wide settings. Autonomous invocation remains platform-default but is not combined with other risks here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dinghaibin-base64-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dinghaibin-base64-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug dinghaibin-base64-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Base64 Tool 是什么?

Encode and decode base64 data. Support for standard and URL-safe variants. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。

如何安装 Base64 Tool?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dinghaibin-base64-tool」即可一键安装,无需额外配置。

Base64 Tool 是免费的吗?

是的,Base64 Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Base64 Tool 支持哪些平台?

Base64 Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Base64 Tool?

由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。

💬 留言讨论