← 返回 Skills 市场
jpengcheng523-netizen

base64-toolkit

作者 jpengcheng523-netizen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
136
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jpeng-base64-toolkit
功能描述
Provides base64 encoding, decoding, and validation utilities for data handling and transformation. Use when you need to encode or decode base64 data, validat...
使用说明 (SKILL.md)

Base64 Toolkit

Encoding, decoding, and validation utilities for base64 data.

Usage

const b64 = require('./skills/base64-toolkit');

// Encode
const encoded = b64.encode('Hello World');

// Decode
const decoded = b64.decode('SGVsbG8gV29ybGQ=');

// Validate
const valid = b64.isValid('SGVsbG8gV29ybGQ=');

// URL-safe encoding
const urlSafe = b64.encodeURLSafe('data?param=value');

Features

  • Standard base64 encoding/decoding
  • URL-safe base64 support
  • Validation and detection
  • Buffer support
  • File encoding/decoding
安全使用建议
This appears to be a straightforward base64 utility. Before using, be aware that the file helpers will read/write whatever file paths you pass to them — don't point them at sensitive system files unless you intend to. There is no network activity or secret collection in the code. If you need to verify safety further, you can review the small index.js file yourself (it is included) or run it in a sandbox.
功能分析
Type: OpenClaw Skill Name: jpeng-base64-toolkit Version: 1.0.0 The base64-toolkit provides standard encoding, decoding, and validation utilities. While index.js includes file system access (fs.readFileSync and fs.writeFileSync) for file-based base64 operations, these functions are consistent with the stated features in SKILL.md and do not exhibit signs of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The name and description (base64 encoding/decoding/validation) match the exported functions and CLI behaviour in index.js. All functions (encode, decode, encodeURLSafe, file operations, JSON helpers, detection) are appropriate for a base64 toolkit and nothing extra is requested.
Instruction Scope
SKILL.md only documents how to require and call the library functions and gives usage examples. The runtime instructions do not ask the agent to read unrelated system files, environment variables, or call external endpoints. The code does perform file I/O for explicit encodeFile/decodeToFile helpers (reads/writes paths provided by the caller), which is expected and described.
Install Mechanism
No install spec is provided (instruction-only skill with included source). There are no downloads, external installers, or package manager steps. package.json is minimal and normal for a JS library.
Credentials
No environment variables, credentials, or config paths are required. The code does not access process.env or external secrets. The lack of requested credentials is proportionate to the skill's purpose.
Persistence & Privilege
Skill is not forced-always, does not modify other skills or global agent configuration, and does not request elevated persistent privileges. The module exports functions and has a CLI entry point; it runs main only when executed directly.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jpeng-base64-toolkit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jpeng-base64-toolkit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of base64-toolkit. - Provides standard base64 encoding and decoding utilities - Supports URL-safe base64 operations - Includes functions for validating base64 strings - Works with Buffers and files for encoding/decoding - Easily integrate into data transformation workflows
元数据
Slug jpeng-base64-toolkit
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

base64-toolkit 是什么?

Provides base64 encoding, decoding, and validation utilities for data handling and transformation. Use when you need to encode or decode base64 data, validat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。

如何安装 base64-toolkit?

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

base64-toolkit 是免费的吗?

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

base64-toolkit 支持哪些平台?

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

谁开发了 base64-toolkit?

由 jpengcheng523-netizen(@jpengcheng523-netizen)开发并维护,当前版本 v1.0.0。

💬 留言讨论