@askjo/camoufox-browser 1.0.0 → 1.0.2
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 +2 -2
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ This project wraps Camoufox in a simple REST API optimized for AI agents: access
|
|
|
35
35
|
Install as an OpenClaw plugin for agent tool access:
|
|
36
36
|
|
|
37
37
|
```bash
|
|
38
|
-
openclaw plugins install @
|
|
38
|
+
openclaw plugins install @askjo/camoufox-browser
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
Then start the server and configure:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@askjo/camoufox-browser",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Headless browser automation server for AI agents -
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "Headless browser automation server and OpenClaw plugin for AI agents - anti-detection, element refs, and session isolation",
|
|
5
5
|
"main": "server-camoufox.js",
|
|
6
6
|
"openclaw": {
|
|
7
7
|
"extensions": ["plugin.ts"]
|