← Back to Skills Marketplace
xianghuan233-lang

Base64 Tool

by xianghuan233-lang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
209
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install base64-tool
Description
Encode or decode strings to and from base64 format upon user request.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install base64-tool
  3. After installation, invoke the skill by name or use /base64-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug base64-tool
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Base64 Tool?

Encode or decode strings to and from base64 format upon user request. It is an AI Agent Skill for Claude Code / OpenClaw, with 209 downloads so far.

How do I install Base64 Tool?

Run "/install base64-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Base64 Tool free?

Yes, Base64 Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Base64 Tool support?

Base64 Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Base64 Tool?

It is built and maintained by xianghuan233-lang (@xianghuan233-lang); the current version is v1.0.0.

💬 Comments