📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-08-24 09:30:03 +08:00
parent 14e7209e78
commit 5d88510274
153 changed files with 3428 additions and 1203 deletions
+6
View File
@@ -1,3 +1,9 @@
<p align="center">
<a href="./README.md">简体中文</a> ·
<a href="./README.en.md">English</a> ·
<a href="./README.ja.md">日本語</a>
</p>
# Cangjie Skill
Distill a book into a set of executable AI skills.
+6
View File
@@ -1,3 +1,9 @@
<p align="center">
<a href="./README.md">简体中文</a> ·
<a href="./README.en.md">English</a> ·
<a href="./README.ja.md">日本語</a>
</p>
# Cangjie Skill
本を実行可能な AI スキルのセットに蒸留します。
+29
View File
@@ -1,3 +1,9 @@
<p align="center">
<a href="./README.md">简体中文</a> ·
<a href="./README.en.md">English</a> ·
<a href="./README.ja.md">日本語</a>
</p>
<div align="center">
# Cangjie Skill
@@ -8,6 +14,7 @@
[![Method: RIA--TV++](https://img.shields.io/badge/Method-RIA--TV++-2ea44f.svg)](./SKILL.md)
[![Platform: OpenClaw](https://img.shields.io/badge/Platform-OpenClaw-1677ff.svg)](https://github.com/openclaw/openclaw)
[![Platform: Claude Code](https://img.shields.io/badge/Platform-Claude%20Code-f97316.svg)](https://code.claude.com/)
[![Platform: DeepSeek Harness](https://img.shields.io/badge/Platform-DeepSeek%20Harness-4f46e5.svg)](#deepseek-harness-插件)
**读完、看完、听完之后,带走一套能调用的方法论。**
@@ -19,6 +26,28 @@
官网提供 Skill Packs 可视化浏览、从零开始的使用教程、Skill 详情与生态共建提交入口。GitHub 仓库仍是 cangjie-skill 代码、方法论和模板的唯一来源,官网负责展示、导航与使用指引。
## DeepSeek Harness 插件
cangjie-skill 同时提供独立的 DeepSeek Harness 插件安装包。适配层封装在 Release 安装包中,不会向本仓库加入特定平台的包装文件。
已安装 DeepSeek Harness 后,运行:
```bash
mkdir -p ~/.dsh/packages
curl -fL "https://github.com/kangarooking/cangjie-skill/releases/download/v2.0.0/dsh-cangjie-skill-2.0.0.tgz" \
-o ~/.dsh/packages/dsh-cangjie-skill-2.0.0.tgz
dsh plugin --profile web add ~/.dsh/packages/dsh-cangjie-skill-2.0.0.tgz
dsh web
```
[下载 DeepSeek Harness 插件(适配仓颉 Skill v2.0.0](https://github.com/kangarooking/cangjie-skill/releases/download/v2.0.0/dsh-cangjie-skill-2.0.0.tgz)
启动新任务后,可以直接说:
```text
请用 cangjie-skill 把这本书蒸馏成一组可执行的 Agent Skills<文件路径>
```
## 为什么做这件事
最近有一个很火的 idea:把同事蒸馏成 skill。即便一个人离职了,他的经验、语气、工作方式都会被 AI 一定程度替代。[nuwa-skill](https://github.com/alchaincyf/nuwa-skill) 就是做这件事的——创造"人类 skill",比如马斯克 skill、巴菲特 skill。配套的 [darwin-skill](https://github.com/alchaincyf/darwin-skill) 负责让这些 skill 自动进化。
+2 -2
View File
@@ -1,8 +1,8 @@
# Source
- Repo: https://github.com/kangarooking/cangjie-skill
- Ref: 149cb39f559cafcb82910f8662b3f4e3b9ee5574
- Ref: a47a604b3940eda9bb0c83a276626ffa0c87d7e5
- Remove-Paths:
- Snapshot: 2026-08-12
- Snapshot: 2026-08-24
- Sync-Mode: copy_skill_root
- Notes: vendored into playbook branch thirdparty/skill
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB