logo
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.

Learn more about AIERP Plus →

AIIOTLayer

IoT platform integration (ThingsBoard-based) for managing devices, assets, customers, alarms, telemetry, and dashboards.

Learn more about AIIOTLayer →

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:

  1. Extend Agent Capabilities: Add new tools and actions that agents can use
  2. Integrate External Systems: Connect to APIs, databases, and services
  3. Enable Natural Language Control: Allow users to control external systems through chat
  4. Work Automatically: Once configured, agents automatically use available skills

Configuration

Each Agent Skill requires configuration through the AINexLayer Admin Panel:

  1. Navigate to Workspace SettingsAgent Skills
  2. Find the skill you want to configure
  3. Enter required configuration values (API keys, URLs, credentials)
  4. Save and the skill will be available to agents immediately

Adding Custom Skills

You can create custom Agent Skills by:

  1. Creating a plugin directory in storage/plugins/agent-skills/
  2. Adding a plugin.json file with skill metadata
  3. Creating a handler.py file with the skill logic
  4. The skill will be automatically loaded and available to agents

On this page