← Back to Skills Marketplace
xueyetianya

Base64

by bytesagain4 · GitHub ↗ · v2.0.4 · MIT-0
cross-platform ✓ Security Clean
215
Downloads
0
Stars
3
Active Installs
5
Versions
Install in OpenClaw
/install base64
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Base64 concepts, best practices, and implementation patterns.
README (SKILL.md)

Base64

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Base64 concepts, best practices, and implementation patterns. No API keys or credentials required.

Commands

Command Description
intro intro reference
quickstart quickstart reference
patterns patterns reference
debugging debugging reference
performance performance reference
security security reference
migration migration reference
cheatsheet cheatsheet reference

Output Format

All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.


Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
This skill appears to be a harmless, local Base64 reference implemented as a shell script that prints documentation. Before installing or running it: (1) review the script content (already included) to confirm you’re comfortable running a plain-text shell script; (2) note minor version inconsistencies between registry (2.0.4), SKILL.md (2.0.3) and the script (2.0.2) — a quality/maintenance issue but not a security problem; (3) because it runs shell code, avoid running untrusted skills on sensitive hosts even when they look benign. If you need network isolation, run it in a sandbox or on a dev machine.
Capability Analysis
Type: OpenClaw Skill Name: base64 Version: 2.0.4 The skill bundle is a static reference tool for Base64 concepts and devtools best practices. The implementation in `scripts/script.sh` consists entirely of heredoc strings providing informational text, with no network activity, file system modifications, or credential access. The instructions in `SKILL.md` accurately reflect the script's behavior and do not contain any prompt injection or malicious directives.
Capability Assessment
Purpose & Capability
Name/description (Base64 reference) align with the delivered artifacts: SKILL.md provides command names and explains outputs, and scripts/script.sh implements those commands as heredoc text. There are no unrelated credentials, binaries, or external services requested.
Instruction Scope
SKILL.md explicitly states outputs are plain-text heredocs with no external API calls or network access. The shell script only emits static documentation via heredocs and does not read arbitrary files, access environment variables, or send data externally. The docs mention tools like tcpdump/wireshark as examples but do not invoke them.
Install Mechanism
No install spec is provided (instruction-only skill). A single shell script is included in the bundle; it is not downloaded at runtime and does not perform downloads or extraction. There are no URLs or installers that would write or execute external code.
Credentials
The skill declares no required environment variables or credentials and the SKILL.md and shell script do not reference environment variables beyond the local VERSION variable. There are no config paths or secret patterns requested.
Persistence & Privilege
always is false and the skill does not modify system or agent configuration. It only outputs documentation and does not persist state or install background processes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install base64
  3. After installation, invoke the skill by name or use /base64
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.4
Fix description
v2.0.3
Fix description
v2.0.2
Clean package with matching SKILL.md
v2.0.1
clean-package-fix
v2.0.0
Domain-specific upgrade
Metadata
Slug base64
Version 2.0.4
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 5
Frequently Asked Questions

What is Base64?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Base64 concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 215 downloads so far.

How do I install Base64?

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

Is Base64 free?

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

Which platforms does Base64 support?

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

Who created Base64?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.4.

💬 Comments