A Skill Function is a callable AI endpoint hosted in the cloud. You give it a .md file — your instructions, your expertise, your domain knowledge — and it runs as a protected endpoint on InferX. Your agent calls it. The skill thinks. The intelligence is yours.
You have two options:
Option A — Create from scratch
Write your skill directly in the dashboard. Give it a name, write your instructions in markdown, and select a backing model. The model is bound to the skill — every caller gets the right model automatically.
CREATE FROM SCRATCH

Option B — Import an existing .md file
Already have a SKILL.md or a folder of .md files? Import it directly. The folder must contain at least one .md file. InferX turns it into a callable endpoint immediately.
IMPORT FROM SKILL FOLDER

When creating your skill, choose the model that best fits its task:
Once created, your skill appears in the My Skills section. You'll see the skill name, backing model, endpoint URL, and status. From here you can subscribe, delete, or click through to the skill details.
MY SKILLS PAGE

Add InferX to your agent's MCP configuration. Once configured, your subscribed skills auto-appear as callable tools — no manual wiring needed.
Claude Code / claude_desktop_config.json
Cursor: Add InferX as an MCP server in Cursor settings. Use the same endpoint URL above.
OpenClaw / other MCP-compatible agents: Follow your agent's MCP config guide. Point it to https://api.inferx.net/mcp
Your agent calls your skill automatically when the task matches. You can also call it directly via API:
An orchestrator skill acts as a router. Instead of answering directly, it reads your prompt and decides which skill to invoke.
To build an orchestrator:
CREATE ORCHESTRATOR SKILL

SELECT SUB-SKILLS

Example orchestrator instructions
The model is just the runtime. The skill is the product.
Free to start. No setup required.