create-ekko-agent
v0.2.6
Published
Scaffold a Slack-native AI agent in one command.
Downloads
2,790
Maintainers
Readme
create-ekko-agent
Scaffold a Slack-native AI agent in one command.
npx create-ekko-agent my-agentThis walks you from nothing to a working bot in your Slack workspace:
- Clones the Ekko template into
./my-agent - Installs dependencies
- Links to a Vercel project (interactive — sign in if needed)
- Runs the interactive setup: Slack app creation, OAuth install, env var writeback, deploy
Total time: ~3 minutes.
Prerequisites
- Node.js 22+
- pnpm (install)
- Vercel CLI (
npm i -g vercel, thenvercel login) - A Slack workspace where you can install apps
What you'll need to provide
- A Slack config token (generate at api.slack.com/apps — click "Generate Token" near the top)
- (Optional) A Composio API key for 1000+ OAuth-brokered tools (dashboard.composio.dev)
Learn more
See the ekko README for architecture, customization, and extension points.
License
MIT
