install
source · Clone the upstream repo
git clone https://github.com/expanso-io/skills.expanso.io
manifest:
docs/file-size/skill.yamlsource content
name: file-size version: 1.0.0 description: Format file sizes in human-readable format
inputs:
- name: bytes type: integer required: true description: Size in bytes
outputs:
- name: formatted type: string description: Human-readable size
backends:
- name: local type: local description: Local processing (no API required)
author: expanso license: MIT