openclaw-x
Enables users to manage their X/Twitter account through a local API, allowing actions like tweeting, liking, and searching tweets.
Install this skill
Security score
The openclaw-x skill was audited on Jun 11, 2026 and we found 23 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 21 | curl http://localhost:19816/timeline?count=20 |
Curl to non-GitHub URL
| 29 | curl http://localhost:19816/tweet/{tweet_id} |
Curl to non-GitHub URL
| 37 | curl "http://localhost:19816/search?q=关键词&sort=Latest&count=20" |
Curl to non-GitHub URL
| 48 | curl -X POST http://localhost:19816/tweet \ |
Curl to non-GitHub URL
| 56 | curl -X POST http://localhost:19816/tweet \ |
Curl to non-GitHub URL
| 64 | curl -X POST http://localhost:19816/tweet/{tweet_id}/like |
Curl to non-GitHub URL
| 70 | curl -X POST http://localhost:19816/tweet/{tweet_id}/retweet |
Curl to non-GitHub URL
| 76 | curl -X POST http://localhost:19816/tweet/{tweet_id}/bookmark |
Curl to non-GitHub URL
| 82 | curl http://localhost:19816/user/{username} |
Curl to non-GitHub URL
| 90 | curl http://localhost:19816/user/{username}/tweets?count=20 |
External URL reference
| 14 | 3. 运行可执行文件,确保服务已启动:`http://localhost:19816` |
External URL reference
| 21 | curl http://localhost:19816/timeline?count=20 |
External URL reference
| 29 | curl http://localhost:19816/tweet/{tweet_id} |
External URL reference
| 32 | 支持传入推文 ID 或完整 URL(如 `https://x.com/user/status/123456`)。 |
External URL reference
| 37 | curl "http://localhost:19816/search?q=关键词&sort=Latest&count=20" |
External URL reference
| 48 | curl -X POST http://localhost:19816/tweet \ |
External URL reference
| 56 | curl -X POST http://localhost:19816/tweet \ |
External URL reference
| 64 | curl -X POST http://localhost:19816/tweet/{tweet_id}/like |
External URL reference
| 70 | curl -X POST http://localhost:19816/tweet/{tweet_id}/retweet |
External URL reference
| 76 | curl -X POST http://localhost:19816/tweet/{tweet_id}/bookmark |
External URL reference
| 82 | curl http://localhost:19816/user/{username} |
External URL reference
| 90 | curl http://localhost:19816/user/{username}/tweets?count=20 |
External URL reference
| 98 | 4. "帮我点赞这条推文 https://x.com/xxx/status/123" |