Skills.expanso.io binary-encode

name: binary-encode

install
source · Clone the upstream repo
git clone https://github.com/expanso-io/skills.expanso.io
manifest: docs/binary-encode/skill.yaml
source content

name: binary-encode version: 1.0.0 description: Convert text to binary representation

inputs:

  • name: text type: string required: true description: Text to encode

outputs:

  • name: binary type: string description: Binary representation

backends:

  • name: local type: local description: Local processing (no API required)

author: expanso license: MIT