Files
nexus/wiki/entities/TweetClaw.md
2026-04-27 20:02:52 +08:00

37 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "TweetClaw"
type: entity
tags: ["openclaw", "twitter", "x", "plugin", "automation"]
last_updated: 2026-04-27
---
## Overview
TweetClaw 是 OpenClaw 的 X/Twitter 插件,通过 @xquik/tweetclaw npm 包安装,将 Agent 连接到 X/Twitter 官方托管 API实现自然语言驱动的全功能 X/Twitter 操作。
## Type
- **Plugin**OpenClaw Plugin
## Key Capabilities
- **Post & Engage**:发帖、回复推文、点赞、转发、关注/取消关注、发送私信
- **Search & Extract**:搜索推文和用户,提取关注者、点赞者、转发者、引用推文者、列表成员
- **Giveaways**:从推文互动用户中随机抽取获奖者,支持可配置筛选条件(最低粉丝数、账号年龄、关键词要求)
- **Monitors**:监控指定账号的新推文或粉丝变化并发送通知
## Installation
```text
openclaw plugins install @xquik/tweetclaw
```
## Related Links
- [GitHub Repository](https://github.com/Xquik-dev/tweetclaw)
- [npm Package](https://www.npmjs.com/package/@xquik/tweetclaw)
## Connections
- [[OpenClaw]] — TweetClaw 的宿主平台,通过 OpenClaw Plugin 系统安装和运行
- [[x-twitter-automation]] — TweetClaw 的应用场景,通过该插件实现 X/Twitter 全功能自动化
- [[Xquik-dev]] — TweetClaw 的开发公司
## Notes
- 所有 API 操作通过 TweetClaw 托管服务完成,无需浏览器 Cookie、无爬虫脚本、无凭证暴露
- 与 [[n8n-workflow-orchestration]] 互补n8n 可作为凭证托管层TweetClaw 提供具体 API 操作能力