@xquik/tweetclaw 1.6.23 → 1.6.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/openclaw.plugin.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
[](LICENSE)
|
|
6
6
|

|
|
7
7
|
[](https://deepwiki.com/Xquik-dev/tweetclaw)
|
|
8
|
+
[](https://context7.com/xquik-dev/tweetclaw)
|
|
8
9
|
[](https://glama.ai/mcp/servers/Xquik-dev/x-twitter-scraper)
|
|
9
10
|
[](https://smithery.ai/servers/xquik/x-twitter-scraper)
|
|
10
11
|
[](https://apify.com/xquik/x-tweet-scraper)
|
|
@@ -208,6 +209,9 @@ You: "Monitor @elonmusk for new tweets, replies, and retweets"
|
|
|
208
209
|
- [Xquik Platform](https://xquik.com)
|
|
209
210
|
- [API Documentation](https://docs.xquik.com)
|
|
210
211
|
- [Billing & Pricing](https://docs.xquik.com/guides/billing)
|
|
212
|
+
- [Context7 Agent Docs](https://context7.com/xquik-dev/tweetclaw)
|
|
213
|
+
- [OpenClaw Setup Guide](docs/openclaw-setup.md)
|
|
214
|
+
- [Agent Workflow Guide](docs/agent-workflows.md)
|
|
211
215
|
- Framework guides: [Mastra](https://docs.xquik.com/guides/mastra), [CrewAI](https://docs.xquik.com/guides/crewai), [LangChain](https://docs.xquik.com/guides/langchain), [Pydantic AI](https://docs.xquik.com/guides/pydantic-ai), [Google ADK](https://docs.xquik.com/guides/google-adk), [Microsoft Agent Framework](https://docs.xquik.com/guides/microsoft-agent-framework), [n8n](https://docs.xquik.com/guides/n8n), [Zapier](https://docs.xquik.com/guides/zapier), [Make](https://docs.xquik.com/guides/make), [Pipedream](https://docs.xquik.com/guides/pipedream), [Composio migration](https://docs.xquik.com/guides/composio-migration)
|
|
212
216
|
- [npm Package](https://www.npmjs.com/package/@xquik/tweetclaw)
|
|
213
217
|
- [Hermes Tweet for Hermes Agent](https://github.com/Xquik-dev/hermes-tweet)
|
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xquik/tweetclaw",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.24",
|
|
4
4
|
"description": "Post tweets, reply, like, retweet, follow, DM & more from OpenClaw through structured Xquik endpoints.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"install": {
|
|
34
34
|
"defaultChoice": "clawhub",
|
|
35
|
-
"clawhubSpec": "clawhub:@xquik/tweetclaw@1.6.
|
|
36
|
-
"npmSpec": "@xquik/tweetclaw@1.6.
|
|
35
|
+
"clawhubSpec": "clawhub:@xquik/tweetclaw@1.6.24",
|
|
36
|
+
"npmSpec": "@xquik/tweetclaw@1.6.24",
|
|
37
37
|
"minHostVersion": ">=2026.5.4"
|
|
38
38
|
}
|
|
39
39
|
},
|