Introduction¶
The extension mechanism of DeepSeek Harness (dsh) is plugin-centric. The community directory is an independent site with no official affiliation to DeepSeek or Fanghuang, and should not be interpreted as an official app store.
The positioning of bigA resources is:
Agent Skill for DeepSeek Harness (dsh): biga.
It is suitable for developers who need to introduce the biga skill to dsh and can search or install it via ClawHub.
What is this¶
bigA is a DSH Agent Skill. The repository path is kobenfang/bigA, and the license is MIT.
The documentation states that it is also published on ClawHub for OpenClaw users. package.json declares the DSH bundle patch:
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
}
}
This means it introduces the patch file ./cordis.patch.yml as part of the DSH bundle.
Core Features¶
The content verified from the documentation is relatively limited:
- Provides
Agent Skill for DeepSeek Harness (dsh). - Declares the DSH bundle patch file
./cordis.patch.ymlinpackage.json. - Searchable and installable on ClawHub, command
bige. - License is MIT.
The documentation does not mention specific business functions, categories, star counts, or user cases, so this article will not elaborate on them.
Installation and Activation¶
The commands provided by the documentation are for ClawHub search and install:
npx clawhub search biga
After confirming the entry, execute the installation:
npx clawhub install biga
The documentation does not provide a dedicated dsh activation command, so no fabricated commands will be added here. If your environment supports installing skills from ClawHub, you can follow the commands above; actual activation depends on your dsh/OpenClaw environment.
Typical Usage¶
Only two reproducible steps are available:
- Search:
npx clawhub search biga
- Install:
npx clawhub install biga
Use Cases and Considerations¶
bigA is suitable for users who need the DSH Agent Skill and can obtain bige via ClawHub.
DSH plugins run with the current dsh process permissions. It is recommended to review the repository source code, cordis.patch.yml, license, and dependencies before installation to ensure they meet your security and compliance requirements.
Links¶
GitHub:
https://github.com/kobenfang/bigA
Community directory clues (unconfirmed):
https://www.skillhub.cn/plugins/kobenfang/bigA