Base64

v2.0.4

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Base64 concepts, best practices, and implementation patterns.

0· 212·3 current·3 all-time
bybytesagain4@xueyetianya

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for xueyetianya/base64.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Base64" (xueyetianya/base64) from ClawHub.
Skill page: https://clawhub.ai/xueyetianya/base64
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install base64

ClawHub CLI

Package manager switcher

npx clawhub@latest install base64
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk979jhxvtjzabgy9p2f3wnkag183h6jv
212downloads
0stars
5versions
Updated 1mo ago
v2.0.4
MIT-0

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

CommandDescription
introintro reference
quickstartquickstart reference
patternspatterns reference
debuggingdebugging reference
performanceperformance reference
securitysecurity reference
migrationmigration reference
cheatsheetcheatsheet 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 | hello@bytesagain.com

Comments

Loading comments...