Proposal Arraybuffer Base64
The proposal-arraybuffer-base64 tool enables conversion between Uint8Array and base64 or hex strings in JavaScript, making it easier to work with binary data in web applications.
- •When you need to convert binary data from an API response to a base64 string for image processing
- •When you want to store binary data in local storage as a base64 string
- •When you need to convert a hex string from a cryptocurrency transaction to a Uint8Array for further processing
const uint8Array = new Uint8Array([1, 2, 3]); const base64String = uint8Array.toString('base64'); console.log(base64String);Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/proposal-arraybuffer-base64 && curl -fsSL https://workflowstacks.com/api/skills/proposal-arraybuffer-base64/claude-skill -o ~/.claude/skills/proposal-arraybuffer-base64/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Proposal Arraybuffer Base64 is a small HTML project (~650 lines across 5 code files). Setup is light: install Node.js, run one command. Last commit 11 months ago, MIT license, no tests found.
- 1README.mdStart here — what it does and how to install it
- 2package.jsonDependencies and the commands it exposes
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/proposal-arraybuffer-base64 && curl -fsSL https://workflowstacks.com/api/skills/proposal-arraybuffer-base64/claude-skill -o ~/.claude/skills/proposal-arraybuffer-base64/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.