> For the complete documentation index, see [llms.txt](https://docs.world3.ai/world3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.world3.ai/world3/how-to-guides/ai-agent-portal/core-features/skills.md).

# Skill Plugins

## What are Skills?

Skills are powerful plugins that enable your AI agents to seamlessly interact with dApps across supported ecosystems (Sui, opBNB, SKALE, Base, and more). They expand your agent's capabilities by allowing it to perform specific actions and integrate with various platforms and services.

## Available Skills

Browse and manage all officially provided plugins through the Skill Plugin Panel.

<figure><img src="/files/yTk8Mhh7SITZIzETqwfp" alt=""><figcaption></figcaption></figure>

## Managing Skills

### Installation

Each agent can be equipped with up to **3 skill plugins**. To install new plugins when slots are full, you'll need to remove existing ones first.

#### **Install from the Skill Plugin Page:**

**Step 1: Access the Skill Plugin Library**

From the sidebar of the AI Portal, click on **Skill Plugins**. This will open the Skill Plugin Library, where you can browse and install various plugins.

<figure><img src="/files/JCD9e0XJvacmnquAvYYA" alt=""><figcaption></figcaption></figure>

**Step 2: Install a Skill Plugin for Your AI Agent**

**Click “Install”** on any Skill Plugin (e.g., News, YouTube Search, Twitter Sender). A popup will appear prompting you to select an AI Agent. Choose your desired Agent from the list and click **Install** to complete the setup.

<figure><img src="/files/SPoHyrga1hfMvi5wREso" alt=""><figcaption></figcaption></figure>

**Special Case**: **Installing the Twitter Sender Plugin (Additional Authorization Required)**

For the **Twitter Sender** plugin, there is one extra step to ensure secure access:

**Click “Authorize”** next to your selected Agent.

1. You’ll be redirected to **Twitter/X** to grant permission. Click **“Authorize app”** to continue.
2. Once authorization is successful, return to the popup and click **Install** to finish adding the plugin to your Agent.

<figure><img src="/files/ecWFmR2RMbh4ddoExC4u" alt=""><figcaption></figcaption></figure>

<div align="center"><figure><img src="/files/tduugOh6ChGIX1RoIxoM" alt="" width="375"><figcaption></figcaption></figure></div>

<figure><img src="/files/qjkFM4hoztwDK9eKlFJV" alt=""><figcaption></figcaption></figure>

**Step 3: Chat with Your Agent or Uninstall a Plugin**

Once a Skill Plugin is successfully installed, you can immediately start chatting with your AI Agent using the newly enabled capabilities. Simply click **“Chat”** next to the agent’s name to begin. If you’d like to remove a plugin, click **“Uninstall”** beside the corresponding plugin listed under the selected Agent. This will deactivate that specific skill from the agent.

<figure><img src="/files/HFZ9yxKDadZYsvEkIIHF" alt=""><figcaption></figcaption></figure>

#### Install from the Agent Profile

**Step 1: Click Install to open the plugin selection modal**

<figure><img src="/files/AumLRGUFwJzAGUMAhcuO" alt=""><figcaption></figcaption></figure>

**Step2:  Click Install on the desired plugin to add it to the Agent**

<figure><img src="/files/xPM5u84EFtGWwy1LkW1c" alt=""><figcaption></figcaption></figure>

### Uninstallation

To remove an installed skill:

1. Click **Uninstall** to remove a plugin from the Agent

<figure><img src="/files/3XskTLtyJ3w1x0FZ5ys3" alt=""><figcaption></figcaption></figure>

## Special Cases

### Twitter Sender Skill

This plugin requires user authorization.

**Authorization Steps:**

1. Click **Authorize & Install**
2. You'll be redirected to the authorization page
3. Click **Authorize App** to complete installation

{% hint style="warning" %}
**Note**: Make sure you have the necessary permissions and access rights before authorizing any skill.
{% endhint %}

## Next Steps

* [Learn about Knowledge Packs](/world3/how-to-guides/ai-agent-portal/core-features/knowledge-packs.md) to enhance your agent's expertise
* [Set up Tasks](/world3/how-to-guides/ai-agent-portal/core-features/task-management.md) to automate activities


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.world3.ai/world3/how-to-guides/ai-agent-portal/core-features/skills.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
