← Back to Skills Marketplace
51
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dinghaibin-base64-tool
Description
Encode and decode base64 data. Support for standard and URL-safe variants.
README (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)
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dinghaibin-base64-tool - After installation, invoke the skill by name or use
/dinghaibin-base64-tool - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Base64 Tool?
Encode and decode base64 data. Support for standard and URL-safe variants. It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.
How do I install Base64 Tool?
Run "/install dinghaibin-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 BIN (@dinghaibin); the current version is v1.0.0.
More Skills