Base64 and URI encode or decode text.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add loomax-labs/InferrLM --skill encode-tool --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Encode Tool?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loomax-labs-encode-tool)More formats (shields.io, HTML) on the badges page.
---
name: Encode Tool
description: Base64 and URI encode or decode text.
type: js
---
Use this skill when the user needs to encode or decode Base64 or URI component strings.
Call `run_js` with a JSON string in `data` containing:
- `action`: `base64_encode`, `base64_decode`, `uri_encode`, or `uri_decode`
- `text`: the input string
Return the transformed output or explain decode errors briefly.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!