Skills
178,094Reusable AI skills and capabilities for agent workflows
Utilities for encoding and decoding common formats like hex, base64, and varint. Ported from Deno's @std/encoding.
An abstract-encoding compliant module for encoding / decoding DNS packets
Simple plugin for checking a request's Accept-Encoding
A series of compact encoding schemes for building small and fast parsers and serializers
A robust & character encoding–agnostic JavaScript implementation of the `Q` encoding as defined by RFC 2047.
An iconv-lite stream that autodetects the encoding and fallbacks to a specified fallback encoding.
A Serial Line Internet Protocol (SLIP) library that runs in Node.js and the browser.
The library converts a buffer containing a XML serialized to a string, detecting the proper encoding
Radix64 encoding, a.k.a. Base64 encoding. An extremely fast and synchronous JS implementation.
Encode / decode base32. Supports Buffers, strings, custom alphabets, abstract-encoding compliant
Encode a string into a base62 string. Decode a base62 string back to a decoded string. It can also code arrays of bytes.