Skip to main content

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

or
37/100

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

medium line 21

Curl to non-GitHub URL

SourceSKILL.md
21curl http://localhost:19816/timeline?count=20
medium line 29

Curl to non-GitHub URL

SourceSKILL.md
29curl http://localhost:19816/tweet/{tweet_id}
medium line 37

Curl to non-GitHub URL

SourceSKILL.md
37curl "http://localhost:19816/search?q=关键词&sort=Latest&count=20"
medium line 48

Curl to non-GitHub URL

SourceSKILL.md
48curl -X POST http://localhost:19816/tweet \
medium line 56

Curl to non-GitHub URL

SourceSKILL.md
56curl -X POST http://localhost:19816/tweet \
medium line 64

Curl to non-GitHub URL

SourceSKILL.md
64curl -X POST http://localhost:19816/tweet/{tweet_id}/like
medium line 70

Curl to non-GitHub URL

SourceSKILL.md
70curl -X POST http://localhost:19816/tweet/{tweet_id}/retweet
medium line 76

Curl to non-GitHub URL

SourceSKILL.md
76curl -X POST http://localhost:19816/tweet/{tweet_id}/bookmark
medium line 82

Curl to non-GitHub URL

SourceSKILL.md
82curl http://localhost:19816/user/{username}
medium line 90

Curl to non-GitHub URL

SourceSKILL.md
90curl http://localhost:19816/user/{username}/tweets?count=20
low line 14

External URL reference

SourceSKILL.md
143. 运行可执行文件,确保服务已启动:`http://localhost:19816`
low line 21

External URL reference

SourceSKILL.md
21curl http://localhost:19816/timeline?count=20
low line 29

External URL reference

SourceSKILL.md
29curl http://localhost:19816/tweet/{tweet_id}
low line 32

External URL reference

SourceSKILL.md
32支持传入推文 ID 或完整 URL(如 `https://x.com/user/status/123456`)。
low line 37

External URL reference

SourceSKILL.md
37curl "http://localhost:19816/search?q=关键词&sort=Latest&count=20"
low line 48

External URL reference

SourceSKILL.md
48curl -X POST http://localhost:19816/tweet \
low line 56

External URL reference

SourceSKILL.md
56curl -X POST http://localhost:19816/tweet \
low line 64

External URL reference

SourceSKILL.md
64curl -X POST http://localhost:19816/tweet/{tweet_id}/like
low line 70

External URL reference

SourceSKILL.md
70curl -X POST http://localhost:19816/tweet/{tweet_id}/retweet
low line 76

External URL reference

SourceSKILL.md
76curl -X POST http://localhost:19816/tweet/{tweet_id}/bookmark
low line 82

External URL reference

SourceSKILL.md
82curl http://localhost:19816/user/{username}
low line 90

External URL reference

SourceSKILL.md
90curl http://localhost:19816/user/{username}/tweets?count=20
low line 98

External URL reference

SourceSKILL.md
984. "帮我点赞这条推文 https://x.com/xxx/status/123"
Scanned on Jun 11, 2026
View Security Dashboard
Installation guide →