@xquik/tweetclaw 1.6.14 → 1.6.16

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 CHANGED
@@ -10,6 +10,8 @@
10
10
 
11
11
  Post tweets, reply, like, retweet, follow, DM & more - directly from your chat. Full X/Twitter automation for [OpenClaw](https://github.com/openclaw/openclaw).
12
12
 
13
+ Hermes Agent users should use [Hermes Tweet](https://github.com/Xquik-dev/hermes-tweet), the native Python plugin for the same Xquik API contract.
14
+
13
15
  Powered by [Xquik](https://xquik.com), the all-in-one X automation platform. **Post reads from $0.00015/call - about 33x cheaper than official X API post reads.**
14
16
 
15
17
  ## Pricing
@@ -140,7 +142,7 @@ AI uses explore → filters spec by category "composition"
140
142
 
141
143
  Invoke catalog-listed API endpoints with structured `path`, `method`, `query`, and `body` fields. Auth is injected automatically - the LLM never sees your API key.
142
144
 
143
- This tool is optional in OpenClaw. Add `tweetclaw` to `tools.allow` if your installation keeps optional tools disabled.
145
+ This tool is optional in OpenClaw. If your agent can see the skill but cannot call TweetClaw tools, add `explore` and `tweetclaw` to `tools.alsoAllow` so your normal tool profile stays intact.
144
146
 
145
147
  OpenClaw approval prompts are enforced before write-like `tweetclaw` tool calls. Review the structured request before approving any post, delete, follow, DM, monitor, extraction, webhook, or profile-change action.
146
148
 
@@ -204,6 +206,7 @@ You: "Monitor @elonmusk for new tweets, replies, and retweets"
204
206
  - [Billing & Pricing](https://docs.xquik.com/guides/billing)
205
207
  - 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)
206
208
  - [npm Package](https://www.npmjs.com/package/@xquik/tweetclaw)
209
+ - [Hermes Tweet for Hermes Agent](https://github.com/Xquik-dev/hermes-tweet)
207
210
  - [OpenClaw](https://github.com/openclaw/openclaw)
208
211
 
209
212
  ## License
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "tweetclaw",
3
3
  "name": "TweetClaw",
4
- "version": "1.6.14",
4
+ "version": "1.6.16",
5
5
  "description": "Post tweets, reply, like, retweet, follow, DM, search, and monitor X/Twitter through structured Xquik endpoints.",
6
6
  "activation": {
7
7
  "onStartup": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xquik/tweetclaw",
3
- "version": "1.6.14",
3
+ "version": "1.6.16",
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,7 +32,7 @@
32
32
  },
33
33
  "install": {
34
34
  "defaultChoice": "npm",
35
- "npmSpec": "@xquik/tweetclaw@1.6.14",
35
+ "npmSpec": "@xquik/tweetclaw@1.6.16",
36
36
  "minHostVersion": ">=2026.5.4"
37
37
  }
38
38
  },
@@ -77,11 +77,12 @@
77
77
  "cpd": "jscpd .",
78
78
  "check-suppressions": "tsx check-suppressions.ts",
79
79
  "check-em-dash": "tsx check-em-dash.ts",
80
+ "check-skill-frontmatter": "node scripts/check-skill-frontmatter.mjs",
80
81
  "check-versions": "node scripts/check-versions.mjs",
81
82
  "check-package-artifact": "node scripts/check-package-artifact.mjs",
82
- "prepack": "npm run build && npm run check-versions",
83
- "prepublishOnly": "npm run check-versions && npm run build && npm run check-package-artifact",
84
- "check:all": "npm run typecheck && npm run lint && npm run cpd && npm run knip && npm run check-suppressions && npm run check-em-dash && npm run check-versions && npm run build && npm run check-package-artifact && npm run test:coverage"
83
+ "prepack": "npm run build && npm run check-skill-frontmatter && npm run check-versions",
84
+ "prepublishOnly": "npm run check-skill-frontmatter && npm run check-versions && npm run build && npm run check-package-artifact",
85
+ "check:all": "npm run typecheck && npm run lint && npm run cpd && npm run knip && npm run check-suppressions && npm run check-em-dash && npm run check-skill-frontmatter && npm run check-versions && npm run build && npm run check-package-artifact && npm run test:coverage"
85
86
  },
86
87
  "peerDependencies": {
87
88
  "mppx": ">=0.1.0",
@@ -2,11 +2,7 @@
2
2
  name: tweetclaw
3
3
  description: "Safety-reviewed guide for @xquik/tweetclaw, the Xquik OpenClaw plugin for structured X/Twitter workflows. Covers setup, credential boundaries, explicit approval for writes and paid actions, spending limits, private-data handling, and monitor controls."
4
4
  homepage: https://xquik.com
5
- read_when:
6
- - Installing or configuring the TweetClaw OpenClaw plugin
7
- - Using Xquik from OpenClaw with explicit user approval
8
- - Checking TweetClaw pricing, credentials, permissions, or safety boundaries
9
- - Planning X/Twitter reads, writes, extractions, draws, or monitors safely
5
+ read_when: ["Installing or configuring the TweetClaw OpenClaw plugin","Using Xquik from OpenClaw with explicit user approval","Checking TweetClaw pricing, credentials, permissions, or safety boundaries","Planning X/Twitter reads, writes, extractions, draws, or monitors safely"]
10
6
  metadata: {"openclaw":{"emoji":"🐦","tags":["twitter","x","automation","social-media","tweets","scraping","giveaway","monitoring","rest-api","cheap-api"],"primaryEnv":"XQUIK_API_KEY","envVars":[{"name":"XQUIK_API_KEY","required":false,"description":"Optional Xquik API key for account-backed TweetClaw workflows. Prefer storing it in OpenClaw plugin config rather than exposing it to the agent session."},{"name":"MPP_SIGNING_KEY","required":false,"description":"Optional Machine Payments Protocol signing key for read-only pay-per-use mode. Store as sensitive OpenClaw plugin config and never print it."}]}}
11
7
  license: MIT-0
12
8
  ---