Updated on 2025-07-28 GMT+08:00

Configuring a Plug-in

The agent development platform provides a rich plug-in ecosystem to enhance the functions of the agents. A plug-in is an API tool. Currently, the platform integrates various plug-ins, including file processing, code interpreter, network-wide hot search rankings, and AutoNavi Map. These plug-ins can help developers quickly add specific functions to an agent. In addition, you can create custom plug-ins to quickly integrate existing API capabilities into the agent through parameter configuration, further enriching their functions.

Constraints

Table 1 Plug-in constraints

Constraint

Description

Maximum number of plug-ins

20

Plug-in URL

The URL protocol can only be HTTP or HTTPS.

Request method

The request method of the plug-in service can be POST or GET.

Adding a Preset Plug-in

Plug-in skills can be added to agents. Preset plug-ins and personal plug-ins can be added.

If you want to add a personal plug-in, ensure that the personal plug-in has been created.

To add a plug-in, perform the following steps:

  1. In the Plugin area of the skill pane, click .
  2. In the Add plugins dialog box, select a preset plug-in, click on the preset plug-in card, and click OK.
  3. After adding a plug-in, you can view it in the skill > Plugin area.
    Figure 1 Adding a preset plug-in

Creating a Personal Plug-in

  1. In the Plugin area of the skill pane, click .
  2. In the Add plugins dialog box, select a personal plug-in, click on the plug-in card, and click OK.
  3. If no personal plug-in is available, click Create plugin in the upper right corner to create one and then add it.
  4. After adding a plug-in, you can view it in the skill > Plugin area. For details about how to create a plug-in, see Plug-in Development and Configuration.
    Figure 2 Adding a personal plug-in

Removing a Plug-in

  1. In the skill > Plugin area, click on the plug-in to be removed.
  2. If the message Deleted plugin successfully. is displayed, the plug-in has been removed.
    Figure 3 Removing a plug-in