2026-03-31 17:14:54 +08:00
|
|
|
|
# chinaweal-claude-code
|
2026-03-31 16:09:17 +08:00
|
|
|
|
|
2026-03-31 17:14:54 +08:00
|
|
|
|
众望通企业 Claude Code 扩展集合,用于企业业务系统集成开发。
|
2026-03-31 16:34:22 +08:00
|
|
|
|
|
|
|
|
|
|
## 插件列表
|
|
|
|
|
|
|
|
|
|
|
|
### pms-development
|
|
|
|
|
|
|
|
|
|
|
|
PMS 待办开发工具。用于开发 PMS 系统中的待办任务,包括仓库克隆、分支创建、需求开发、代码检查和分支推送。
|
|
|
|
|
|
|
|
|
|
|
|
**触发场景**: 开发 PMS 待办、开发待办
|
|
|
|
|
|
|
|
|
|
|
|
**依赖**: chinaweal-pms, gitea-api
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
### chinaweal-pms
|
|
|
|
|
|
|
|
|
|
|
|
众望通 PMS 系统数据查询工具。用于查询 PMS 系统中的待办任务数据。
|
|
|
|
|
|
|
|
|
|
|
|
**触发场景**: 查询待办、待办详情、"PMS"、"待办"、"todo"
|
|
|
|
|
|
|
|
|
|
|
|
**前置要求**: 需要配置环境变量 `CHINAWEAL_PMS_TOKEN`
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
### gitea-api
|
|
|
|
|
|
|
|
|
|
|
|
Gitea API 调用工具。用于与 Gitea 代码托管平台进行交互。
|
|
|
|
|
|
|
|
|
|
|
|
**触发场景**: 调用 Gitea API、仓库管理、用户管理、Issue/PR 管理
|
|
|
|
|
|
|
|
|
|
|
|
**前置要求**: 需要配置环境变量 `GITEA_TOKEN47`
|
|
|
|
|
|
|
|
|
|
|
|
**API 基础地址**: `http://47.107.61.133:3000/api/v1`
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
## 安装
|
|
|
|
|
|
|
2026-03-31 16:51:44 +08:00
|
|
|
|
### 方式一:Claude Code 插件市场安装(推荐)
|
|
|
|
|
|
|
|
|
|
|
|
在 Claude Code 中使用命令安装:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
2026-03-31 17:07:42 +08:00
|
|
|
|
# Add marketplace
|
2026-03-31 17:14:54 +08:00
|
|
|
|
/plugin marketplace add http://47.107.61.133:3000/chinaweal/chinaweal-claude-code.git
|
2026-04-01 11:47:30 +08:00
|
|
|
|
# Install skill
|
|
|
|
|
|
/plugin install chinaweal-pms
|
2026-03-31 16:51:44 +08:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### 方式二:手动克隆
|
|
|
|
|
|
|
2026-03-31 16:34:22 +08:00
|
|
|
|
将插件克隆到本地:
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-03-31 17:14:54 +08:00
|
|
|
|
git clone http://47.107.61.133:3000/chinaweal/chinaweal-claude-code.git ~/.claude/skills/chinaweal-claude-code
|
2026-03-31 16:34:22 +08:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## 配置
|
|
|
|
|
|
|
|
|
|
|
|
### 环境变量
|
|
|
|
|
|
|
|
|
|
|
|
使用 `chinaweal-pms` 需要配置:
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|
export CHINAWEAL_PMS_TOKEN="your-pms-token"
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
使用 `gitea-api` 需要配置:
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|
export GITEA_TOKEN47="your-gitea-token"
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
|
|
Apache-2.0
|