@xquik/tweetclaw 1.0.0 → 1.0.1

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
@@ -28,7 +28,7 @@ openclaw config set plugins.entries.tweetclaw.config.pollingInterval 60
28
28
 
29
29
  ## Tools
30
30
 
31
- TweetClaw uses the [Cloudflare Code Mode pattern](https://github.com/cloudflare/mcp) - just 2 tools that cover the entire API:
31
+ TweetClaw uses Xquik's 2-tool approach to cover the entire API:
32
32
 
33
33
  ### `explore` (free, no network)
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xquik/tweetclaw",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "X/Twitter automation for OpenClaw - search, post, extract, draw, monitor via Xquik",
5
5
  "license": "MIT",
6
6
  "type": "module",
package/src/index.ts CHANGED
@@ -84,7 +84,7 @@ export default function register(api: OpenClawApi, fetchFunction?: FetchFunction
84
84
  const { apiKey, baseUrl = 'https://xquik.com' } = config;
85
85
  const request = createProxiedRequest(baseUrl, apiKey, fetchFunction);
86
86
 
87
- // --- Tools (Cloudflare Code Mode pattern) ---
87
+ // --- Tools (2-tool approach) ---
88
88
  api.registerTool(
89
89
  {
90
90
  description: SEARCH_DESCRIPTION,