mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-09-05 17:03:49 +08:00
feat(skills): add 6 due-diligence data-source skills (#111)
## Summary
Adds six enterprise due-diligence data-source skills as local built-in
skills (SKILL.md + SKILL.zh-CN.md + catalog-metadata sidecar), per
ADR-038.
| Skill | Category | Risk | Source |
|---|---|---|---|
| baidu-poi-search | data | low | Baidu Map Place API (REST) |
| tianyancha-risk | business | low | Tianyancha risk API (REST) |
| ccgp-gov-procurement | business | medium | ccgp.gov.cn (WebBridge) |
| cnipa-patent-search | business | medium | CNIPA pss-system (WebBridge)
|
| creditchina-query | business | high | creditchina.gov.cn (WebBridge +
ddddocr) |
| multi-source-sentiment | research | medium | Douyin Index/Featured +
WebSearch |
## Changes
- 6 x skills/<id>/{SKILL.md, SKILL.zh-CN.md, catalog-metadata.v1.json}
- builtin-skills.json: 34 -> 40
- manifest.json: totalSkills 63 -> 69
- README.md counts + list
## Security
- Credentials replaced with env-var placeholders (BAIDU_MAP_AK,
TIANYANCHA_TOKEN); verified no secrets in diff
## Validation
- validate-i18n.py: 0 errors (remaining warnings pre-existing repo-wide)
- zh/en heading parity verified; source_hash computed per repo algorithm
Co-authored-by: yi-ge <yi-ge@desirecore.net>
This commit is contained in:
11
README.md
11
README.md
@@ -30,21 +30,22 @@ The market currently contains:
|
||||
|
||||
- `2` Agents: `desirecore`, `dingtalk-workspace`
|
||||
- `1` Team: `contract-review-team`
|
||||
- `34` local built-in skills with `SKILL.md`
|
||||
- `40` local built-in skills with `SKILL.md`
|
||||
- `29` external skill entries with `entry.json`
|
||||
- `63` publishable skills in total (`SKILL.md` + `entry.json`)
|
||||
- `69` publishable skills in total (`SKILL.md` + `entry.json`)
|
||||
|
||||
## Skill Sources
|
||||
|
||||
Local built-in skills are installable from this repository and must be listed in `builtin-skills.json`:
|
||||
|
||||
```text
|
||||
code-intelligence, configuring-compute, create-agent, dashscope-image-gen, delete-agent,
|
||||
baidu-poi-search, ccgp-gov-procurement, clone-agent, cnipa-patent-search, code-intelligence,
|
||||
configuring-compute, create-agent, creditchina-query, dashscope-image-gen, delete-agent,
|
||||
dev-environment-setup, discover-agent, docx, frontend-design, guizang-ppt,
|
||||
image-to-image, mail-operations, manage-skills, manage-teams, markdown,
|
||||
minimax-music-gen, minimax-video-gen, nodejs-runtime, pdf, pptx,
|
||||
minimax-music-gen, minimax-video-gen, multi-source-sentiment, nodejs-runtime, pdf, pptx,
|
||||
presentation-forge, python-runtime, registering-services, s3-storage-operations, skill-creator,
|
||||
tech-diagram, update-agent, using-services, web-access, workflow, workforce-optimization,
|
||||
tech-diagram, tianyancha-risk, update-agent, using-services, web-access, workflow, workforce-optimization,
|
||||
xiaomi-tts, xlsx
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user