entrydesk-cli
Installation
SKILL.md
EntryDesk CLI
EntryDesk is a workspace for AI agents — run tasks against models, build and schedule agents, and reach connected SaaS tools. The entrydesk CLI exposes all of it from the terminal, so an agent can drive EntryDesk on the user's behalf. (A "task" is one AI conversation/run; the CLI verbs are task and tasks.)
When this skill applies
- "Ask EntryDesk …", "run this on on EntryDesk", "run my EntryDesk agent"
- The user pastes an EntryDesk share URL (
https://<host>/share/<id>) and wants its contents - "Search Slack / GitHub / Drive via EntryDesk", "what tools does my workspace have"
- "Schedule an agent to run daily"
Setup
npm install -g @entrydesk/cli
entrydesk login # OAuth device flow: prints a URL + code to enter
entrydesk status # confirm you're signed in
entrydesk workspaces # list workspaces; switch with `workspaces switch <id>`