Skip to content

Pagecorder/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Pagecorder skills for Claude Code

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.

Install

/plugin marketplace add pagecorder/skills
/plugin install pagecorder@pagecorder

Then 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.

What's in here

.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')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors