Claude Skills: Extended Prompts for Your Agentic AI Workflows


Claude Skills is a relatively new feature available in Anthropic LLM clients that allows you to write the extended prompts with code blocks to perform specific tasks or follow a certain logic. The models automatically select which skills to use depending on the context of the conversation.

We developed a free collection of skills that have access to InfraNodus MCP tools to perform insight generation, SEO analysis, content optimization workflows using our methodologies, tools, and real-time data imports.

You can also use Claude skills in other applications such as ChatGPT, Cursor, or OpenClaw also. The setup is slightly different from Claude, but we provide the installation instructions below for each LLM client / agent.

Access our Skills Collection Installation Instructions



Learn More about the InfraNodus Claude Skills:

How to Install the Skills to Your LLM Client

Claude skills will work with any LLM client, but Claude has a more automatic support for them. Installing a skill is as easy as downloading it from our GitHub repository in the releases page:
 
https://github.com/infranodus/skills/releases

and then following the instructions below for your particular LLM client.


Optional, but Recommended: Get an InfraNodus API Key

Some of the skills below can access the InfraNodus MCP Server to perform more complex tasks and extract real-time data from external sources (e.g. search intent or search results). While the MCP server provides free access for the first few iterations, you'll need to get an InfraNodus API key to use it for more advanced tasks and workflows and to avoid hitting the rate limits.

Sign Up for InfraNodus


Installing Skills to Claude Web / Desktop

To install the Claude Skills to Claude Web / Desktop client, you need to:
1) go to the Settings > Capabilities (or Menu > Customize in newer UI),
2) activate the "Code execution and file creation"
3) scroll down to the "Skills" section and activate some of the default skills you find useful
4) you can also download the InfraNodus skills collection and upload each individual skill (.zip or .skill file) by clicking "Upload Skill" or clicking the + button

Claude Skills Installation
 

Installing Skills to Claude Code

In this case, you will need to manually move each skill's folder (e.g. `skill-cognitive-variability`) to the `~/.claude/skills` directory in your home directory. In this case, the skills will be available for all your projects.

If you want the skill to be available in a specific project, you need to create the `.claude/skills` folder in that project and copy the skills folders there.


Installing Skills to ChatGPT

ChatGPT doesn't have an automatic skill installation procedure. However, there are two ways you can install them manually:

1) You can create a Custom GPT and add the instructions from the SKILL.md file there. Then save the Custom GPT with a descriptive name you choose and start a new conversation with it or mention it in an existing one using the @ sign.

2) You can create a new project and paste the SKILL.md file (and additional files from the skill folder) into the system prompt of this project.


Installing Skills to OpenClaw

OpenClaw is a local autonomous AI agent that uses skills and MCP servers via MCPorter.

Install via OpenClaw Chat (recommended)

Run the following command in the OpenClaw chat (replace the version number v1.0.6 with the latest one):

install this skill: https://github.com/infranodus/skills/releases/download/v1.0.6/infranodus-cli.zip

Manual Installation

Download the infranodus-cli.zip from the InfraNodus skills repository.

To make the skill available globally:

cp infranodus-cli.zip ~/.openclaw/skills/infranodus-cli.zip
unzip ~/.openclaw/skills/infranodus-cli.zip -d ~/.openclaw/skills/infranodus-cli

To make the skill available in a specific project, copy it to that project's skills folder instead.

Note: OpenClaw also needs MCPorter installed to access MCP server tools. See the full OpenClaw deployment guide for setting up MCPorter with OAuth or API key authentication.


Installing Skills to Other LLM Clients

To install the skills to any other LLM client, you can upload it to the Project's instructions / specific chat where you want to use them or create a Custom GPT in ChatGPT to use that skill (using the content of the SKILL.md file). Then you can invoke the still in that particular project / chat, or if it's a custom GPT, you can invoke it with the @skill_name mention.