← 返回 Skills 市场
xianghuan233-lang

Base64 Tool

作者 xianghuan233-lang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
209
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install base64-tool
功能描述
Encode or decode strings to and from base64 format upon user request.
使用说明 (SKILL.md)

---\r \r name: base64_tool\r \r description: Encode or decode base64 strings. Activate when user asks to encode or decode base64.\r \r tags:\r \r - openclaw-extra\r \r ---\r \r \r \r # base64_tool\r \r Encode or decode base64 strings.\r \r \r \r ## Usage\r \r Use this skill when the user asks to encode or decode base64.\r \r \r \r ## Example\r \r User: encode hello to base64\r \r User: decode aGVsbG8=\r \r

安全使用建议
This skill appears safe and does exactly what it says: a small base64 encoder/decoder. Two practical notes before installing: (1) the package metadata does not list any required binaries but the implementation is a Python script — make sure the agent environment provides a Python runtime if you expect the code to run; (2) the script prints messages in Chinese but otherwise contains no networking or secret access. If you want to be extra cautious, open the included base64_tool.py (it's short) to verify behavior yourself before enabling execution in an automated agent.
功能分析
Type: OpenClaw Skill Name: base64-tool Version: 1.0.0 The base64-tool skill bundle is a straightforward utility for encoding and decoding strings using the standard Python base64 library. The code in base64_tool.py and the instructions in SKILL.md are consistent with the stated purpose and contain no indicators of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The skill's name, description, SKILL.md, and code all align: they implement base64 encode/decode. Minor inconsistency: the package metadata declares no required binaries, but the included implementation is a Python script — executing it requires a Python runtime that is not declared.
Instruction Scope
SKILL.md simply says to activate when the user requests base64 encoding/decoding. The code only reads CLI args and performs base64 operations; it does not read arbitrary files, network endpoints, or other environment variables.
Install Mechanism
There is no install spec (instruction-only). A small Python file is included but nothing is downloaded or installed from external URLs, so install risk is minimal.
Credentials
The skill requests no environment variables, credentials, or config paths. The code does not access anything sensitive.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install base64-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /base64-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of base64-tool. - Encode plain text to base64. - Decode base64 strings to plain text. - Activates automatically on user requests to encode or decode base64.
元数据
Slug base64-tool
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Base64 Tool 是什么?

Encode or decode strings to and from base64 format upon user request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 209 次。

如何安装 Base64 Tool?

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

Base64 Tool 是免费的吗?

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

Base64 Tool 支持哪些平台?

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

谁开发了 Base64 Tool?

由 xianghuan233-lang(@xianghuan233-lang)开发并维护,当前版本 v1.0.0。

💬 留言讨论