@cozeclaw/coze-openclaw-plugin 0.1.4 → 0.1.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cozeclaw/coze-openclaw-plugin",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "OpenClaw Coze tools and bundled skills",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -39,4 +39,5 @@ node {skillDir}/scripts/gen.mjs --prompt "A modern office workspace" --response-
39
39
  - The skill runtime requires `plugins.entries.coze-openclaw-plugin.config.apiKey`.
40
40
  - `{skillDir}` means the directory containing this `SKILL.md`.
41
41
  - Successful runs print generated URLs directly.
42
+ - Printed image URLs must be kept exactly intact, complete, and accurate. All URL parameters must be preserved without truncation, rewriting, omission, or reordering; in particular, parameters inside the query string such as `sign` must not be dropped, otherwise the image may be inaccessible.
42
43
  - This skill does not expose base64 output.
@@ -32,6 +32,7 @@ node {skillDir}/scripts/tts.mjs --text "Fast announcement" --speech-rate 30 --fo
32
32
  - At least one of `--text` or `--texts` is required.
33
33
  - This skill currently supports plain text input only. It does not expose `ssml`, `--header`, `-H`, or `--mock`.
34
34
  - The CLI prints one audio URL per generated segment. It does not download audio files locally.
35
+ - Printed audio URLs must be kept exactly intact, complete, and accurate. All URL parameters must be preserved without truncation, rewriting, omission, or reordering; in particular, parameters inside the query string such as `sign` must not be dropped, otherwise the audio may be inaccessible.
35
36
  - The CLI does not print `audioSize`, even though the underlying SDK returns it.
36
37
  - Invalid ranges or unsupported values are passed through to the SDK and may fail there.
37
38
 
@@ -83,3 +84,4 @@ Supported: `8000`, `16000`, `22050`, `24000`, `32000`, `44100`, `48000` Hz
83
84
  - The skill runtime requires `plugins.entries.coze-openclaw-plugin.config.apiKey`.
84
85
  - `{skillDir}` means the directory containing this `SKILL.md`.
85
86
  - The script prints one audio URL per generated segment.
87
+ - The returned URL must be used as-is, in full, and with every parameter preserved exactly, especially query parameters such as `sign`, otherwise the audio may not be accessible.