Skip to content

Commit fd866ce

Browse files
committed
release: prepare v0.1.4
1 parent c19cfc7 commit fd866ce

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ dumplingai login --api-key sk_yourkey
2222
Packaged skills from this repo can be installed with the `skills` CLI:
2323

2424
```bash
25+
# Install
26+
npx skills add dumplingai/cli
27+
2528
# List available skills in this repo
2629
npx skills add dumplingai/cli --list
2730

packages/cli/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@ npx -y dumplingai-cli init
1212
npm install -g dumplingai-cli
1313
```
1414

15+
## Skill Installation
16+
17+
Install packaged skills from this repo with the `skills` CLI:
18+
19+
```bash
20+
# Install
21+
npx skills add dumplingai/cli
22+
23+
# List available skills in this repo
24+
npx skills add dumplingai/cli --list
25+
26+
# Install all skills from this repo
27+
npx skills add dumplingai/cli --all
28+
29+
# Install specific skills from this repo
30+
npx skills add dumplingai/cli --skill dumplingai-cli --skill youtube-to-blog-post --skill social-media-post
31+
```
32+
1533
## Quick Start
1634

1735
```bash
@@ -30,7 +48,6 @@ dumplingai scrape https://example.com
3048
- `dumplingai search <query>`
3149
- `dumplingai transcript <url>`
3250
- `dumplingai env pull`
33-
- `dumplingai setup skill`
3451
- `dumplingai version`
3552

3653
## Links

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dumplingai-cli",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "DumplingAI CLI — scrape, search, and extract from the terminal",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)