@andie/openlist
v0.0.2
Published
OpenList CLI and Agent Skill
Readme
OpenList CLI and Skill
This repository ships the @andie/openlist CLI and the skills/openlist Agent Skill.
CLI
npx @andie/openlist config set endpoint https://openlist.example
npx @andie/openlist config set admin-token <admin-token>
npx @andie/openlist share create /test/a.txtshare create only accepts existing OpenList paths. It reads each path first with OpenList and creates one share only after all paths are readable.
Defaults:
- Share code is enabled unless
--no-codeis passed. - Expiration is 3 days unless
--expiresor--no-expireis passed. - Multiple paths create one share bundle.
Config precedence:
- CLI flags:
--endpoint,--admin-token - Environment:
OPENLIST_ENDPOINT,OPENLIST_ADMIN_TOKEN - User config:
~/.config/openlist/config.json
CLI commands write stable JSON Agent Results to stdout. Diagnostics are written to stderr.
