A Claude Code plugin marketplace for the Pagecorder API. Gives Claude the ability to render webpages (or zipped static sites) to MP4 by submitting jobs to api.pagecorder.com and polling them to completion.
/plugin marketplace add pagecorder/skills
/plugin install pagecorder@pagecorderThen set credentials in your shell (one of the two):
# Direct API (HTTP Basic)
export PAGECORDER_USER=...
export PAGECORDER_PASS=...
# or RapidAPI
export RAPIDAPI_KEY=...Ask Claude something like "render https://example.com/animation.html as a 1080p MP4" and the skill takes over.
.claude-plugin/
marketplace.json # marketplace manifest
plugins/
pagecorder/
.claude-plugin/
plugin.json # plugin manifest
skills/
pagecorder/
SKILL.md # skill instructions Claude reads
scripts/render.py # submit + poll + download helper (stdlib only)
examples/simple.html # demo page using pagecorder('start'/'stop')