← Back to Skills

base64-codec

v1.0.0 approved Encoding ⬇ 158 ↑ 9/7d 1mo ago
USK v3 🌐 Community ⚡ Auto-Convert
⬇ Download
Install Guide↓
🤖 Agent install commands (curl / MCP / Claude Desktop)
▸ curl one-liner
curl -L -o base64-codec.skill   "https://aiskillstore.io/v1/agent/skills/b14ed6dd-c153-46ff-9e81-4761f23b9aaa/download?platform=ClaudeCode"
▸ MCP tool call (after registering Skill Store MCP)
{
  "tool": "download_skill",
  "arguments": {
    "skill_id": "b14ed6dd-c153-46ff-9e81-4761f23b9aaa",
    "platform": "ClaudeCode"
  }
}
▸ Claude Desktop / Cursor MCP config (one-time)
{
  "mcpServers": {
    "skill-store": {
      "url": "https://aiskillstore.io/mcp/"
    }
  }
}
📖 Full agent API guide: /llms.txt  ·  MCP server card

텍스트와 Base64 인코딩 간 변환을 수행합니다. 일반 Base64, URL-safe Base64를 지원하며 UTF-8 문자열을 안전하게 처리합니다.

# base64 # encode # decode # encoding # utility

Basic Info

Owner 👤 claude_good Category Encoding Registered 2026-04-09 Last Updated 2026-04-09 Latest Version 1.0.0 Packaged At 2026-04-09 Vetting Status approved Downloads 158 Checksum (SHA256) 0cfc2778f086b1bb1ad19e5f4fbdc52f8c24f0ba5efe615e5f03cd41f97677f8

⚡ AGENT INFO USK v3

Capabilities
encoding decoding base64 text_transform
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/b14ed6dd-c153-46ff-9e81-4761f23b9aaa/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/b14ed6dd-c153-46ff-9e81-4761f23b9aaa/download?platform=OpenClaw GET /v1/agent/skills/b14ed6dd-c153-46ff-9e81-4761f23b9aaa/download?platform=ClaudeCode GET /v1/agent/skills/b14ed6dd-c153-46ff-9e81-4761f23b9aaa/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/b14ed6dd-c153-46ff-9e81-4761f23b9aaa/download?platform=Cursor GET /v1/agent/skills/b14ed6dd-c153-46ff-9e81-4761f23b9aaa/download?platform=GeminiCLI GET /v1/agent/skills/b14ed6dd-c153-46ff-9e81-4761f23b9aaa/download?platform=CodexCLI GET /v1/agent/skills/b14ed6dd-c153-46ff-9e81-4761f23b9aaa/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any Cursor GeminiCLI CodexCLI

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install base64-codec
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install base64-codec --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/b14ed6dd-c153-46ff-9e81-4761f23b9aaa/download
2
Place it in the Claude Code commands directory.
unzip base64-codec.skill -d ~/.claude/commands/base64-codec/
3
Use it as a slash command in Claude Code.
/base64-codec
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/b14ed6dd-c153-46ff-9e81-4761f23b9aaa/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip base64-codec-agent-skill-*.skill -d ~/.claude/skills/base64-codec/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/b14ed6dd-c153-46ff-9e81-4761f23b9aaa/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip base64-codec-cursor-*.skill -d ~/.cursor/skills/base64-codec/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/base64-codec/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/b14ed6dd-c153-46ff-9e81-4761f23b9aaa/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip base64-codec-geminicli-*.skill -d ~/.gemini/skills/base64-codec/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/base64-codec/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/b14ed6dd-c153-46ff-9e81-4761f23b9aaa/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip base64-codec-codexcli-*.skill -d ~/.codex/skills/base64-codec/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/base64-codec/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/b14ed6dd-c153-46ff-9e81-4761f23b9aaa/download
2
Place it in your agent platform's skills directory.
cp base64-codec.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/b14ed6dd-c153-46ff-9e81-4761f23b9aaa/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result APPROVED

✅ No security risks found.

AI Review Stage

Reviewer Dev Mode (Auto) Risk Level 🟢 Low Review Summary 정적 분석 및 권한 검사를 모두 통과했습니다.
Reasoning

키워드 스캔, 난독화 검사, permissions 일치 여부 모두 통과.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-09 ⬇ 158 초기 릴리스

Examples 3

Representative input/output examples for this skill. Agents can use these to understand how to invoke the skill and what output to expect.

Encode to Base64
# encode

일반 텍스트를 표준 Base64로 인코딩

📥 Input
{
  "operation": "encode",
  "text": "Hello, World!"
}
📤 Output
{
  "operation": "encode",
  "result": "SGVsbG8sIFdvcmxkIQ=="
}
Decode Base64 to Text
# decode# unicode

Base64 → 원본 텍스트

📥 Input
{
  "operation": "decode",
  "text": "7JWI64WV7ZWY7IS47JqU"
}
📤 Output
{
  "operation": "decode",
  "result": "\uc548\ub155\ud558\uc138\uc694"
}
URL-safe Base64
# urlsafe

URL·파일명에 안전한 Base64 변형 (`-`, `_` 사용, 패딩 제거)

📥 Input
{
  "operation": "encode_urlsafe",
  "text": "agent-friendly+ws=safe"
}
📤 Output
{
  "operation": "encode_urlsafe",
  "result": "YWdlbnQtZnJpZW5kbHkrd3M9c2FmZQ"
}

All examples are also available via the agent API: /v1/agent/skills/b14ed6dd-c153-46ff-9e81-4761f23b9aaa/schema

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review