Office Document Editor
Professional DOCX/PPTX document editing with tracked changes, formatting preservation, highlights, strikethrough, and Git version control.
clawhub install office-document-editorFile format converter. Detect formats, convert between JSON/YAML/XML/CSV/Markdown, minify and prettify code. Commands: detect, json2yaml, yaml2json, csv2md,...
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install file-converter # Then just tell Claude: "use File Converter to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install file-converter
This Skill is compatible with the OpenClaw standard. After installation, a SKILL.md file is auto-generated, usable by any OpenClaw-compatible AI Agent (Claude Code, Cursor, Windsurf, etc.).
pretty-jsonscripts/script.sh pretty-json
minify-jsonscripts/script.sh minify-json
url-encodescripts/script.sh url-encode
url-decodescripts/script.sh url-decode
hexscripts/script.sh hex
detectscripts/script.sh detect
statsscripts/script.sh stats
helpscripts/script.sh help
versionscripts/script.sh version
scripts/script.sh pretty-json
scripts/script.sh minify-json
scripts/script.sh help
FILE_CONVERTER_DIR | No | Data directory (default: ~/.file-converter/) |~/.file-converter/. Runs entirely on your machine.clawhub file-converter detect --file data.csv && clawhub file-converter csv2md --input data.csv --output README_TABLE.md && clawhub file-converter minify --input app.js --output app.min.js