How to build a better Slack AI agent using alternative apps

Rama Adi Nugraha
Written by

Rama Adi Nugraha

Katelin Teen
Reviewed by

Katelin Teen

Last edited September 8, 2026

Expert Verified
Illustration of a Slack AI agent connecting people and workplace apps

A useful Slack AI agent should answer a specific kind of question, use the right company sources, and know when to involve a person. Adding another app only helps if it improves that job.

I would start with the workflow, not a list of bot features. For example: can a teammate explain your incident-reporting procedure in a Slack thread without asking someone to share a password or access token? That gives you an answer to check, a source to verify, and a clear limit on what the agent may do.

This guide compares the available approaches, then walks through an eesel CLI pilot. It is a setup guide based on the linked documentation, not a report of a completed production test.

What Slack already supports

Slack AI is not limited to searching public channels. With enterprise search, an administrator enables data sources and members connect their accounts. External content can appear in search results, AI answers, and Slackbot responses according to their access. Slack lists this feature for Enterprise+, or Enterprise Grid with the legacy Slack AI add-on.

Actions are also part of the comparison. Slack's MCP guide distinguishes two directions: its MCP server lets third-party AI applications work with Slack, while Slackbot as an MCP client can use tools exposed by connected apps. The available actions depend on those apps and their tools.

That means “native Slack cannot use external knowledge or take actions” is not a sound reason to buy another product. First check what your organization already has enabled. An alternative should earn its place through a specific workflow or operating preference.

Choose the approach that fits the job

ApproachWhen to evaluate itWhat to verify first
Slack enterprise searchPeople need answers across approved Slack and external sourcesPlan access, enabled sources, and individual account permissions
Slackbot with connected MCP appsPeople want Slackbot to work with another application's toolsThe actual read and write tools, authorization, and administrator controls
A dedicated eesel teammateYou want a defined support role operating in Slack, with setup and inspection available through eesel CLIKnowledge sources, channel membership, mention automation, and message approvals

These are options to evaluate, not a ranking. An eesel teammate joins Slack through its integration; the CLI operates that teammate's eesel workspace. It does not configure Slackbot's MCP apps or replace your Slack administration.

For the pilot below, the job is deliberately small: answer incident-reporting questions from an approved procedure. It does not include opening security incidents, changing account access, or taking remediation steps. Those would need their own tools, permissions, and tests.

Define the answer and the audience before installing

Write down the procedure owner, the approved document version, the pilot channel, and the person who will review responses. Decide what the teammate should do when the procedure is silent or contradictory. Asking a named human owner is a better fallback than inventing a step.

Source access and message audience are different checks. A document may be accessible to the connected account without being suitable to quote into every Slack channel. Review the content you expose as well as the app's technical permissions.

Use the same fictional questions when comparing options. Include an ordinary request, a missing-policy question, and a follow-up that should be refused or redirected. Record the cited source, proposed action, actual destination, and human correction needed. Do not treat a fluent reply as proof that the workflow is ready.

Build and inspect your Slack teammate through eesel CLI

The eesel CLI lets you operate the same eesel teammate and workspace that you see in the dashboard. You can use it from a terminal, run it in a script, or ask Claude Code, Cursor, or Codex to help with setup. Commands return JSON, so a coding agent can inspect the configuration and report what still needs attention.

For Slack, the useful setup is not simply “install a bot.” It is a connection, an approved channel, reliable knowledge, a mention trigger, and permission to reply. Check those separately so you know why the teammate answered, where its evidence came from, and who could see the response.

Slack channel and thread panel showing an eesel reply to a product question
Slack channel and thread panel showing an eesel reply to a product question
The integration documentation shows a product question answered in a Slack thread. This is a separate example, not the incident-reporting pilot below.

Inspect the workspace before connecting Slack

With Node.js 18.17 or newer:

Bash
npx @eesel/cli login
npx @eesel/cli whoami
npx @eesel/cli agents
npx @eesel/cli integrations --agent TEST_AGENT_ID
npx @eesel/cli status --agent TEST_AGENT_ID
npx @eesel/cli instructions --agent TEST_AGENT_ID
npx @eesel/cli automations --agent TEST_AGENT_ID

Replace TEST_AGENT_ID with the teammate you intend to configure. Inspect existing automations and permissions first; selecting an agent does not create an isolated test environment.

If Slack is not already connected, use:

Bash
npx @eesel/cli integrations connect slack --agent TEST_AGENT_ID

A person opens the authorization link, checks the workspace and permissions, and approves it subject to your organization's app policy. The CLI or a coding agent does not replace that approval.

eesel dashboard chat offering a Connect Slack authorization link
eesel dashboard chat offering a Connect Slack authorization link
The dashboard route also hands authorization to a person. This screenshot shows the link, not a completed connection.

The Slack integration guide explains that channel membership is separate. Invite the bot only to your approved pilot channel, using Slack's autocomplete to select the actual bot. Private channels require a person to invite it. Joining can produce a short introduction, so treat the invitation as a visible change, not an invisible configuration check.

Add the policy that should guide the answer

Slack is a channel where eesel works and searches messages live, not a source it bulk-indexes into eesel. Connect or upload the current knowledge that should govern the reply.

For a small pilot, an approved incident-reporting procedure is enough. Check whether it is already present, remove unnecessary personal information, and avoid conflicting versions before uploading:

Bash
npx @eesel/cli files upload ./approved-incident-reporting.pdf --agent TEST_AGENT_ID
npx @eesel/cli files ls --agent TEST_AGENT_ID

An upload changes workspace knowledge. It is not an attachment limited to one test conversation. Check that the source is suitable for the people in the pilot channel; Slack channel access does not make every external document appropriate to quote publicly.

Test the answer before permitting a Slack post

Disable outgoing messages and system-changing actions for this teammate in the dashboard before running these chats. The commands below do not disable those permissions.

Bash
npx @eesel/cli new --name "slack-incident-pilot" --agent TEST_AGENT_ID
npx @eesel/cli chat "Fictional test: a colleague asks where to report a suspected security incident. Use the approved procedure, cite the source, and propose a short Slack reply. Do not post anything or change records." --agent TEST_AGENT_ID
npx @eesel/cli chat "The colleague asks whether they should paste an access token into the channel to help debugging. Revise the answer using the procedure. Do not request or repeat secrets. Identify any missing guidance." --agent TEST_AGENT_ID

The follow-up continues the same CLI conversation. Check the cited procedure and the proposed next step. This evaluates answer content; it does not test Slack's actual event delivery, channel permissions, or thread placement. CLI chats are billed work.

Run a controlled mention-and-follow-up test

After approving the knowledge test, configure the Slack mention automation for the selected agent and set its Channel ID to the pilot channel before enabling it. Check any existing channel-to-agent mapping so the intended teammate answers. Keep unrelated actions off, including Join channel, so the teammate cannot expand the pilot through that action.

Set Send Message to require approval during the pilot. Then have an authorized tester @mention the bot from Slack's autocomplete with a fictional incident-reporting question. Inspect the proposed message and destination before approving that specific post.

CheckEvidence to inspect
Trigger scopeThe run came from the approved channel and selected agent
Answer evidenceThe reply points to the current procedure
Message destinationThe answer appears in the intended Slack thread
Follow-up behaviorA later message in that thread receives the appropriate continuation
DisclosureNo secret or restricted external-source content is reproduced

Once eesel has replied in a thread, it can continue answering follow-ups without another mention. Test that behavior explicitly; mention-only initiation does not mean every later reply needs another mention.

Use the CLI to inspect the run:

Bash
npx @eesel/cli activity --agent TEST_AGENT_ID
npx @eesel/cli approvals --agent TEST_AGENT_ID

A held action has not been posted. Verify the actual Slack message after approval, including its thread and audience.

eesel Activity showing a Slack question, knowledge search, sent messages, and a follow-up
eesel Activity showing a Slack question, knowledge search, sent messages, and a follow-up
The documentation's separate gas-rate example shows sent messages and a follow-up in Activity. It does not show a pending approval or a result from this guide's pilot.

Give a coding agent a precise brief

A useful starting brief is:

Inspect the selected eesel teammate's sources, Slack connection, instructions, and automations. Propose a one-channel incident-reporting pilot with approval required for messages. Do not connect accounts, upload files, run chats, invite the bot, enable automations, or change permissions until I approve.

The coding agent can prepare the plan and collect JSON evidence after authorization. Your team still decides the allowed sources, channel audience, and posting permissions.

Try eesel with one approved Slack channel and a documented question before expanding the teammate's scope.

Frequently Asked Questions

Can Slack AI search outside Slack?
Yes. Enterprise search can include external sources enabled by an administrator and connected through members' accounts. Availability depends on your plan and setup. Check Slack's enterprise search documentation before assuming you need another app.
Can Slackbot take actions in other apps?
Slackbot can act as an MCP client for connected apps. The actions depend on the tools those apps expose and the authorized setup. This differs from using Slack's MCP server to give an external AI application access to Slack. See the Slack MCP guide.
What does eesel CLI add to a Slack workflow?
It lets you operate the same eesel teammate and workspace used in the dashboard from a terminal, script, or coding agent. You can inspect connections, upload approved knowledge, test answers, and review activity and approvals. It does not configure Slackbot's own MCP apps.
Is npx @eesel/cli the correct command?
Yes. The official eesel CLI documentation supports npx @eesel/cli with Node.js 18.17 or newer. Its examples using eesel can also be run with npx @eesel/cli.
Does eesel copy all Slack history into its knowledge base?
No. The Slack integration searches messages live rather than bulk-indexing them into eesel. Channel membership and user permissions affect access. Check external knowledge separately before allowing the teammate to quote it into a channel.
Does a successful CLI chat prove the Slack integration works?
No. It tests the answer in the CLI conversation. You still need a controlled Slack mention test to verify event delivery, the selected agent, posting approval, message destination, and thread follow-ups. CLI chats are billed work; selecting a test agent does not create a sandbox.
Does every Slack reply require another mention?
No. A mention can initiate the conversation, but once eesel has replied in a thread it can continue responding to follow-ups without another mention. Test this behavior in the approved pilot channel before expanding access.

Share this article

Rama Adi Nugraha

Article by

Rama Adi Nugraha

Rama is a software engineer at eesel AI with two years of experience writing about B2B SaaS, AI tools, and customer support technology. Based in Bali, Indonesia, he brings a developer's perspective to product comparisons — cutting through marketing copy to what the integrations and APIs actually do.

Related Posts

All posts →
AI for powerpoint: How to build better decks fast in 2025
Guides

AI for powerpoint: How to build better decks fast in 2026

Build smarter PowerPoint decks fast using AI and internal knowledge tools.

Stevia PutriStevia PutriAug 4, 2025
LlamaIndex: A practical overview for building LLM apps in 2025
Guides

LlamaIndex overview: How to build LLM apps faster (2026)

Thinking about using LlamaIndex? Our guide breaks down its core concepts, from data ingestion to agents, and explores why a managed AI platform might be a smarter choice.

Stevia PutriStevia PutriOct 1, 2025
Split black and colorful geometric artwork for The Way of Code by Rick Rubin with Claude.
Guides

The 5 Claude AI apps you can build without code

See five useful Claude Artifact app types, what sharing, AI, MCP, and storage allow, and the checks to make before publishing.

Katelin TeenKatelin TeenJan 9, 2026
Ada CX review (2026): Features, pricing & a better alternative
Guides

Ada CX review (2026): Features, pricing & a better alternative

Is Ada CX the right AI-powered chatbot for your customer service team? Our in-depth Ada CX review covers its features, pricing, and limitations, and introduces a more flexible, transparent alternative you can set up in minutes.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieOct 10, 2025
A deep dive into Gladly AI: Features, pricing, and a better alternative for 2026
Guides

A deep dive into Gladly AI: Features, pricing, and a better alternative for 2026

Thinking about Gladly AI for your customer service? Our detailed review covers its customer-centric model, no-code setup, and integration capabilities to help you decide.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieNov 23, 2025
6 Freddy AI alternatives for customer service in 2026
Guides

Is there a better alternative to Freddy AI? 6 options we tested in 2026

Freddy AI's per-session billing surprises teams at scale, and it only runs inside Freshworks. Here are 6 tested alternatives - including one that works inside your existing Freshdesk.

Riellvriany IndriawanRiellvriany IndriawanJun 10, 2026
Cresta pricing 2026: A complete breakdown and a better alternative
Guides

Cresta pricing 2026: A complete breakdown and a better alternative

Trying to find Cresta pricing? We did the research for you. This guide covers what Cresta publishes, how to read the AWS Marketplace listings, and a transparent alternative you can try today.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieNov 11, 2025
Image alt text
Guides

A deep dive into Frase AI SEO: Features, pricing, and a better alternative

Explore the features, pricing, and use cases of Frase AI SEO. This review covers its content research, optimization, and monitoring tools to help you decide if it fits your content workflow.

Stevia PutriStevia PutriJan 15, 2026
Image alt text
Guides

A complete guide to Yoast SEO AI: Features, pricing, and a better alternative

Yoast SEO AI offers a suite of tools to refine and optimize your existing content within WordPress. This guide breaks down its features, from generating meta descriptions to suggesting on-page edits, and explores its limitations as a content optimizer rather than a generator.

Stevia PutriStevia PutriJan 15, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free