← 返回 Skills 市场
xueyetianya

Base64

作者 bytesagain4 · GitHub ↗ · v2.0.4 · MIT-0
cross-platform ✓ 安全检测通过
215
总下载
0
收藏
3
当前安装
5
版本数
在 OpenClaw 中安装
/install base64
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Base64 concepts, best practices, and implementation patterns.
使用说明 (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]

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install base64
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /base64 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug base64
版本 2.0.4
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 5
常见问题

Base64 是什么?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Base64 concepts, best practices, and implementation patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 215 次。

如何安装 Base64?

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

Base64 是免费的吗?

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

Base64 支持哪些平台?

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

谁开发了 Base64?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.4。

💬 留言讨论