@riddledc/openclaw-riddledc 0.5.0 → 0.5.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/CHECKSUMS.txt +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/CHECKSUMS.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
de790b590f73cb048b327164f3121e596860a16678ac1ed67abae5bdb6270ae8 dist/index.cjs
|
|
2
2
|
94ce04f0e2d84bf64dd68f0500dfdd2f951287a3deccec87f197261961927f6f dist/index.d.cts
|
|
3
3
|
94ce04f0e2d84bf64dd68f0500dfdd2f951287a3deccec87f197261961927f6f dist/index.d.ts
|
|
4
|
-
|
|
4
|
+
490816f9b8e7241bbc9bde9238d2cf73b918f37b2b8c6c1e045194030118321f dist/index.js
|
package/dist/index.cjs
CHANGED
|
@@ -330,7 +330,7 @@ function register(api) {
|
|
|
330
330
|
if (Object.keys(opts).length > 0) payload.options = opts;
|
|
331
331
|
if (params.include) payload.include = params.include;
|
|
332
332
|
if (params.harInline) payload.harInline = params.harInline;
|
|
333
|
-
const result = await runWithDefaults(api, payload, { include: ["screenshot", "console", "result"] });
|
|
333
|
+
const result = await runWithDefaults(api, payload, { include: ["screenshot", "console", "result", "data", "urls", "dataset", "sitemap"] });
|
|
334
334
|
return { content: [{ type: "text", text: JSON.stringify(result, null, 2) }] };
|
|
335
335
|
}
|
|
336
336
|
},
|
|
@@ -370,7 +370,7 @@ function register(api) {
|
|
|
370
370
|
if (Object.keys(opts).length > 0) payload.options = opts;
|
|
371
371
|
if (params.include) payload.include = params.include;
|
|
372
372
|
if (params.harInline) payload.harInline = params.harInline;
|
|
373
|
-
const result = await runWithDefaults(api, payload, { include: ["screenshot", "console", "result"] });
|
|
373
|
+
const result = await runWithDefaults(api, payload, { include: ["screenshot", "console", "result", "data", "urls", "dataset", "sitemap"] });
|
|
374
374
|
return { content: [{ type: "text", text: JSON.stringify(result, null, 2) }] };
|
|
375
375
|
}
|
|
376
376
|
},
|
package/dist/index.js
CHANGED
|
@@ -306,7 +306,7 @@ function register(api) {
|
|
|
306
306
|
if (Object.keys(opts).length > 0) payload.options = opts;
|
|
307
307
|
if (params.include) payload.include = params.include;
|
|
308
308
|
if (params.harInline) payload.harInline = params.harInline;
|
|
309
|
-
const result = await runWithDefaults(api, payload, { include: ["screenshot", "console", "result"] });
|
|
309
|
+
const result = await runWithDefaults(api, payload, { include: ["screenshot", "console", "result", "data", "urls", "dataset", "sitemap"] });
|
|
310
310
|
return { content: [{ type: "text", text: JSON.stringify(result, null, 2) }] };
|
|
311
311
|
}
|
|
312
312
|
},
|
|
@@ -346,7 +346,7 @@ function register(api) {
|
|
|
346
346
|
if (Object.keys(opts).length > 0) payload.options = opts;
|
|
347
347
|
if (params.include) payload.include = params.include;
|
|
348
348
|
if (params.harInline) payload.harInline = params.harInline;
|
|
349
|
-
const result = await runWithDefaults(api, payload, { include: ["screenshot", "console", "result"] });
|
|
349
|
+
const result = await runWithDefaults(api, payload, { include: ["screenshot", "console", "result", "data", "urls", "dataset", "sitemap"] });
|
|
350
350
|
return { content: [{ type: "text", text: JSON.stringify(result, null, 2) }] };
|
|
351
351
|
}
|
|
352
352
|
},
|
package/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "openclaw-riddledc",
|
|
3
3
|
"name": "Riddle",
|
|
4
4
|
"description": "Riddle (riddledc.com) hosted browser API tools for OpenClaw agents.",
|
|
5
|
-
"version": "0.5.
|
|
5
|
+
"version": "0.5.2",
|
|
6
6
|
"notes": "0.4.0: Added riddle_scrape, riddle_map, riddle_crawl convenience tools. Updated riddle_steps and riddle_script descriptions with data extraction capabilities.",
|
|
7
7
|
"type": "plugin",
|
|
8
8
|
"bundledSkills": [],
|