GitHub Repository: https://github.com/orshot-hq/orshot-agent-skills
skills.sh: https://skills.sh/orshot-hq/orshot-agent-skills/orshot
The Orshot Agent Skill gives your AI coding agent comprehensive knowledge of the Orshot API, SDKs, dynamic parameters, and integrations. Once installed, your agent can write correct Orshot API calls, use the right SDK methods, and handle errors — all without you referencing the docs manually.
Agent skills are part of the open Agent Skills ecosystem. They work with 30+ AI coding agents.
The skill works with all agents that support the Agent Skills specification, including:
Install the skill using the skills CLI:
npx skills add orshot-hq/orshot-agent-skillsThe CLI auto-detects your installed agents and configures them.
npx skills add orshot-hq/orshot-agent-skills -a cursor
npx skills add orshot-hq/orshot-agent-skills -a claude-code
npx skills add orshot-hq/orshot-agent-skills -a github-copilot
npx skills add orshot-hq/orshot-agent-skills -a windsurfInstall globally so the skill is available across all your projects:
npx skills add orshot-hq/orshot-agent-skills -gFor CI/CD or scripting:
npx skills add orshot-hq/orshot-agent-skills -g -y -a cursorThe skill covers the complete Orshot platform:
POST /v1/studio/renderPOST /v1/generate/{renderType}POST /v1/signed-url/createtitle.fontSize, title.color, logo.borderRadius, etc..prompt for text and image elements.href for clickable elements in PDFs.trimStart, .trimEnd, .muted, .looppage1@title, page2@subtitlenpm install orshotpip install orshotcomposer require nicholasgriffintn/orshot-phpgem install orshoturl, base64, binarypng, webp, jpg, pdf, mp4, webm, gifCommon error codes, what they mean, and how to fix them.
After installation, describe what you want in natural language. Your agent will write the correct code.
Example prompts:
npx skills listnpx skills updatenpx skills remove orshot| Agent Skill | MCP Server | |
|---|---|---|
| What it does | Teaches your agent Orshot API knowledge | Gives your agent live tools to call Orshot API |
| How it works | Static instructions injected into context | Real-time API calls via MCP protocol |
| API key handling | You write the code with your key | Agent calls API directly (key in prompt or env) |
| Best for | Writing production code | Quick interactive prototyping |
| Install | npx skills add orshot-hq/orshot-agent-skills | Add SSE URL to agent config |
Both can be used together for the best experience — the skill provides knowledge while the MCP server provides live tooling.
