← Back to Skills

base64-codec

v1.0.0 approved Encoding
USK v3 🌐 Community ⚡ Auto-Convert
⬇ Download
Install Guide↓

텍스트와 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 0 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=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any

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 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 ⬇ 0 초기 릴리스

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review