agentpmt-tool-binary-to-from-file-converter-9bc86d

Convert between base64, hex, and binary formats and files.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/firef1ie/OpenClawSkills --skill agentpmt-tool-binary-to-from-file-converter-9bc86d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentpmt-tool-binary-to-from-file-converter-9bc86d
Source: https://github.com/firef1ie/OpenClawSkills/tree/main/openclaw-agentpmt-tool-binary-to-from-file-converter-9bc86d
Command: npx skills add https://github.com/firef1ie/OpenClawSkills --skill agentpmt-tool-binary-to-from-file-converter-9bc86d

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the conversion between binary encoding formats (base64, hex) and file operations, simplifying data handling in automated workflows.

Core Features & Use Cases

  • Encoding Conversions: Seamlessly convert between base64, hex, and binary string representations.
  • File Operations: Upload base64 encoded data as files or extract base64 from existing files, with customizable filenames and expiration.
  • Use Case: Encode an image into base64 for API transmission, or decode a base64 attachment from an email into a downloadable file.

Quick Start

Use the agentpmt-tool-binary-to-from-file-converter-9bc86d skill to convert the base64 string 'SGVsbG8gV29ybGQ=' to hex.

Frequently Asked Questions about agentpmt-tool-binary-to-from-file-converter-9bc86d

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a base64 string to a hex format?

To convert base64 to hex, the Skill validates your base64 input and translates the binary data into its hexadecimal string representation. This allows seamless format conversion for data transmission or storage workflows.

What is the maximum file size for base64 to file conversion?

The maximum file size for base64 to file conversion is 10MB. The utility integrates with cloud storage to handle file operations, allowing customizable filenames, MIME types, and expiration periods within this limit.

Can I extract base64 encoded data from an existing file?

Yes, you can extract base64 encoded data from an existing file using the file-to-base64 action. The utility retrieves the file from cloud storage and encodes its binary content into a base64 string for API transmission or processing.

Does the utility validate binary encoding formats before conversion?

Yes, the utility validates all binary encoding formats, including base64, hex, and binary strings, before performing any conversion. This ensures data integrity and prevents errors during base64, hex, or file transformation operations.

How do I upload base64 data as a file with a custom filename and expiration?

To upload base64 data as a file, use the base64-to-file action and specify your desired filename, MIME type, and expiration period. The utility handles the cloud storage upload for files up to 10MB.