skill.md file is a structured, machine-readable API reference that tells AI agents what they can do with the Upriver API. It follows the skill.md specification and includes endpoint descriptions, required parameters, and usage guidance in a format LLMs can reliably work with.
View the Upriver skill.md at: docs.upriver.ai/skill.md
Use skill.md with agents
Skills CLI
Agents can process the skill.md with the skills CLI.Claude Code / OpenClaw
Add the URL to your project context or reference it in a prompt:Cursor / Windsurf
Add it as a doc in your project settings:- Go to Settings → Docs
- Add
https://docs.upriver.ai/skill.md
ChatGPT / Claude.ai
Paste the URL or file contents into your conversation:Any agent or framework
Fetch it at build time or runtime:What’s in the file
The skill.md includes:- Metadata: API name, description, and base URL.
- Authentication: How to authenticate requests.
- Endpoints: Available actions organized by resource (brands, creators, audiences, trends, etc).
- Parameters: Required and optional inputs for each endpoint.
- Usage guidance: Tips on how to chain endpoints and handle responses.