Elie Steinbock launches Bot Directory for one-prompt Grok Bots

The open-source catalog turns shared workflows into copyable prompts and lets an X mention bot submit new entries through GitHub.

By ยท Published

Primary source: X

Why it matters

Agent platforms still expect users to invent workflows from scratch. Bot Directory treats prompts as reusable software and gives Steinbock a community-fed distribution channel around Grok Bot and Rakazo.

Five colorful, cartoon-like bots hold various icons such as an envelope, magnifying glass, bar chart, clipboard, and sound waves.

Elie Steinbock (@elie2222) launched Bot Directory on August 17th, giving Grok Bot users a searchable catalog of prompts for creating agents that handle jobs including email triage, sales follow-up, customer support and software development.

Steinbock introduced the project in a thread on X, describing it as a home for the bot configurations users had been sharing across the platform. Each listing contains a prompt designed to be pasted into Grok Bot, which can sign into services, operate software and return completed work.

The directory packages those configurations as reusable starting points. A daily briefing prompt, for example, tells the agent to connect to Google Calendar and Slack, establish a weekday schedule and produce a test run before saving the setup. Other entries cover sales forecasting, support queues, recruiting, travel booking and engineering work across tools such as Gmail, Salesforce, GitHub, Linear and Notion.

The live catalog showed more than 100 entries on August 18th, split across productivity, sales, marketing, operations, customer success and personal tasks. Users can filter the listings by integration or copy a prompt directly from an individual entry.

Steinbock is the founder of Inbox Zero, an open-source AI email assistant, and has repeatedly used public code as a distribution channel for his products. His GitHub profile also lists projects including an open-source software directory and AI development tools. Before Inbox Zero, Steinbock built Draft Fantasy, a fantasy football product, and Skilled, a freelance development agency, according to his personal site.

A directory stored as markdown

Bot Directory's underlying structure is deliberately thin. The public GitHub repository stores each bot as a markdown file containing a name, category, contributor, required integrations and the prompt itself. The front end is a static Astro and TypeScript site.

Contributors can add an entry by opening a pull request. People who do not want to use GitHub can reply beneath an X post describing a setup and tag Bot Directory AI (@BotDirectoryAI). Steinbock says an agent reads the thread, creates the entry and opens the pull request automatically.

That submission loop is the more consequential part of the launch. Bot Directory is using X as the discovery layer, an agent as the intake desk and GitHub as the database and moderation trail. A useful workflow can move from a post into the catalog without Steinbock manually rewriting and publishing every entry.

The contribution guide requires contributors to have run prompts end to end before submitting them. Automated checks validate the file format, category, name and build. The repository explicitly has no plugin API or review board, keeping contributions fast while placing much of the quality burden on prompt authors and users.

That matters because many of the listed workflows request access to sensitive operational systems. Several prompts tell agents to connect to email, customer records, accounting software or code repositories. Many also build approval steps into the instructions, such as holding messages before sending them or requiring confirmation before purchases and account changes.

The prompt shelf is already monetized

Bot Directory is free and MIT-licensed, but Steinbock has attached a direct sponsorship business to the catalog. The site offers 15 monthly sponsor positions beside the listings for $800 each. As of August 18th, Bot Directory said 10 positions had been taken.

The site also directs users toward Grok Bot and Rakazo, an open-source agent runner operated by Inbox Zero Inc. Rakazo lets users run agents on their own machines with their own model keys. Bot Directory's repository describes its prompts as compatible with Grok Bot, Rakazo or other agents, widening the catalog beyond a single vendor even though Grok supplies the launch hook.

Steinbock said in the launch thread that Bot Directory records when visitors copy prompts, though he initially hid those counts because every listing would begin at zero. Those copy events could eventually provide the ranking system the catalog currently lacks and show which agent workflows people actually deploy rather than merely discuss.

For Steinbock, the project turns scattered examples into a distribution surface for agent software. The code is simple, the inventory comes from users and the commercial layer is already visible. The harder test begins after the copying: whether these prompts produce dependable workers once they are connected to the inboxes, repositories and customer systems they promise to operate.

Reader comments

Conversation for this story loads after sign-in.