OpenClaw Agent
Drop a pre-configured Directify agent into OpenClaw and start managing your directory through natural language conversation. The agent ships with full knowledge of the Directify API, response formats, and best practices.
What is OpenClaw?
OpenClaw is an open-source agent runner that lets you build, run, and share AI agents with custom skills, identity, and tools. Each agent has its own memory, identity, and toolkit defined in plain markdown files.
What's Included
The Directify agent comes with:
- Full API skill — every endpoint documented with request/response examples
- Pre-configured identity — knows it's a directory management assistant
- Smart defaults — handles authentication, pagination, and bulk operations automatically
- Common patterns — pre-baked recipes for adding listings with custom fields, publishing articles, bulk imports, and more
How to Use
- Clone the agent into your OpenClaw projects directory
- Add your Directify API key and directory ID to
TOOLS.md
- Start chatting with your agent — it handles all the API calls for you
Example Conversations
- "Import these 30 yoga studios from this CSV file"
- "Find all listings without an address and flag them for review"
- "Create a new blog post category called 'Trends' and write 5 articles for it"
- "Show me organizers with no listings and suggest which ones to remove"
- "Generate SEO descriptions for all listings missing them"
Why Use the OpenClaw Agent vs MCP?
The OpenClaw agent is best when you want:
- A self-contained, persistent assistant with its own memory
- Custom skills and prompts beyond the standard Directify API
- The ability to chain Directify operations with other agents (Slack, email, etc.)
- An agent that runs on your own infrastructure
For ad-hoc usage from Claude or Cursor, the MCP server is simpler. For dedicated automation workflows, the OpenClaw agent gives you more control.
Get the Agent
The agent source is available on GitHub. Includes SKILL.md documentation that you can also adapt for your own custom agents.