Chain AI Agents, Ship Faster
Install, chain, and orchestrate AI agents from the terminal. Pipe one agent into the next — research, analyze, write, and deploy in a single command.
$ npm install -g @knid/agentxPopular Agents
View all →@knid/slack-agent
AI Slack assistant — send messages, search conversations, and manage channels from the terminal
@knid/data-analyst
AI data analysis assistant — analyze CSV, JSON, and other data files with natural language
@knid/code-reviewer
AI code review assistant — review PRs, analyze diffs, and provide actionable feedback
@knid/gmail-agent
AI email assistant powered by Gmail — compose, search, summarize, and manage your inbox
@knid/web-researcher
AI research assistant — search the web, fetch pages, and synthesize findings with source citations
@knid/github-agent
AI GitHub assistant — manage PRs, issues, repos, and code reviews from the terminal
Get Started in Seconds
Install
Install the agentx CLI globally via npm.
npm install -g @knid/agentxAdd an Agent
Install any agent from the registry.
agentx install @agentx/gmail-agentRun or Chain
Run solo or chain agents together with Unix pipes.
agentx run a --quiet | agentx run b