@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 +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
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
|
|
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
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 (
|
|
87
|
+
// --- Tools (2-tool approach) ---
|
|
88
88
|
api.registerTool(
|
|
89
89
|
{
|
|
90
90
|
description: SEARCH_DESCRIPTION,
|