@unityclaw/skills 1.1.0 → 1.1.1

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": "@unityclaw/skills",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "UnityClaw Skills - Claude Code and OpenClaw skill definitions for AI-powered image/video generation, media analysis, and more",
5
5
  "type": "module",
6
6
  "bin": {
@@ -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.1.0
4
+ version: 1.1.1
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.1.0`
421
+ - Required minimum SDK version: `1.1.1`
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.1.0
4
+ version: 1.1.1
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.1.0`
315
+ - Required minimum SDK version: `1.1.1`
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.1.0
4
+ version: 1.1.1
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.1.0`
60
+ - Required minimum SDK version: `1.1.1`
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.1.0
4
+ version: 1.1.1
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.1.0`
60
+ - Required minimum SDK version: `1.1.1`
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.1.0
4
+ version: 1.1.1
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.1.0`
62
+ - Required minimum SDK version: `1.1.1`
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.1.0
4
+ version: 1.1.1
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.1.0`
66
+ - Required minimum SDK version: `1.1.1`
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.1.0
4
+ version: 1.1.1
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.1.0`
271
+ - Required minimum SDK version: `1.1.1`
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.1.0
4
+ version: 1.1.1
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.1.0`
310
+ - Required minimum SDK version: `1.1.1`
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.1.0
4
+ version: 1.1.1
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.1.0`
355
+ - Required minimum SDK version: `1.1.1`
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.1.0
4
+ version: 1.1.1
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.1.0`
46
+ - Required minimum SDK version: `1.1.1`
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.1.0
4
+ version: 1.1.1
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.1.0`
46
+ - Required minimum SDK version: `1.1.1`
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.1.0
4
+ version: 1.1.1
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.1.0`
46
+ - Required minimum SDK version: `1.1.1`
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.1.0
4
+ version: 1.1.1
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.1.0`
47
+ - Required minimum SDK version: `1.1.1`
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.1.0
4
+ version: 1.1.1
5
5
  metadata:
6
6
  openclaw:
7
7
  requires:
@@ -76,7 +76,7 @@ SDK will auto-upload local files and fill `tmp_url`.
76
76
  ## SDK Version Check Rule
77
77
 
78
78
  - Before invoking this skill, check local `@unityclaw/sdk` version.
79
- - Required minimum SDK version: `1.1.0`
79
+ - Required minimum SDK version: `1.1.1`
80
80
  - If local SDK version is lower than this skill version, stop and prompt user to upgrade SDK first.
81
81
  - Suggested command: `npm i @unityclaw/sdk@latest`
82
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.1.0
4
+ version: 1.1.1
5
5
  metadata:
6
6
  openclaw:
7
7
  requires:
@@ -23,6 +23,12 @@ metadata:
23
23
 
24
24
  Generate AI videos using the Kling model with support for multiple versions and flexible configuration.
25
25
 
26
+ ## Runtime Note
27
+
28
+ - Kling generation is a long-running task and can often take more than 5 minutes.
29
+ - During this period, keep waiting for task completion and do not treat it as immediate failure.
30
+ - SDK default timeout is 15 minutes (`900000ms`) to support this workflow.
31
+
26
32
  ## Installation
27
33
 
28
34
  ```bash
@@ -271,7 +277,7 @@ console.log('Downloaded Videos:', result.attachments);
271
277
  ## SDK Version Check Rule
272
278
 
273
279
  - Before invoking this skill, check local `@unityclaw/sdk` version.
274
- - Required minimum SDK version: `1.1.0`
280
+ - Required minimum SDK version: `1.1.1`
275
281
  - If local SDK version is lower than this skill version, stop and prompt user to upgrade SDK first.
276
282
  - Suggested command: `npm i @unityclaw/sdk@latest`
277
283
  <!-- 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.1.0
4
+ version: 1.1.1
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.1.0`
76
+ - Required minimum SDK version: `1.1.1`
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 -->