What It Is
agentskills.io is the open standard for AI agent skill discovery. It defines how agents find, install, and use skills published by protocols and services. Nile Markets is discoverable through this registry, allowing any compatible agent to add protocol querying and trading capabilities with a single command.How Agents Discover Nile Markets
Nile Markets publishes twoskill.md files that serve different purposes:
Mintlify skill.md (docs capabilities)
Mintlify auto-generates askill.md at the docs site root. This file describes the documentation itself as an agent skill — what topics the docs cover, how to search them, and what questions they can answer.
URL: https://docs.nilemarkets.com/skill.md
This is useful for agents that need to look up protocol mechanics, parameter values, contract interfaces, or integration guides from the documentation.
Nile MCP skill.md (protocol tools)
The hand-written protocol skill file describes the 22 MCP tools available for direct protocol interaction — querying pool state, reading positions, generating transaction calldata, and more. URL:https://mcp.nilemarkets.com/skill.md
This is what agents use to add live protocol interaction capabilities. It includes the MCP server endpoint, tool schemas, numeric conventions, signing paths, and example queries.
Discovery Endpoints
Agents and registries discover Nile Markets skills through standard well-known paths:Install via skills CLI
Add Nile Markets documentation capabilities to any compatible agent:Which Skill File Should You Use?
MCP Server Quick Connect
If your agent supports MCP natively, skip the skills registry and connect directly:All protocol data is from Ethereum Sepolia testnet. The agentskills.io standard and discovery endpoints may evolve as the ecosystem matures.