Agent Skill

Twitter/X Screenshot for AI Agents

Paste any tweet URL in your AI chat and the agent instantly generates a pixel-perfect, share-ready screenshot. Works in Cursor, Claude, ChatGPT, and every agent that reads skill files.

What's Included

  • Tweet URL → PNG / SVG / HTML screenshot
  • Dark & light theme support
  • Multiple aspect ratios (1:1, 4:5, 9:16, 16:9)
  • Hide stats, timestamps, and media
  • Custom background image & branding
  • Python CLI for non-agent usage

Works with

Cursor
Claude

v1.0.0 — Install in 60 seconds · GPL-3.0 license

how to install twittershots skill

OpenClaw

#Skills live in ~/.openclaw/skills/. Clone this repo:

git clone https://github.com/twittershots/skills.git \
  ~/.openclaw/skills/twittershots

#Set the API key:

export TWITTERSHOTS_API_KEY="your_api_key_here"

#OpenClaw auto-discovers skills in ~/.openclaw/skills/ by reading their SKILL.md frontmatter.

#Get your API key from twittershots.com/settings/keys

Manual / Other Agents

#Clone anywhere and point your agent's skill path to the directory:

git clone https://github.com/twittershots/skills.git \
  /path/to/your/skills/twittershots
export TWITTERSHOTS_API_KEY="your_api_key_here"

#The only required file is SKILL.md — load it into your agent's context and it will know how to use the TwitterShots API.