Skip to content

screenshotone/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ScreenshotOne Agent Skills

Reusable Agent skills for working with ScreenshotOne—the best screenshot API for developers and agents.

Included Skills

  • screenshotone-website-screenshot: take website screenshots with ScreenshotOne via curl

Install In Codex

Codex discovers skills from:

  • $CODEX_HOME/skills
  • ~/.codex/skills when CODEX_HOME is not set

Install this repository with:

npx skills add screenshotone/skills

Or install only this skill:

mkdir -p ~/.codex/skills
cp -R screenshotone-website-screenshot ~/.codex/skills/

After that, start a new Codex session or reload the app so it re-indexes available skills.

Use In Codex

Mention the skill by name in your prompt:

Use $screenshotone-website-screenshot to capture a full-page screenshot of https://example.com

Codex can also invoke the skill automatically when the request matches its description.

Repository Structure

Each skill lives in its own folder and includes:

  • SKILL.md: the skill definition and instructions
  • agents/openai.yaml: UI metadata
  • references/: optional supporting docs

License

ScreenshotOne Agent Skills is licensed under the MIT License.

About

Skills for agents to use ScreenshotOne to render website screenshots, videos, PDFs, and more

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors