KDSkillHub Cli 重新实现
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
KDSkillHub CLI
KDSkillHub CLI 是一个用于管理 Kingdee Skillhub 商店技能的命令行工具,支持搜索、安装、更新和卸载技能,并可按 IDE/工具类型分发安装目录。
特性
- 🔍 搜索远端 Skill
- 📦 安装 Skill(支持多目标安装)
- 📋 列出本地已安装 Skill
- 🔄 更新 Skill(支持
--all一键更新全部已安装 Skill) - 🗑️ 卸载 Skill
- ⚙️ 可配置安装目标(如
codex、qoder、qoderwork、kiro、workbuddy)
安装
pip install kdskillhub-zack
快速开始
# (可选)配置后端地址
kdskillhub config set api.endpoint https://skills.kingdee.com/api
# 搜索 Skill
kdskillhub search pdf
# 安装 Skill
kdskillhub install pdf-processing
# 查看已安装
kdskillhub list
# 更新指定 Skill
kdskillhub update pdf-processing
# 一键更新所有已安装 Skill(现有能力)
kdskillhub update --all
# 卸载 Skill
kdskillhub remove pdf-processing
配置安装目标
可通过配置项选择技能分发到哪些安装目录:
# 方式 1:通用 set
kdskillhub config set install.targets codex,qoder
# 方式 2:快捷命令
kdskillhub config targets codex,qoder,qoderwork
# 查看当前配置
kdskillhub config list
默认支持的目标包括:
codex→~/.codex/skillsqoder→~/.qoder/skillsqoderwork→~/.qoderwork/skillskiro→~/.kiro/skillsworkbuddy→~/.workbuddy/skills
常用命令
kdskillhub search [keyword]
kdskillhub install <skill-name|skill-name@version>
kdskillhub list
kdskillhub update <skill-name>
kdskillhub update --all
kdskillhub remove <skill-name>
kdskillhub config list
kdskillhub config get <key>
kdskillhub config set <key> <value>
kdskillhub config targets <ide1,ide2,...>
配置文件
默认路径:~/.config/skillhub/config.yaml
示例:
api:
endpoint: https://skills.kingdee.com/api
timeout: 30
install:
targets:
- codex
- qoder
- qoderwork
Development with uv
uv sync --group dev
uv run kdskillhub --help
uv run pytest
uv build
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kdskillhub_zack-1.0.3.tar.gz.
File metadata
- Download URL: kdskillhub_zack-1.0.3.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f617978a09ab25caf66d6b7816fe1df19cb3265a881cca72cea582e543c20cc1
|
|
| MD5 |
3aef851d0c7e2791d124666d83cc4205
|
|
| BLAKE2b-256 |
f1803c4d2e8e9af11c94f71b1a95882374a94ac4e8a706bd6d1d7d26c088dd4e
|
Provenance
The following attestation bundles were made for kdskillhub_zack-1.0.3.tar.gz:
Publisher:
publish.yml on zack-zzq/kdskillhub-zack
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kdskillhub_zack-1.0.3.tar.gz -
Subject digest:
f617978a09ab25caf66d6b7816fe1df19cb3265a881cca72cea582e543c20cc1 - Sigstore transparency entry: 1572461495
- Sigstore integration time:
-
Permalink:
zack-zzq/kdskillhub-zack@35111c9210c4a9b931680e78066becfc53222143 -
Branch / Tag:
refs/tags/v1.0.3 - Owner: https://github.com/zack-zzq
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@35111c9210c4a9b931680e78066becfc53222143 -
Trigger Event:
push
-
Statement type:
File details
Details for the file kdskillhub_zack-1.0.3-py3-none-any.whl.
File metadata
- Download URL: kdskillhub_zack-1.0.3-py3-none-any.whl
- Upload date:
- Size: 26.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cc6b8c3865e9c14193ca068fb900ca1b705ec372491a24b403af63e8238ec57
|
|
| MD5 |
8ea8a626df2fcbee2d2ba2de962e5556
|
|
| BLAKE2b-256 |
3fb646ef16bea837525b8fad1474db4de1bd83701d1ee454fb0dd3387f3215bc
|
Provenance
The following attestation bundles were made for kdskillhub_zack-1.0.3-py3-none-any.whl:
Publisher:
publish.yml on zack-zzq/kdskillhub-zack
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kdskillhub_zack-1.0.3-py3-none-any.whl -
Subject digest:
7cc6b8c3865e9c14193ca068fb900ca1b705ec372491a24b403af63e8238ec57 - Sigstore transparency entry: 1572461542
- Sigstore integration time:
-
Permalink:
zack-zzq/kdskillhub-zack@35111c9210c4a9b931680e78066becfc53222143 -
Branch / Tag:
refs/tags/v1.0.3 - Owner: https://github.com/zack-zzq
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@35111c9210c4a9b931680e78066becfc53222143 -
Trigger Event:
push
-
Statement type: