clawtamer 0.1.1 → 0.4.0
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 +3 -3
- package/package.json +13 -1
package/README.md
CHANGED
|
@@ -26,9 +26,9 @@ npx clawtamer init
|
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
Recommended onboarding order:
|
|
29
|
-
1. Sign in with Google at https://www.clawtamer.ai/
|
|
30
|
-
2. Open Dashboard and reveal
|
|
31
|
-
3.
|
|
29
|
+
1. Sign in with Google at https://www.clawtamer.ai/dashboard
|
|
30
|
+
2. Open Dashboard and reveal & copy your Clawtamer API key
|
|
31
|
+
3. In your OpenClaw host machine (VPS/Docker/Local), run `npx clawtamer init` in your OpenClaw workspace
|
|
32
32
|
|
|
33
33
|
The setup flow will:
|
|
34
34
|
1. Register or connect your Clawtamer account
|
package/package.json
CHANGED
|
@@ -1,7 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clawtamer",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Clawtamer CLI and OpenClaw plugin",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"openclaw",
|
|
7
|
+
"plugin",
|
|
8
|
+
"proxy",
|
|
9
|
+
"routing",
|
|
10
|
+
"cost-optimization",
|
|
11
|
+
"llm",
|
|
12
|
+
"api",
|
|
13
|
+
"anthropic",
|
|
14
|
+
"claude",
|
|
15
|
+
"caching"
|
|
16
|
+
],
|
|
5
17
|
"license": "MIT",
|
|
6
18
|
"type": "commonjs",
|
|
7
19
|
"bin": {
|