chore: 1.0.2 release

This commit is contained in:
binaryify
2026-08-06 14:08:34 +08:00
parent 4fca104a44
commit 28040e1f57
7 changed files with 47 additions and 38 deletions
+3 -3
View File
@@ -58,16 +58,16 @@ npx open-kimi-ppt-skills install --target ~/.workbuddy/skills
### Update
When the skill is updated, overwrite the local install with `--force` (do not keep re-running install without `--force`):
When the skill is updated, run install again — it overwrites the local installation:
```bash
npx open-kimi-ppt-skills@latest install --force
npx open-kimi-ppt-skills@latest install
```
If you originally installed with `--target`, pass the same path again:
```bash
npx open-kimi-ppt-skills@latest install --force --target ~/.claude/skills
npx open-kimi-ppt-skills@latest install --target ~/.claude/skills
```
You can also ask your agent: `Update the open-kimi-ppt skill for me.` Updating only replaces the skill files; it does not touch PPTD / PPTX projects you already generated.