16 Production-Ready Agents for Enterprise Teams
We have released 16 enterprise agent configurations as part of the Claw Agents open source collection. Each agent is a complete set of configuration files — identity, prompts, tools, security policies, and memory settings — ready to deploy on OpenClaw or NVIDIA NemoClaw instances connected to the ibl.ai platform.
No agent code to write. Clone the repository, select the agents that match your use case, and push configurations through the platform API.
What Is in the Enterprise Collection
The 16 agents cover core business functions:
People Operations
- Onboarding Agent — Guides new hires through company setup, policy acknowledgment, and first-week tasks
- HR Support Agent — Answers benefits questions, PTO policies, and employee handbook queries
- Hiring Agent — Screens resumes, schedules interviews, and provides candidate summaries
Customer-Facing
- Customer Support Agent — Handles tier-1 support tickets with escalation to human agents
- Sales Enablement Agent — Generates proposals, competitive comparisons, and deal qualification summaries
- Marketing Agent — Creates campaign copy, social media content, and audience segmentation analysis
Knowledge and Operations
- Knowledge Management Agent — Searches internal wikis, Confluence, and document repositories
- Personal Learning Agent — Recommends training paths based on role, performance, and career goals
- Career Development Agent — Maps skills gaps and suggests learning pathways
- Training Creation Agent — Generates course outlines, quizzes, and evaluation rubrics
Technical
- IT Support Agent — Troubleshoots common technical issues and guides password resets
- Engineering Agent — Assists with code review, documentation generation, and architecture questions
- Data Analysis Agent — Queries dashboards, generates reports, and explains metrics
Compliance and Coordination
- Compliance Agent — Monitors policy adherence and answers regulatory questions
- Operations Agent — Tracks project status, resource allocation, and deadline management
- Meeting Coordination Agent — Schedules meetings, generates agendas, and summarizes action items
How Configuration Files Work
Each agent directory contains a standardized set of files:
| File | Purpose |
|---|---|
IDENTITY.md | Agent persona, name, and behavioral traits |
SOUL.md | Core values and decision-making principles |
MODEL.md | LLM provider, model selection, and parameters |
CONFIG.json | Platform-level settings, feature flags |
USER.md | Expected user profiles and interaction patterns |
TOOLS.md | MCP connectors, API integrations, and available tools |
AGENTS.md | Multi-agent coordination and handoff rules |
SECURITY.md | Data access policies and guardrails |
MEMORY.md | Context retention and conversation history settings |
This structure means you can review exactly what each agent does before deployment. No black box behavior.
Deploy in Minutes
git clone https://github.com/iblai/iblai-claw-agents.git
cd iblai-claw-agents/agents/enterprise
Select any agent directory, review the configuration, and push to your Claw instance through the ibl.ai platform API. Agents are live immediately.
Why Open Source Agent Configurations Matter
Most enterprise AI deployments stall at the configuration stage. Teams spend weeks defining prompts, tool integrations, and guardrails for each agent. Pre-built configurations compress that timeline from weeks to hours.
These configurations are starting points, not final products. Fork them, modify the prompts, swap out tool integrations, and adjust security policies for your organization. The MIT license means no restrictions on commercial use.
Runtime Compatibility
All 16 enterprise agents work with:
- OpenClaw — Open source agent execution runtime
- NVIDIA NemoClaw — Enterprise-grade runtime with GPU acceleration
Both runtimes connect to the ibl.ai platform for management, analytics, and multi-agent orchestration.
Getting Started
- Browse the enterprise agents directory
- Review the configuration files for agents that match your needs
- Deploy to your Claw instance via the ibl.ai platform API
- Monitor performance and refine configurations based on usage data
The full collection of 48 agents across four verticals is available at github.com/iblai/iblai-claw-agents.