chinaweal-claude-code/README.md

77 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# chinaweal-skills
众望通企业 Claude Code Skills 插件集合,用于企业业务系统集成开发。
## 插件列表
### 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`
---
## 安装
### 方式一Claude Code 插件市场安装(推荐)
在 Claude Code 中使用命令安装:
```
# Add marketplace
/plugin marketplace add http://47.107.61.133:3000/chinaweal/chinaweal-skills.git
```
### 方式二:手动克隆
将插件克隆到本地:
```bash
git clone http://47.107.61.133:3000/chinaweal/chinaweal-skills.git ~/.claude/skills/chinaweal-skills
```
## 配置
### 环境变量
使用 `chinaweal-pms` 需要配置:
```bash
export CHINAWEAL_PMS_TOKEN="your-pms-token"
```
使用 `gitea-api` 需要配置:
```bash
export GITEA_TOKEN47="your-gitea-token"
```
## License
Apache-2.0