Auto-sync: 2026-04-23 00:02
This commit is contained in:
36
wiki/entities/TweetClaw.md
Normal file
36
wiki/entities/TweetClaw.md
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
title: "TweetClaw"
|
||||
type: entity
|
||||
tags: ["openclaw", "twitter", "x", "plugin", "automation"]
|
||||
last_updated: 2026-04-17
|
||||
---
|
||||
|
||||
## 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 操作能力
|
||||
Reference in New Issue
Block a user