Install the TwtAPI Skill
Bring Twitter/X search, profile, and timeline data to OpenClaw and other compatible AI clients.
Skill key2Install3 Verify
Skill Key
…Fastest setup
Install and provide the runtime credential with two commands.
clawhub install twtapi export TWTAPI_SKILL_KEY="tsk-your-skill-key"
This command contains a private Skill Key. Do not commit or share it.
Advanced: persistent OpenClaw config
{
"skills": {
"entries": {
"twtapi": {
"enabled": true,
"env": {
"TWTAPI_SKILL_KEY": "tsk-your-skill-key"
}
}
}
}
}Installation check
Run the verification command to confirm the local Skill is ready.
Runtime
OpenClaw
Skill
twtapi
Version
1.2.0
Authentication
Skill Key
Capabilities
●Search postsSearch recent content by keyword
●Look up profilesRead public user profiles
●Read timelinesFetch recent user posts
●Explore trendsRead current trending topics
$ python3 skills/twtapi/scripts/twtapi.py tools
✓ Tool list returned
The output above is an example; the console does not claim to have installed anything locally.