ailit-cli
Installation
SKILL.md
Ailit CLI
Use the local ailit command as the primary interface for 智慧记AI进销存 operations.
Core rules
Auth & health
- Default to the browser authorization flow. When the CLI is not logged in, guide the user to run
ailit auth logininstead of manually writingtokeninto config. - Run
ailit doctorbefore business commands when config health is unknown. - Do not default to
ailit config set token ...as the repair path.
Output & format
- Prefer the default table or pretty output for user-facing calls.
- Use
--format jsononly when the agent needs machine-readable output for parsing or troubleshooting. - If the CLI returns a friendly Chinese error, reuse it instead of rewriting the meaning.
- Do not expose token values,
pay_records, raw stack traces, or internal IDs unless they are needed for troubleshooting.