@topcal/cli
v0.1.1
Published
Agent-native CLI for topcal — device auth, calendar connect, booking, MCP.
Maintainers
Readme
@topcal/cli
Agent-native CLI for topcal — browser device auth, calendar connect, booking, and MCP.
Install
npm install -g @topcal/cliOr paste into your agent:
Set up topcal from https://topcal.ai/skill/SKILL.mdQuick start
topcal auth register --wait auto
topcal auth status
topcal calendars connect --provider google
topcal calendars statusCredentials are stored in ~/.topcal/config.json (mode 0600).
Commands
| Command | Purpose |
|---------|---------|
| topcal auth register | Open browser approve → save API key |
| topcal auth wait | Finish a --wait no register |
| topcal auth status | Connection + workspace |
| topcal calendars connect | Google / Microsoft OAuth |
| topcal calendars status | List active calendar seats |
| topcal login | Manual API key (CI) |
| topcal mcp probe | Hit the MCP surface |
Every command accepts --json for agent/CI output.
Links
- Product: topcal.app
- Skill: topcal.ai/skill/SKILL.md
- Source: github.com/bcharleson/topcal-cli
