> For the complete documentation index, see [llms.txt](https://docs.talordata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talordata.com/serp-api/mcp-server/skill-installation/how-to-install-the-talordata-serp-mcp-skill-in-codex.md).

# How to install the talordata-serp-mcp Skill in Codex

### **Overview**

Once you place the `talordata-serp-mcp` skill into the Codex `skills` folder, Codex will automatically reference the rules defined in that skill when handling queries related to TalorData SERP.

This tutorial is designed for users installing a Codex skill for the first time. You simply need to copy the folder, restart Codex, and then verify that it is working by asking a test question.

> Codex automatically loads skills from the local `skills` folder. You do not need to modify any code or configure an MCP service as described in this document.

### **Requirement**

• Codex Desktop or Codex CLI is installed.&#x20;

• The `talordata-serp-mcp` folder is ready.&#x20;

• The TalorData SERP MCP tool is configured in Codex.

{% hint style="warning" %}
If the third item has not yet been completed, the skill can still be installed, but Codex cannot actually initiate TalorData SERP searches.
{% endhint %}

### **How to install this skill**

{% stepper %}
{% step %}

#### Locate the Codex <kbd>skills</kbd> folder.

On Windows, the path is usually:\
C:\Users\your\_username.codex\skills\
For example:\ <kbd>C:\Users\user.codex\skills</kbd> <br>

*If the .codex or skills folders do not exist, you can create them manually.*

{% endstep %}

{% step %}

#### Copy skills folder

Copy the entire `talordata-serp-mcp` folder into the `skills` folder.&#x20;

After copying, it should look like this:

C:\Users\user.codex\skills\
`-- talordata-serp-mcp\ |-- SKILL.md |-- agents\ |` -- openai.yaml `-- references\` -- serp-rules.md

{% hint style="info" %}
Please note: You need to copy the entire `talordata-serp-mcp` folder, not just the `SKILL.md` file inside it.
{% endhint %}
{% endstep %}

{% step %}

#### Restart Codex

Close Codex Desktop and then reopen it.\
If you are using the Codex CLI, exit the current session and start a new one.

{% endstep %}

{% step %}

#### Testing whether it works

Enter the following into Codex:

> *Use TalorData SERP to search for the latest news about OpenAI and return the title, source, publication time, and link.*

If successfully installed, Codex will recognize this as a TalorData SERP-related task and process it according to the skill's rules.

{% endstep %}
{% endstepper %}

### When to use this skill

• Use TalorData SERP MCP in Codex to search for public results\
• Query content across news, web pages, images, videos, shopping, maps, local businesses, academic sources, or trending topics\
• Perform SEO ranking checks, price monitoring, local business research, or batch search tasks\
• Have Codex retain source links, query parameters, and timestamps

### FAQ

<details>

<summary><strong>Codex did not use this skill</strong></summary>

• Ensure the folder has been placed in `C:\Users\<YourUsername>\.codex\skills`&#x20;

• Ensure the folder name is `talordata-serp-mcp`&#x20;

• Ensure the folder contains `SKILL.md`&#x20;

• Ensure Codex has been restarted after copying the folder&#x20;

• Ensure your question relates to TalorData SERP, search results, news, shopping, maps, or SEO rankings

</details>

<details>

<summary><strong>Codex says it cannot search?</strong></summary>

This usually isn't a case of the skill failing to install.\
The skill is only responsible for instructing Codex on "how to use TalorData SERP." To actually perform the search, the TalorData SERP MCP tool must also be configured within Codex.

</details>

<details>

<summary><strong>The returned result is missing a few fields?</strong></summary>

This is normal.\
This skill requires Codex to display only the fields actually returned. If the search results do not include price, rating, phone number, address, or publication time, Codex should not attempt to guess them.

</details>

<details>

<summary><strong>How to uninstall</strong></summary>

Delete this folder:\
C:\Users\<YourUsername>.codex\skills\talordata-serp-mcp\
Then restart Codex.

{% hint style="success" icon="thumbtack-angle" %}
Deleting a skill will not affect already configured MCP tools.
{% endhint %}

</details>
