🦀 ClawHub
Cn Base64 Tools
by @freedompixels
Base64编码解码工具。支持文本编码/解码、URL安全Base64、文件Base64转换。纯Python标准库,无需API Key。
TERMINAL
clawhub install cn-base64-tools📖 About This Skill
slug: cn-base64-tools name: cn-base64-tools version: "1.0.0" description: "Base64编码解码工具。支持文本编码/解码、URL安全Base64、文件Base64转换。纯Python标准库,无需API Key。" scope: "base64, encoding, decoding, url-safe-base64" install: | 无额外依赖,纯Python标准库 env: "" entry: type: prompt prompt: | 当用户需要Base64编码或解码时使用此skill。调用 scripts/base64_tools.py "encode 文本" 或 "decode 编码文本"。 handler: | python3 scripts/base64_tools.py "<操作> <内容>"
cn-base64-tools
Base64编码解码工具。支持文本、URL安全Base64编解码。
功能
+/ 为 -_安装要求
使用方法
# 编码
python3 scripts/base64_tools.py "encode 你好世界"解码
python3 scripts/base64_tools.py "decode 5L2g5aW95LiW55WM"URL安全编码
python3 scripts/base64_tools.py "encode-url 数据内容"
示例
输入:encode Hello World
输出:SGVsbG8gV29ybGQ=
输入:decode SGVsbG8gV29ybGQ=
输出:Hello World
分类
开发工具
关键词
base64, 编码, 解码, encode, decode, url-safe