@syxs/godspeed-cli
v1.0.2
Published
Godspeed task management CLI
Downloads
275
Readme
@syxs/godspeed-cli
Official standalone CLI for the Godspeed API.
Installation
npm install -g @syxs/godspeed-cliQuick start
godspeed login --token <your-token>
godspeed status --json
godspeed tasks list --status incomplete --jsonSetup Skills
If you use an AI coding agent, install the Godspeed skill with:
godspeed setup skillsAlias:
godspeed setup skillFor non-interactive agent execution:
godspeed setup skills --non-interactiveUnder the hood this runs:
npx -y skills add Lag0/godspeed-cliAnd in non-interactive mode:
npx -y skills add Lag0/godspeed-cli --allTo use a different source repository:
godspeed setup skills --repo <owner/repo>Common commands
godspeed doctor --json
godspeed tasks create --title "Buy milk" --json
godspeed tasks update <task-id> --complete --json
godspeed lists list --jsonSecurity
- Prefer
GODSPEED_TOKENin CI/agents - Avoid exposing tokens in terminal history
- Use
--jsonfor structured automation output
