Agent Skills
Agent Skills
Agent Skills are custom integrations that extend AINexLayer agents with additional capabilities. These skills allow your agents to interact with external systems, APIs, and services directly from chat conversations.
Available Agent Skills
AIERP Plus
Odoo-based ERP system integration for managing sales orders, customers, products, and order fulfillment.
AIIOTLayer
IoT platform integration (ThingsBoard-based) for managing devices, assets, customers, alarms, telemetry, and dashboards.
AIPrismaLayer
Superset-based dashboard system integration for managing dashboards, charts, databases, datasets, and SQL queries.
Learn more about AIPrismaLayer →
How Agent Skills Work
Agent Skills are Python-based plugins that:
- Extend Agent Capabilities: Add new tools and actions that agents can use
- Integrate External Systems: Connect to APIs, databases, and services
- Enable Natural Language Control: Allow users to control external systems through chat
- Work Automatically: Once configured, agents automatically use available skills
Configuration
Each Agent Skill requires configuration through the AINexLayer Admin Panel:
- Navigate to Workspace Settings → Agent Skills
- Find the skill you want to configure
- Enter required configuration values (API keys, URLs, credentials)
- Save and the skill will be available to agents immediately
Adding Custom Skills
You can create custom Agent Skills by:
- Creating a plugin directory in
storage/plugins/agent-skills/ - Adding a
plugin.jsonfile with skill metadata - Creating a
handler.pyfile with the skill logic - The skill will be automatically loaded and available to agents
