@genspark/cli 1.0.11 → 1.0.13
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 +107 -133
- package/dist/config.d.ts +25 -3
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +54 -22
- package/dist/config.js.map +1 -1
- package/dist/index.js +94 -10
- package/dist/index.js.map +1 -1
- package/docs/skills.md +75 -7
- package/package.json +1 -1
- package/skills/gsk-audio-generation/SKILL.md +3 -3
- package/skills/gsk-audio-processing/SKILL.md +47 -0
- package/skills/gsk-batch-crawl-url-and-answer/SKILL.md +37 -0
- package/skills/gsk-claw-share-link/SKILL.md +39 -0
- package/skills/gsk-create-task/SKILL.md +1 -1
- package/skills/gsk-github/SKILL.md +52 -0
- package/skills/gsk-gmail/SKILL.md +70 -0
- package/skills/gsk-google-calendar/SKILL.md +50 -0
- package/skills/gsk-google-contacts/SKILL.md +51 -0
- package/skills/gsk-google-docs/SKILL.md +40 -0
- package/skills/gsk-google-drive/SKILL.md +47 -0
- package/skills/gsk-google-sheets/SKILL.md +45 -0
- package/skills/gsk-image-generation/SKILL.md +1 -1
- package/skills/gsk-meeting/SKILL.md +43 -0
- package/skills/gsk-microsoft-teams/SKILL.md +53 -0
- package/skills/gsk-notion/SKILL.md +39 -0
- package/skills/gsk-onedrive/SKILL.md +44 -0
- package/skills/gsk-outlook-calendar/SKILL.md +53 -0
- package/skills/gsk-outlook-contacts/SKILL.md +36 -0
- package/skills/gsk-outlook-email/SKILL.md +82 -0
- package/skills/gsk-salesforce/SKILL.md +38 -0
- package/skills/gsk-shared/SKILL.md +1 -1
- package/skills/gsk-sharepoint/SKILL.md +51 -0
- package/skills/gsk-slack/SKILL.md +46 -0
- package/skills/gsk-vd/SKILL.md +228 -0
- package/skills/gsk-video-generation/SKILL.md +6 -4
- package/skills/gsk-voice-cloning/SKILL.md +42 -0
- package/skills/gsk-youtube/SKILL.md +44 -0
- package/skills/gsk-calendar-create/SKILL.md +0 -42
- package/skills/gsk-calendar-list/SKILL.md +0 -36
- package/skills/gsk-email-list/SKILL.md +0 -38
- package/skills/gsk-email-read/SKILL.md +0 -36
- package/skills/gsk-email-search/SKILL.md +0 -39
- package/skills/gsk-email-send/SKILL.md +0 -64
- package/skills/gsk-meeting-get/SKILL.md +0 -34
- package/skills/gsk-meeting-list/SKILL.md +0 -34
- package/skills/gsk-meeting-search/SKILL.md +0 -39
|
@@ -31,18 +31,20 @@ gsk video [options]
|
|
|
31
31
|
|------|----------|-------------|
|
|
32
32
|
| `<query>` (positional) | Yes | Detailed description of the video to generate. duration is recommended to be 5 ~ 10 seconds. For image-to-image transitions (user provides start and end frames) e.g., 'A timelapse of a flower blooming in a garden'. (string) |
|
|
33
33
|
| `--file_name` | No | The name of the video to generate. (string, null) |
|
|
34
|
-
| `-m`, `--model` | Yes | The model to use for video generation. kling/v3: Latest Kling V3 with audio. Pro/Standard quality modes. Supported ratios: 16:9, 9:16, 1:1. Duration: 3-15s. gemini/veo3.1: Gemini Veo 3.1 - Latest version with enhanced quality and features. Supports text-to-video and image-to-video generation with improved quality. Duration: 8s. Supported ratios: 16:9, 9:16. Supports fast_mode (faster generation) and hd_mode (1080p quality). gemini/veo3.1/reference-to-video: Gemini Veo 3.1 Reference-to-Video mode. Generate video using multiple reference images to guide the generation. Requires 1+ reference images. Duration: 8s. Supported ratios: 16:9, 9:16. Supports fast_mode and hd_mode options. gemini/veo3.1/first-last-frame-to-video: Veo 3.1 First-Last Frame mode. Generate video by specifying first and last frames for precise transitions. Requires exactly 2 images. Duration: 8s. Supported ratios: 16:9, 9:16. Supports fast_mode and hd_mode options.minimax/hailuo-2.3/standard: MiniMax Hailuo-2.3 Standard model for high-quality video generation. Supports both text-to-video and image-to-video generation with improved quality. Supports first & last frame control for precise video transitions. Fast generation (about 4min one video), cost-effective option. Supported ratios: 16:9, 9:16. Duration: 6s,
|
|
34
|
+
| `-m`, `--model` | Yes | The model to use for video generation. kling/v3: Latest Kling V3 with audio. Pro/Standard quality modes. Supported ratios: 16:9, 9:16, 1:1. Duration: 3-15s. gemini/veo3.1: Gemini Veo 3.1 - Latest version with enhanced quality and features. Supports text-to-video and image-to-video generation with improved quality. Duration: 8s. Supported ratios: 16:9, 9:16. Supports fast_mode (faster generation) and hd_mode (1080p quality). gemini/veo3.1/reference-to-video: Gemini Veo 3.1 Reference-to-Video mode. Generate video using multiple reference images to guide the generation. Requires 1+ reference images. Duration: 8s. Supported ratios: 16:9, 9:16. Supports fast_mode and hd_mode options. gemini/veo3.1/first-last-frame-to-video: Veo 3.1 First-Last Frame mode. Generate video by specifying first and last frames for precise transitions. Requires exactly 2 images. Duration: 8s. Supported ratios: 16:9, 9:16. Supports fast_mode and hd_mode options.minimax/hailuo-2.3/standard: MiniMax Hailuo-2.3 Standard model for high-quality video generation. Supports both text-to-video and image-to-video generation with improved quality. Supports first & last frame control for precise video transitions. Fast generation (about 4min one video), cost-effective option. Supported ratios: 16:9, 9:16. Duration: 6s, 10s wan/v2.7: Wan v2.7 with enhanced motion smoothness and scene fidelity. Supports text-to-video, image-to-video, reference-to-video, and edit-video. Ratios: 16:9, 9:16, 1:1. Duration: 5s. Resolution: 480p, 720p vidu/q3: Vidu Q3 model with enhanced quality and audio generation. Supports both text-to-video and image-to-video generation. Supported ratios: 16:9, 9:16, 4:3, 3:4, 1:1. Duration: 1-16s. Resolution: 720p, 1080prunway/gen4_turbo: A model for generate video with high quality, fast.Supported ratios: 5:3, 3:5. Only support i2v. Duration: 5s, 10sofficial/pixverse/v5: A model for generate video with high quality, fast.fast(30s one video) but expensive. Supported ratios: 16:9, 9:16, 4:3, 1:1, 3:4. Duration: 5s, 8sAdditional features: 1. Generating smooth video transitions between two specified keyframes (start and end frames). pixverse/v6: PixVerse V6 latest model with lifelike motion, richer skin detail, real emotions. Full cinematic control including choreography and camera. Supports text-to-video, image-to-video, transition, and video extend generation. VFX, time-lapse, transformation scenes, product demos, 360° views, multi-shot storytelling. Extend: pass video_url to extend an existing video. Supported ratios: 16:9, 9:16, 4:3, 1:1, 3:4. Duration: 5s, 8s. fal-ai/bytedance/seedance-2.0: Bytedance Seedance 2.0 model for highest quality video generation with native audio and lip-sync. Supports text-to-video and image-to-video with first/last frame control. Supported ratios: 21:9, 16:9, 4:3, 1:1, 3:4, 9:16. Duration: 4-15s. Resolution: 480p, 720p. Also supports reference-to-video with up to 9 images, 3 videos, or 3 audio refs via settings.sora-2: OpenAI Sora 2 video generation model for fast, creative videos. Supports text-to-video, image-to-video (reference frame), and video remixing. Designed for speed and experimentation. Supported ratios: 16:9, 9:16. Duration: 4s, 8s, 12ssora-2-pro: OpenAI Sora 2 Pro for production-quality videos. Higher fidelity than sora-2, best for cinematic footage and marketing assets. Supports 720p and 1080p resolutions. Supported ratios: 16:9, 9:16. Duration: 4s, 8sfal-ai/bytedance-upscaler/upscale/video: ByteDance Video Upscaler for enhancing video quality. Upscales videos to higher resolutions (2k) Requires video_url parameter. Does NOT generate new videos. Use when user wants to improve quality of existing videos.xai/grok-imagine-video: xAI Grok Imagine Video model for high-quality video generation. Supports both text-to-video and image-to-video generation. 720p HD output. Flexible duration 1-15 seconds. Supported ratios: 16:9, 4:3, 1:1, 3:4, 9:16, 21:9, 9:21. Duration: 1-15s. xai/grok-imagine-video/video-extension: xAI Grok Imagine Video Extension for extending existing videos. Requires video_url parameter with source video URL (MP4, 2-15s). 720p HD output. Duration: 2-10s. Ratios: 16:9, 4:3, 1:1, 3:4, 9:16, 21:9, 9:21. (string, one of: kling/v3, gemini/veo3.1, gemini/veo3.1/reference-to-video, gemini/veo3.1/first-last-frame-to-video, minimax/hailuo-2.3/standard, wan/v2.7, vidu/q3, runway/gen4_turbo, official/pixverse/v5, pixverse/v6, fal-ai/bytedance/seedance-2.0, sora-2, sora-2-pro, fal-ai/bytedance-upscaler/upscale/video, xai/grok-imagine-video, xai/grok-imagine-video/video-extension) |
|
|
35
35
|
| `-i`, `--image_urls` | No | The URLs of the images to use as reference key frames for the video generation. For single image models, provide 1 image. For multi-image models (like kling/v1.6/pro/elements), provide 1-4 images in sequence order. For start-end models (like vidu, pixverse), provide exactly 2 images (start and end frames). (default is [], if the task is based on one or more reference images, it is required) (array) |
|
|
36
36
|
| `-r`, `--aspect_ratio` | No | The aspect ratio of the video to generate. For image-to-video (i2v) generation, this should match the aspect ratio of your input image(s). (string, one of: 16:9, 9:16, 4:3, 1:1, 9:21) |
|
|
37
37
|
| `-d`, `--duration` | No | The duration of the video to generate in seconds. (number, default: `5`) |
|
|
38
38
|
| `-a`, `--audio_url` | No | Audio URL for audio integration in video generation. - Optional for Wan v2.5 model (custom audio: music or speech, WAV/MP3, 3-10s, up to 15MB) - Required for OmniHuman model (audio-driven animation) Leave empty if no audio is needed. (string, default: ``) |
|
|
39
|
-
| `--
|
|
40
|
-
| `--
|
|
39
|
+
| `--video_url` | No | Source video URL for video extension. Required for Grok Imagine Video Extension (extend existing video). Supports both web URLs and AI Drive paths (starting with '/' or 'aidrive://') (string, default: ``) |
|
|
40
|
+
| `--video_urls` | No | Input video URLs for video processing tasks. For Wan v2.7 reference-to-video: provide 1-3 reference videos (use @Video1, @Video2, @Video3 in prompt to reference them). (array, default: `[]`) |
|
|
41
|
+
| `--fast_mode` | No | Enable fast mode for quicker generation at lower cost. Applicable to Veo 3.1 and Seedance 2.0 models. Default: false. (boolean, default: `False`) |
|
|
41
42
|
| `--hd_mode` | No | Enable HD (1080p) mode for higher quality output. Only applicable to Veo 3.1 models. Higher cost (2x). Default: false. (boolean, default: `False`) |
|
|
43
|
+
| `--reference_mode` | No | Enable reference-to-video mode: provided images guide character/style rather than being used as the first frame. Requires image_urls. For Seedance 2.0: routes to seedance-2.0/ref (combinable with fast_mode, supports up to 9 reference images plus optional reference video/audio). For Veo 3.1 base model: upgrades to veo3.1/reference-to-video. Ignored on other models. Default: false. (boolean, default: `False`) |
|
|
42
44
|
|
|
43
45
|
## Local File Support
|
|
44
46
|
|
|
45
|
-
Parameters that accept URLs (`--image_urls`, `--audio_url`, `--video_urls`) also accept local file paths. The CLI automatically uploads local files before sending to the API.
|
|
47
|
+
Parameters that accept URLs (`--image_urls`, `--audio_url`, `--video_url`, `--video_urls`) also accept local file paths. The CLI automatically uploads local files before sending to the API.
|
|
46
48
|
|
|
47
49
|
## Output File
|
|
48
50
|
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: gsk-voice-cloning
|
|
3
|
+
version: 1.0.0
|
|
4
|
+
description: Clone a voice from an audio sample using Minimax. Returns a voice ID
|
|
5
|
+
for use with Minimax TTS.
|
|
6
|
+
metadata:
|
|
7
|
+
category: general
|
|
8
|
+
requires:
|
|
9
|
+
bins:
|
|
10
|
+
- gsk
|
|
11
|
+
cliHelp: gsk voice-clone --help
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# gsk-voice-cloning
|
|
15
|
+
|
|
16
|
+
**PREREQUISITE:** Read `../gsk-shared/SKILL.md` for auth, global flags, and security rules.
|
|
17
|
+
|
|
18
|
+
Clone a voice from an audio sample using Minimax. Returns a voice ID for use with Minimax TTS.
|
|
19
|
+
|
|
20
|
+
## Usage
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
gsk voice-clone [options]
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
**Aliases:** `voice-clone`, `vc`
|
|
27
|
+
|
|
28
|
+
## Flags
|
|
29
|
+
|
|
30
|
+
| Flag | Required | Description |
|
|
31
|
+
|------|----------|-------------|
|
|
32
|
+
| `<query>` (positional) | No | A description or name for the cloned voice. (string) |
|
|
33
|
+
| `-m`, `--model` | Yes | fal-ai/minimax/voice-clone: Clone a voice from a sample audio using Minimax. Requires a single audio sample (min 10 seconds). Returns a custom_voice_id for use with fal-ai/minimax/speech-2.8-hd. (string, one of: fal-ai/minimax/voice-clone) |
|
|
34
|
+
| `-f`, `--voice_files` | Yes | URL or path to voice sample audio file (minimum 10 seconds). (array) |
|
|
35
|
+
|
|
36
|
+
## Output File
|
|
37
|
+
|
|
38
|
+
Use `-o <path>` / `--output-file <path>` to download the generated result directly to a local file.
|
|
39
|
+
|
|
40
|
+
## See Also
|
|
41
|
+
|
|
42
|
+
- [gsk-shared](../gsk-shared/SKILL.md) — Authentication and global flags
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: gsk-youtube
|
|
3
|
+
version: 1.0.0
|
|
4
|
+
description: 'YouTube operations. Actions: search, transcript, comments.'
|
|
5
|
+
metadata:
|
|
6
|
+
category: general
|
|
7
|
+
requires:
|
|
8
|
+
bins:
|
|
9
|
+
- gsk
|
|
10
|
+
cliHelp: gsk yt --help
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# gsk-youtube
|
|
14
|
+
|
|
15
|
+
**PREREQUISITE:** Read `../gsk-shared/SKILL.md` for auth, global flags, and security rules.
|
|
16
|
+
|
|
17
|
+
YouTube operations. Actions: search, transcript, comments.
|
|
18
|
+
|
|
19
|
+
## Usage
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
gsk yt [options]
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
**Aliases:** `yt`
|
|
26
|
+
|
|
27
|
+
## Flags
|
|
28
|
+
|
|
29
|
+
| Flag | Required | Description |
|
|
30
|
+
|------|----------|-------------|
|
|
31
|
+
| `<action>` (positional) | Yes | Action to perform. 'search': Search for YouTube videos by keyword; 'transcript': Extract transcript and metadata from a YouTube video; 'comments': Scrape comments from a YouTube video (string, one of: search, transcript, comments) |
|
|
32
|
+
| `--query` | No | [search] The query to search video (string) |
|
|
33
|
+
| `--video_id` | No | [transcript] The video id of the youtube video. (string) |
|
|
34
|
+
| `--provide_download_link` | No | [transcript] Whether to provide a download link for the video transcript. (boolean) |
|
|
35
|
+
| `--video_url` | No | [comments] YouTube video URL. Supports youtube.com/watch?v=, youtu.be/, and youtube.com/shorts/ formats. (string) |
|
|
36
|
+
| `--max_comments` | No | [comments] Maximum number of comments to fetch (default 100, max 500). Higher values take longer to scrape. (integer) |
|
|
37
|
+
|
|
38
|
+
## Local File Support
|
|
39
|
+
|
|
40
|
+
Parameters that accept URLs (`--video_url`) also accept local file paths. The CLI automatically uploads local files before sending to the API.
|
|
41
|
+
|
|
42
|
+
## See Also
|
|
43
|
+
|
|
44
|
+
- [gsk-shared](../gsk-shared/SKILL.md) — Authentication and global flags
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: gsk-calendar-create
|
|
3
|
-
version: 1.0.0
|
|
4
|
-
description: Create a new calendar event in Google Calendar or Outlook.
|
|
5
|
-
metadata:
|
|
6
|
-
category: calendar
|
|
7
|
-
requires:
|
|
8
|
-
bins:
|
|
9
|
-
- gsk
|
|
10
|
-
cliHelp: gsk calendar create --help
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# gsk-calendar-create
|
|
14
|
-
|
|
15
|
-
**PREREQUISITE:** Read `../gsk-shared/SKILL.md` for auth, global flags, and security rules.
|
|
16
|
-
|
|
17
|
-
Create a new calendar event in Google Calendar or Outlook.
|
|
18
|
-
|
|
19
|
-
## Usage
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
gsk calendar create [options]
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
## Flags
|
|
26
|
-
|
|
27
|
-
| Flag | Required | Description |
|
|
28
|
-
|------|----------|-------------|
|
|
29
|
-
| `--summary` | Yes | Event title. (string) |
|
|
30
|
-
| `--start_time` | Yes | Start time in ISO 8601 format (e.g. '2026-03-07T10:00:00-08:00'). (string) |
|
|
31
|
-
| `--end_time` | Yes | End time in ISO 8601 format (e.g. '2026-03-07T11:00:00-08:00'). (string) |
|
|
32
|
-
| `--description` | No | Event description. (string) |
|
|
33
|
-
| `--location` | No | Event location. (string) |
|
|
34
|
-
| `--attendees` | No | List of attendee email addresses. (array) |
|
|
35
|
-
| `--time_zone` | No | Time zone name (e.g. 'America/Los_Angeles', 'UTC'). Default: UTC. (string) |
|
|
36
|
-
| `-a`, `--from_account` | No | Calendar account to use if multiple accounts are connected. (string) |
|
|
37
|
-
|
|
38
|
-
> **CAUTION:** This command performs a write/send operation. Double-check parameters before executing.
|
|
39
|
-
|
|
40
|
-
## See Also
|
|
41
|
-
|
|
42
|
-
- [gsk-shared](../gsk-shared/SKILL.md) — Authentication and global flags
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: gsk-calendar-list
|
|
3
|
-
version: 1.0.0
|
|
4
|
-
description: List upcoming calendar events from Google Calendar or Outlook.
|
|
5
|
-
metadata:
|
|
6
|
-
category: calendar
|
|
7
|
-
requires:
|
|
8
|
-
bins:
|
|
9
|
-
- gsk
|
|
10
|
-
cliHelp: gsk calendar list --help
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# gsk-calendar-list
|
|
14
|
-
|
|
15
|
-
**PREREQUISITE:** Read `../gsk-shared/SKILL.md` for auth, global flags, and security rules.
|
|
16
|
-
|
|
17
|
-
List upcoming calendar events from Google Calendar or Outlook.
|
|
18
|
-
|
|
19
|
-
## Usage
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
gsk calendar list [options]
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
## Flags
|
|
26
|
-
|
|
27
|
-
| Flag | Required | Description |
|
|
28
|
-
|------|----------|-------------|
|
|
29
|
-
| `--filter_query` | No | Filter events by text (e.g. event title keywords). (string) |
|
|
30
|
-
| `--time_min` | No | Start of time range in ISO 8601 format. Default: now. (string) |
|
|
31
|
-
| `--time_max` | No | End of time range in ISO 8601 format. Default: 7 days from now. (string) |
|
|
32
|
-
| `-a`, `--from_account` | No | Calendar account to use if multiple accounts are connected. (string) |
|
|
33
|
-
|
|
34
|
-
## See Also
|
|
35
|
-
|
|
36
|
-
- [gsk-shared](../gsk-shared/SKILL.md) — Authentication and global flags
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: gsk-email-list
|
|
3
|
-
version: 1.0.0
|
|
4
|
-
description: List emails from a folder (inbox, sent, drafts, etc.).
|
|
5
|
-
metadata:
|
|
6
|
-
category: email
|
|
7
|
-
requires:
|
|
8
|
-
bins:
|
|
9
|
-
- gsk
|
|
10
|
-
cliHelp: gsk email list --help
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# gsk-email-list
|
|
14
|
-
|
|
15
|
-
**PREREQUISITE:** Read `../gsk-shared/SKILL.md` for auth, global flags, and security rules.
|
|
16
|
-
|
|
17
|
-
List emails from a folder (inbox, sent, drafts, etc.).
|
|
18
|
-
|
|
19
|
-
## Usage
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
gsk email list [options]
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
## Flags
|
|
26
|
-
|
|
27
|
-
| Flag | Required | Description |
|
|
28
|
-
|------|----------|-------------|
|
|
29
|
-
| `<folder>` (positional) | No | Folder to list (inbox, sent, drafts, spam, trash). Default: inbox. (string) |
|
|
30
|
-
| `-n`, `--limit` | No | Maximum number of emails to return. Default: 20. (integer) |
|
|
31
|
-
| `--after_date` | No | Return emails after this date (YYYY-MM-DD). (string) |
|
|
32
|
-
| `--before_date` | No | Return emails before this date (YYYY-MM-DD). (string) |
|
|
33
|
-
| `--unread_only` | No | Set to true to return only unread emails. Default: false. (boolean) |
|
|
34
|
-
| `-a`, `--from_account` | No | Email account to use if multiple accounts are connected. (string) |
|
|
35
|
-
|
|
36
|
-
## See Also
|
|
37
|
-
|
|
38
|
-
- [gsk-shared](../gsk-shared/SKILL.md) — Authentication and global flags
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: gsk-email-read
|
|
3
|
-
version: 1.0.0
|
|
4
|
-
description: Read a specific email by its ID.
|
|
5
|
-
metadata:
|
|
6
|
-
category: email
|
|
7
|
-
requires:
|
|
8
|
-
bins:
|
|
9
|
-
- gsk
|
|
10
|
-
cliHelp: gsk email read --help
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# gsk-email-read
|
|
14
|
-
|
|
15
|
-
**PREREQUISITE:** Read `../gsk-shared/SKILL.md` for auth, global flags, and security rules.
|
|
16
|
-
|
|
17
|
-
Read a specific email by its ID.
|
|
18
|
-
|
|
19
|
-
## Usage
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
gsk email read [options]
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
## Flags
|
|
26
|
-
|
|
27
|
-
| Flag | Required | Description |
|
|
28
|
-
|------|----------|-------------|
|
|
29
|
-
| `<id>` (positional) | Yes | The email ID to read. (string) |
|
|
30
|
-
| `-a`, `--from_account` | No | Email account to use if multiple accounts are connected. (string) |
|
|
31
|
-
| `--download_attachments` | No | Whether to download attachments from the email to AIDrive. Default: false. (boolean) |
|
|
32
|
-
| `--aidrive_path` | No | Path in AIDrive where attachments should be saved. Default: /email_attachments/ (string) |
|
|
33
|
-
|
|
34
|
-
## See Also
|
|
35
|
-
|
|
36
|
-
- [gsk-shared](../gsk-shared/SKILL.md) — Authentication and global flags
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: gsk-email-search
|
|
3
|
-
version: 1.0.0
|
|
4
|
-
description: Search emails using a query string. Works with Gmail (GQL) and Outlook
|
|
5
|
-
(KQL) accounts.
|
|
6
|
-
metadata:
|
|
7
|
-
category: email
|
|
8
|
-
requires:
|
|
9
|
-
bins:
|
|
10
|
-
- gsk
|
|
11
|
-
cliHelp: gsk email search --help
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
# gsk-email-search
|
|
15
|
-
|
|
16
|
-
**PREREQUISITE:** Read `../gsk-shared/SKILL.md` for auth, global flags, and security rules.
|
|
17
|
-
|
|
18
|
-
Search emails using a query string. Works with Gmail (GQL) and Outlook (KQL) accounts.
|
|
19
|
-
|
|
20
|
-
## Usage
|
|
21
|
-
|
|
22
|
-
```bash
|
|
23
|
-
gsk email search [options]
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
## Flags
|
|
27
|
-
|
|
28
|
-
| Flag | Required | Description |
|
|
29
|
-
|------|----------|-------------|
|
|
30
|
-
| `<query>` (positional) | Yes | Search query. Gmail: GQL (e.g. 'from:boss subject:report'). Outlook: KQL. (string) |
|
|
31
|
-
| `--folder` | No | Restrict search to folder (inbox, sent, drafts, spam, trash). (string) |
|
|
32
|
-
| `-n`, `--limit` | No | Maximum number of results to return. Default: 20. (integer) |
|
|
33
|
-
| `--after_date` | No | Return emails after this date (YYYY-MM-DD). (string) |
|
|
34
|
-
| `--before_date` | No | Return emails before this date (YYYY-MM-DD). (string) |
|
|
35
|
-
| `-a`, `--from_account` | No | Email account to use if multiple accounts are connected. (string) |
|
|
36
|
-
|
|
37
|
-
## See Also
|
|
38
|
-
|
|
39
|
-
- [gsk-shared](../gsk-shared/SKILL.md) — Authentication and global flags
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: gsk-email-send
|
|
3
|
-
version: 1.1.0
|
|
4
|
-
description: Send and forward email messages via Gmail or Outlook.
|
|
5
|
-
metadata:
|
|
6
|
-
category: email
|
|
7
|
-
requires:
|
|
8
|
-
bins:
|
|
9
|
-
- gsk
|
|
10
|
-
cliHelp: gsk email send --help
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# gsk-email-send
|
|
14
|
-
|
|
15
|
-
**PREREQUISITE:** Read `../gsk-shared/SKILL.md` for auth, global flags, and security rules.
|
|
16
|
-
|
|
17
|
-
Send or forward email messages via Gmail or Outlook.
|
|
18
|
-
|
|
19
|
-
## Send
|
|
20
|
-
|
|
21
|
-
Send a new email message.
|
|
22
|
-
|
|
23
|
-
```bash
|
|
24
|
-
gsk email send [options]
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
### Flags
|
|
28
|
-
|
|
29
|
-
| Flag | Required | Description |
|
|
30
|
-
|------|----------|-------------|
|
|
31
|
-
| `--to` | Yes | Recipient email address(es), comma-separated. (string) |
|
|
32
|
-
| `--subject` | Yes | Email subject line. (string) |
|
|
33
|
-
| `--body` | Yes | Email body content. (string) |
|
|
34
|
-
| `--cc` | No | CC recipient(s), comma-separated. (string) |
|
|
35
|
-
| `--bcc` | No | BCC recipient(s), comma-separated. (string) |
|
|
36
|
-
| `--content_type` | No | Content type: text/plain or text/html. Default: text/plain. (string) |
|
|
37
|
-
| `-a`, `--from_account` | No | Sender email account to use if multiple accounts are connected. (string) |
|
|
38
|
-
|
|
39
|
-
## Forward
|
|
40
|
-
|
|
41
|
-
Forward an existing email to new recipients. The original email content and attachments are included.
|
|
42
|
-
|
|
43
|
-
```bash
|
|
44
|
-
gsk email forward <message_id> [options]
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
### Flags
|
|
48
|
-
|
|
49
|
-
| Flag | Required | Description |
|
|
50
|
-
|------|----------|-------------|
|
|
51
|
-
| `<message_id>` (positional) | Yes | The email message ID to forward. (string) |
|
|
52
|
-
| `--to` | Yes | Recipient email address(es) to forward to, comma-separated. (string) |
|
|
53
|
-
| `--cc` | No | CC recipient(s), comma-separated. (string) |
|
|
54
|
-
| `--bcc` | No | BCC recipient(s), comma-separated. (string) |
|
|
55
|
-
| `--body` | No | Additional message to include above the forwarded content. (string) |
|
|
56
|
-
| `--content_type` | No | Content type: text/plain or text/html. Default: text/html. (string) |
|
|
57
|
-
| `--include_attachments` | No | Whether to include original attachments. Default: true. (boolean) |
|
|
58
|
-
| `-a`, `--from_account` | No | Sender email account to use if multiple accounts are connected. (string) |
|
|
59
|
-
|
|
60
|
-
> **CAUTION:** Both commands perform write/send operations. Double-check parameters before executing.
|
|
61
|
-
|
|
62
|
-
## See Also
|
|
63
|
-
|
|
64
|
-
- [gsk-shared](../gsk-shared/SKILL.md) — Authentication and global flags
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: gsk-meeting-get
|
|
3
|
-
version: 1.0.0
|
|
4
|
-
description: Get details of a specific meeting note.
|
|
5
|
-
metadata:
|
|
6
|
-
category: meeting
|
|
7
|
-
requires:
|
|
8
|
-
bins:
|
|
9
|
-
- gsk
|
|
10
|
-
cliHelp: gsk meeting get --help
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# gsk-meeting-get
|
|
14
|
-
|
|
15
|
-
**PREREQUISITE:** Read `../gsk-shared/SKILL.md` for auth, global flags, and security rules.
|
|
16
|
-
|
|
17
|
-
Get details of a specific meeting note.
|
|
18
|
-
|
|
19
|
-
## Usage
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
gsk meeting get [options]
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
## Flags
|
|
26
|
-
|
|
27
|
-
| Flag | Required | Description |
|
|
28
|
-
|------|----------|-------------|
|
|
29
|
-
| `<task_id>` (positional) | Yes | The ID of the meeting note to retrieve. (string) |
|
|
30
|
-
| `-d`, `--detail_level` | No | Level of detail to return. 'summary' = title + status + summary + user notes (default, saves tokens). 'full' = summary + complete transcription text. 'segments' = summary + segments with speaker labels. (string, one of: summary, full, segments) |
|
|
31
|
-
|
|
32
|
-
## See Also
|
|
33
|
-
|
|
34
|
-
- [gsk-shared](../gsk-shared/SKILL.md) — Authentication and global flags
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: gsk-meeting-list
|
|
3
|
-
version: 1.0.0
|
|
4
|
-
description: List meeting notes ordered by creation date.
|
|
5
|
-
metadata:
|
|
6
|
-
category: meeting
|
|
7
|
-
requires:
|
|
8
|
-
bins:
|
|
9
|
-
- gsk
|
|
10
|
-
cliHelp: gsk meeting list --help
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# gsk-meeting-list
|
|
14
|
-
|
|
15
|
-
**PREREQUISITE:** Read `../gsk-shared/SKILL.md` for auth, global flags, and security rules.
|
|
16
|
-
|
|
17
|
-
List meeting notes ordered by creation date.
|
|
18
|
-
|
|
19
|
-
## Usage
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
gsk meeting list [options]
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
## Flags
|
|
26
|
-
|
|
27
|
-
| Flag | Required | Description |
|
|
28
|
-
|------|----------|-------------|
|
|
29
|
-
| `-n`, `--page_size` | No | Number of results per page. Default: 20. Max: 50. (integer) |
|
|
30
|
-
| `--continuation_token` | No | Token for fetching the next page of results. Returned from a previous list call. (string) |
|
|
31
|
-
|
|
32
|
-
## See Also
|
|
33
|
-
|
|
34
|
-
- [gsk-shared](../gsk-shared/SKILL.md) — Authentication and global flags
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: gsk-meeting-search
|
|
3
|
-
version: 1.0.0
|
|
4
|
-
description: Search meeting notes by keyword using full-text search.
|
|
5
|
-
metadata:
|
|
6
|
-
category: meeting
|
|
7
|
-
requires:
|
|
8
|
-
bins:
|
|
9
|
-
- gsk
|
|
10
|
-
cliHelp: gsk meeting search --help
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# gsk-meeting-search
|
|
14
|
-
|
|
15
|
-
**PREREQUISITE:** Read `../gsk-shared/SKILL.md` for auth, global flags, and security rules.
|
|
16
|
-
|
|
17
|
-
Search meeting notes by keyword using full-text search.
|
|
18
|
-
|
|
19
|
-
## Usage
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
gsk meeting search [options]
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
## Flags
|
|
26
|
-
|
|
27
|
-
| Flag | Required | Description |
|
|
28
|
-
|------|----------|-------------|
|
|
29
|
-
| `<keyword>` (positional) | Yes | Search term to find in meeting notes. (string) |
|
|
30
|
-
| `--date_from` | No | Filter meetings after this date (ISO format: YYYY-MM-DD). (string) |
|
|
31
|
-
| `--date_to` | No | Filter meetings before this date (ISO format: YYYY-MM-DD). (string) |
|
|
32
|
-
| `--meeting_source` | No | Filter by calendar source. (string, one of: google, outlook) |
|
|
33
|
-
| `-n`, `--page_size` | No | Number of results per page. Default: 20. Max: 50. (integer) |
|
|
34
|
-
| `-s`, `--sort_by` | No | Sort order. 'relevance' for best match first, 'created_at' for newest first (default). (string, one of: created_at, relevance) |
|
|
35
|
-
| `--page` | No | Page number (0-indexed). Use with has_more to paginate results. Default: 0. (integer) |
|
|
36
|
-
|
|
37
|
-
## See Also
|
|
38
|
-
|
|
39
|
-
- [gsk-shared](../gsk-shared/SKILL.md) — Authentication and global flags
|