@unityclaw/skills 1.0.9 → 1.1.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 +2 -0
- package/package.json +1 -1
- package/unityclaw-document-convert/SKILL.md +2 -2
- package/unityclaw-document-translation/SKILL.md +2 -2
- package/unityclaw-idp-business-extraction/SKILL.md +2 -2
- package/unityclaw-idp-contract-extraction/SKILL.md +2 -2
- package/unityclaw-idp-invoice-extraction/SKILL.md +2 -2
- package/unityclaw-idp-personal-documents/SKILL.md +2 -2
- package/unityclaw-image-compress/SKILL.md +2 -2
- package/unityclaw-image-generation/SKILL.md +2 -2
- package/unityclaw-media-analysis/SKILL.md +2 -2
- package/unityclaw-media-download-xhs/SKILL.md +2 -2
- package/unityclaw-media-stats/SKILL.md +2 -2
- package/unityclaw-media-user-info/SKILL.md +2 -2
- package/unityclaw-video-frame-extract/SKILL.md +2 -2
- package/unityclaw-video-generation-jimeng-doubao/SKILL.md +6 -3
- package/unityclaw-video-generation-kling/SKILL.md +2 -2
- package/unityclaw-video-generation-wan-minimax/SKILL.md +2 -2
package/README.md
CHANGED
|
@@ -121,6 +121,8 @@ Only endpoints that **require** field-feishu structures are normalized.
|
|
|
121
121
|
- Text array conversion (`string` -> `[{ type: 'text', text: '...' }]`) is applied only for:
|
|
122
122
|
`jimeng/image`, `jimeng/image/v3`, `sora/video`, `sora/video/stable`, `veo/video`, `jimeng/video`, `doubao/video`.
|
|
123
123
|
- Label conversion (`'16:9'` -> `{ value: '16:9', label: '16:9' }`) is applied only for endpoints whose `ParameterModel` expects `LabelFieldItem`.
|
|
124
|
+
- For `jimeng/video`, if `action` is omitted SDK infers:
|
|
125
|
+
`i2v` when `attachment` exists, otherwise `t2v`.
|
|
124
126
|
- For `doubao/video`, duration should use numeric value in `LabelFieldItem.value` when provided (for example `{ value: 5, label: '5' }`).
|
|
125
127
|
- Endpoints that already support plain strings are kept as-is (no forced conversion).
|
|
126
128
|
- If you pass full field-feishu structures, SDK keeps them unchanged.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: unityclaw-document-convert
|
|
3
3
|
description: Convert documents between formats (PDF, Word, PPT, Excel, Image)
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
metadata:
|
|
6
6
|
openclaw:
|
|
7
7
|
requires:
|
|
@@ -418,7 +418,7 @@ console.log('Downloaded Files:', result.attachments);
|
|
|
418
418
|
## SDK Version Check Rule
|
|
419
419
|
|
|
420
420
|
- Before invoking this skill, check local `@unityclaw/sdk` version.
|
|
421
|
-
- Required minimum SDK version: `1.0
|
|
421
|
+
- Required minimum SDK version: `1.1.0`
|
|
422
422
|
- If local SDK version is lower than this skill version, stop and prompt user to upgrade SDK first.
|
|
423
423
|
- Suggested command: `npm i @unityclaw/sdk@latest`
|
|
424
424
|
<!-- SDK_VERSION_RULE_END -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: unityclaw-document-translation
|
|
3
3
|
description: Translate documents between multiple languages while preserving formatting
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
metadata:
|
|
6
6
|
openclaw:
|
|
7
7
|
requires:
|
|
@@ -312,7 +312,7 @@ console.log('Downloaded Files:', result.attachments);
|
|
|
312
312
|
## SDK Version Check Rule
|
|
313
313
|
|
|
314
314
|
- Before invoking this skill, check local `@unityclaw/sdk` version.
|
|
315
|
-
- Required minimum SDK version: `1.0
|
|
315
|
+
- Required minimum SDK version: `1.1.0`
|
|
316
316
|
- If local SDK version is lower than this skill version, stop and prompt user to upgrade SDK first.
|
|
317
317
|
- Suggested command: `npm i @unityclaw/sdk@latest`
|
|
318
318
|
<!-- SDK_VERSION_RULE_END -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: unityclaw-idp-business-extraction
|
|
3
3
|
description: Extract fields from business documents (business license, business card)
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
metadata:
|
|
6
6
|
openclaw:
|
|
7
7
|
requires:
|
|
@@ -57,7 +57,7 @@ await client.idp.extract('business_license', {
|
|
|
57
57
|
## SDK Version Check Rule
|
|
58
58
|
|
|
59
59
|
- Before invoking this skill, check local `@unityclaw/sdk` version.
|
|
60
|
-
- Required minimum SDK version: `1.0
|
|
60
|
+
- Required minimum SDK version: `1.1.0`
|
|
61
61
|
- If local SDK version is lower than this skill version, stop and prompt user to upgrade SDK first.
|
|
62
62
|
- Suggested command: `npm i @unityclaw/sdk@latest`
|
|
63
63
|
<!-- SDK_VERSION_RULE_END -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: unityclaw-idp-contract-extraction
|
|
3
3
|
description: Extract structured fields from contract files
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
metadata:
|
|
6
6
|
openclaw:
|
|
7
7
|
requires:
|
|
@@ -57,7 +57,7 @@ await client.idp.extract('contract', {
|
|
|
57
57
|
## SDK Version Check Rule
|
|
58
58
|
|
|
59
59
|
- Before invoking this skill, check local `@unityclaw/sdk` version.
|
|
60
|
-
- Required minimum SDK version: `1.0
|
|
60
|
+
- Required minimum SDK version: `1.1.0`
|
|
61
61
|
- If local SDK version is lower than this skill version, stop and prompt user to upgrade SDK first.
|
|
62
62
|
- Suggested command: `npm i @unityclaw/sdk@latest`
|
|
63
63
|
<!-- SDK_VERSION_RULE_END -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: unityclaw-idp-invoice-extraction
|
|
3
3
|
description: Extract fields from invoice and ticket documents (VAT, train, taxi)
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
metadata:
|
|
6
6
|
openclaw:
|
|
7
7
|
requires:
|
|
@@ -59,7 +59,7 @@ await client.idp.extract('vat_invoice', {
|
|
|
59
59
|
## SDK Version Check Rule
|
|
60
60
|
|
|
61
61
|
- Before invoking this skill, check local `@unityclaw/sdk` version.
|
|
62
|
-
- Required minimum SDK version: `1.0
|
|
62
|
+
- Required minimum SDK version: `1.1.0`
|
|
63
63
|
- If local SDK version is lower than this skill version, stop and prompt user to upgrade SDK first.
|
|
64
64
|
- Suggested command: `npm i @unityclaw/sdk@latest`
|
|
65
65
|
<!-- SDK_VERSION_RULE_END -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: unityclaw-idp-personal-documents
|
|
3
3
|
description: Extract structured fields from personal identity documents (ID card, vehicle license, bank card)
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
metadata:
|
|
6
6
|
openclaw:
|
|
7
7
|
requires:
|
|
@@ -63,7 +63,7 @@ await client.idp.extract('id_card', {
|
|
|
63
63
|
## SDK Version Check Rule
|
|
64
64
|
|
|
65
65
|
- Before invoking this skill, check local `@unityclaw/sdk` version.
|
|
66
|
-
- Required minimum SDK version: `1.0
|
|
66
|
+
- Required minimum SDK version: `1.1.0`
|
|
67
67
|
- If local SDK version is lower than this skill version, stop and prompt user to upgrade SDK first.
|
|
68
68
|
- Suggested command: `npm i @unityclaw/sdk@latest`
|
|
69
69
|
<!-- SDK_VERSION_RULE_END -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: unityclaw-image-compress
|
|
3
3
|
description: Compress images with quality control to reduce file size
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
metadata:
|
|
6
6
|
openclaw:
|
|
7
7
|
requires:
|
|
@@ -268,7 +268,7 @@ console.log('Local Attachments:', result.attachments);
|
|
|
268
268
|
## SDK Version Check Rule
|
|
269
269
|
|
|
270
270
|
- Before invoking this skill, check local `@unityclaw/sdk` version.
|
|
271
|
-
- Required minimum SDK version: `1.0
|
|
271
|
+
- Required minimum SDK version: `1.1.0`
|
|
272
272
|
- If local SDK version is lower than this skill version, stop and prompt user to upgrade SDK first.
|
|
273
273
|
- Suggested command: `npm i @unityclaw/sdk@latest`
|
|
274
274
|
<!-- SDK_VERSION_RULE_END -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: unityclaw-image-generation
|
|
3
3
|
description: Generate high-quality images using Gemini or JiMeng (Doubao) models
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
metadata:
|
|
6
6
|
openclaw:
|
|
7
7
|
requires:
|
|
@@ -307,7 +307,7 @@ console.log('Task Folder:', result.taskFolder); // e.g., "~/Documents/tasks/2026
|
|
|
307
307
|
## SDK Version Check Rule
|
|
308
308
|
|
|
309
309
|
- Before invoking this skill, check local `@unityclaw/sdk` version.
|
|
310
|
-
- Required minimum SDK version: `1.0
|
|
310
|
+
- Required minimum SDK version: `1.1.0`
|
|
311
311
|
- If local SDK version is lower than this skill version, stop and prompt user to upgrade SDK first.
|
|
312
312
|
- Suggested command: `npm i @unityclaw/sdk@latest`
|
|
313
313
|
<!-- SDK_VERSION_RULE_END -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: unityclaw-media-analysis
|
|
3
3
|
description: Analyze video and audio content to extract subtitles, summaries, and insights
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
metadata:
|
|
6
6
|
openclaw:
|
|
7
7
|
requires:
|
|
@@ -352,7 +352,7 @@ console.log('Task Folder:', result.taskFolder);
|
|
|
352
352
|
## SDK Version Check Rule
|
|
353
353
|
|
|
354
354
|
- Before invoking this skill, check local `@unityclaw/sdk` version.
|
|
355
|
-
- Required minimum SDK version: `1.0
|
|
355
|
+
- Required minimum SDK version: `1.1.0`
|
|
356
356
|
- If local SDK version is lower than this skill version, stop and prompt user to upgrade SDK first.
|
|
357
357
|
- Suggested command: `npm i @unityclaw/sdk@latest`
|
|
358
358
|
<!-- SDK_VERSION_RULE_END -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: unityclaw-media-download-xhs
|
|
3
3
|
description: Download Xiaohongshu media and return cover/video URLs
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
metadata:
|
|
6
6
|
openclaw:
|
|
7
7
|
requires:
|
|
@@ -43,7 +43,7 @@ if (result.success && result.response?.data) {
|
|
|
43
43
|
## SDK Version Check Rule
|
|
44
44
|
|
|
45
45
|
- Before invoking this skill, check local `@unityclaw/sdk` version.
|
|
46
|
-
- Required minimum SDK version: `1.0
|
|
46
|
+
- Required minimum SDK version: `1.1.0`
|
|
47
47
|
- If local SDK version is lower than this skill version, stop and prompt user to upgrade SDK first.
|
|
48
48
|
- Suggested command: `npm i @unityclaw/sdk@latest`
|
|
49
49
|
<!-- SDK_VERSION_RULE_END -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: unityclaw-media-stats
|
|
3
3
|
description: Extract social media post metrics (play, like, comment, share, etc.) from links
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
metadata:
|
|
6
6
|
openclaw:
|
|
7
7
|
requires:
|
|
@@ -43,7 +43,7 @@ if (result.success && result.response?.data) {
|
|
|
43
43
|
## SDK Version Check Rule
|
|
44
44
|
|
|
45
45
|
- Before invoking this skill, check local `@unityclaw/sdk` version.
|
|
46
|
-
- Required minimum SDK version: `1.0
|
|
46
|
+
- Required minimum SDK version: `1.1.0`
|
|
47
47
|
- If local SDK version is lower than this skill version, stop and prompt user to upgrade SDK first.
|
|
48
48
|
- Suggested command: `npm i @unityclaw/sdk@latest`
|
|
49
49
|
<!-- SDK_VERSION_RULE_END -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: unityclaw-media-user-info
|
|
3
3
|
description: Extract social media user profile metrics from homepage links
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
metadata:
|
|
6
6
|
openclaw:
|
|
7
7
|
requires:
|
|
@@ -43,7 +43,7 @@ if (result.success && result.response?.data) {
|
|
|
43
43
|
## SDK Version Check Rule
|
|
44
44
|
|
|
45
45
|
- Before invoking this skill, check local `@unityclaw/sdk` version.
|
|
46
|
-
- Required minimum SDK version: `1.0
|
|
46
|
+
- Required minimum SDK version: `1.1.0`
|
|
47
47
|
- If local SDK version is lower than this skill version, stop and prompt user to upgrade SDK first.
|
|
48
48
|
- Suggested command: `npm i @unityclaw/sdk@latest`
|
|
49
49
|
<!-- SDK_VERSION_RULE_END -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: unityclaw-video-frame-extract
|
|
3
3
|
description: Extract first/last/specified-time frame from video attachments
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
metadata:
|
|
6
6
|
openclaw:
|
|
7
7
|
requires:
|
|
@@ -44,7 +44,7 @@ if (result.success && result.response?.data?.[0]) {
|
|
|
44
44
|
## SDK Version Check Rule
|
|
45
45
|
|
|
46
46
|
- Before invoking this skill, check local `@unityclaw/sdk` version.
|
|
47
|
-
- Required minimum SDK version: `1.0
|
|
47
|
+
- Required minimum SDK version: `1.1.0`
|
|
48
48
|
- If local SDK version is lower than this skill version, stop and prompt user to upgrade SDK first.
|
|
49
49
|
- Suggested command: `npm i @unityclaw/sdk@latest`
|
|
50
50
|
<!-- SDK_VERSION_RULE_END -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: unityclaw-video-generation-jimeng-doubao
|
|
3
3
|
description: Generate videos with JiMeng or Doubao models (text-to-video and image-to-video)
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
metadata:
|
|
6
6
|
openclaw:
|
|
7
7
|
requires:
|
|
@@ -65,7 +65,10 @@ SDK will auto-upload local files and fill `tmp_url`.
|
|
|
65
65
|
## Notes For Agent
|
|
66
66
|
|
|
67
67
|
- Prefer `doubao` for generic prompts if user did not specify model family.
|
|
68
|
-
- For JiMeng,
|
|
68
|
+
- For JiMeng, `aspect_ratio` is required; `action` is recommended.
|
|
69
|
+
- If JiMeng `action` is omitted, SDK will infer:
|
|
70
|
+
- `i2v` when `attachment` exists
|
|
71
|
+
- `t2v` when `attachment` is empty
|
|
69
72
|
- For Doubao, prefer numeric duration values (`5`, `10`) instead of string duration.
|
|
70
73
|
- Always check `result.success` first, then read `result.response.data`.
|
|
71
74
|
|
|
@@ -73,7 +76,7 @@ SDK will auto-upload local files and fill `tmp_url`.
|
|
|
73
76
|
## SDK Version Check Rule
|
|
74
77
|
|
|
75
78
|
- Before invoking this skill, check local `@unityclaw/sdk` version.
|
|
76
|
-
- Required minimum SDK version: `1.0
|
|
79
|
+
- Required minimum SDK version: `1.1.0`
|
|
77
80
|
- If local SDK version is lower than this skill version, stop and prompt user to upgrade SDK first.
|
|
78
81
|
- Suggested command: `npm i @unityclaw/sdk@latest`
|
|
79
82
|
<!-- SDK_VERSION_RULE_END -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: unityclaw-video-generation-kling
|
|
3
3
|
description: Generate AI videos using Kling model with multi-version support
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
metadata:
|
|
6
6
|
openclaw:
|
|
7
7
|
requires:
|
|
@@ -271,7 +271,7 @@ console.log('Downloaded Videos:', result.attachments);
|
|
|
271
271
|
## SDK Version Check Rule
|
|
272
272
|
|
|
273
273
|
- Before invoking this skill, check local `@unityclaw/sdk` version.
|
|
274
|
-
- Required minimum SDK version: `1.0
|
|
274
|
+
- Required minimum SDK version: `1.1.0`
|
|
275
275
|
- If local SDK version is lower than this skill version, stop and prompt user to upgrade SDK first.
|
|
276
276
|
- Suggested command: `npm i @unityclaw/sdk@latest`
|
|
277
277
|
<!-- SDK_VERSION_RULE_END -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: unityclaw-video-generation-wan-minimax
|
|
3
3
|
description: Generate videos with Wan and MiniMax models for cinematic or controllable workflows
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
metadata:
|
|
6
6
|
openclaw:
|
|
7
7
|
requires:
|
|
@@ -73,7 +73,7 @@ SDK will auto-upload local files and fill `tmp_url`.
|
|
|
73
73
|
## SDK Version Check Rule
|
|
74
74
|
|
|
75
75
|
- Before invoking this skill, check local `@unityclaw/sdk` version.
|
|
76
|
-
- Required minimum SDK version: `1.0
|
|
76
|
+
- Required minimum SDK version: `1.1.0`
|
|
77
77
|
- If local SDK version is lower than this skill version, stop and prompt user to upgrade SDK first.
|
|
78
78
|
- Suggested command: `npm i @unityclaw/sdk@latest`
|
|
79
79
|
<!-- SDK_VERSION_RULE_END -->
|