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.