mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-27 11:14:59 +00:00
docs(integrations): add HarnessClaw Engine skill guide
HarnessClaw Engine loads skills from SKILL.md files with YAML frontmatter and parameter substitution, so SkillHub packages install into it directly via the CLI --dir option, the same way Hermes Agent does. Signed-off-by: FenjuFu <fufenjupku@gmail.com>
This commit is contained in:
parent
ac46ad5391
commit
55a739a1bf
1 changed files with 7 additions and 0 deletions
|
|
@ -442,6 +442,13 @@ namespace `my-space` plus skill slug `my-skill`.
|
|||
|
||||
📖 **[Complete Hermes Agent Integration Guide →](./docs/hermes-integration-en.md)**
|
||||
|
||||
### [HarnessClaw Engine](https://github.com/harnessclaw/harnessclaw-engine)
|
||||
|
||||
[HarnessClaw Engine](https://github.com/harnessclaw/harnessclaw-engine) is a Go LLM programming assistant engine that exposes its capabilities over WebSocket. It loads skills from `SKILL.md` files with YAML frontmatter and parameter substitution, scanning each configured directory for `skill-name/SKILL.md` (default `~/.harnessclaw/workspace/skills/`, with earlier directories taking priority on name conflicts). Install a SkillHub package straight into that directory with the CLI's `--dir` option, no registry adapter required:
|
||||
|
||||
```bash
|
||||
npx clawhub --dir ~/.harnessclaw/workspace/skills install my-skill
|
||||
```
|
||||
### [AstronClaw](https://agent.xfyun.cn/astron-claw)
|
||||
|
||||
[AstronClaw](https://agent.xfyun.cn/astron-claw) is a cloud AI assistant built on OpenClaw's core capabilities, providing 24/7 online service through enterprise platforms like WeChat Work, DingTalk, and Feishu. It features a built-in skill system with over 130 official skills. You can connect it to a self-hosted SkillHub registry to enable one-click skill installation, search repository, dialogue-based automatic installation, and even custom skills management within your organization.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue