Skip to content

Commit d5a5b44

Browse files
authored
docs: add Usage with Agent Platforms section to README (#1)
* Initial plan * docs: add Usage with Agent Platforms section to README Co-authored-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com> * Fix heading format for AstronClaw section Updated the heading for AstronClaw in the README. Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com> --------- Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com> Co-authored-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
1 parent eba2c99 commit d5a5b44

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,40 @@ Run it against a local backend:
267267
- OpenAPI TypeScript for type-safe API client
268268
- i18next for internationalization
269269

270+
## Usage with Agent Platforms
271+
272+
SkillHub works as a skill registry backend for several agent platforms. Point any of the clients below at your SkillHub instance to publish, discover, and install skills.
273+
274+
### [openclaw](https://github.com/openclaw/openclaw)
275+
276+
[openclaw](https://github.com/openclaw/openclaw) is an open-source agent skill CLI. Configure it to use your SkillHub endpoint as the registry:
277+
278+
```bash
279+
# Log in to your SkillHub instance
280+
openclaw login --registry https://<your-skillhub-host>
281+
282+
# Publish a skill
283+
openclaw push <skill-package>
284+
285+
# Search and install skills
286+
openclaw search <keyword>
287+
openclaw install <namespace>/<skill>
288+
```
289+
290+
### [AstronClaw](https://agent.xfyun.cn/astron-claw)
291+
292+
[AstronClaw](https://agent.xfyun.cn/astron-claw) is the skill marketplace provided by iFlytek's Astron platform. You can connect it to a self-hosted SkillHub registry to manage and distribute private skills within your organization, or browse publicly shared skills on the Astron platform.
293+
294+
### [astron-agent](https://github.com/iflytek/astron-agent)
295+
296+
[astron-agent](https://github.com/iflytek/astron-agent) is the iFlytek Astron agent framework. Skills stored in SkillHub can be referenced and loaded directly by astron-agent, enabling a governed, versioned skill lifecycle from development to production.
297+
298+
---
299+
300+
> 🌟 **Show & Tell** — Have you built something with SkillHub? We'd love to hear about it!
301+
> Share your use case, integration, or deployment story in the
302+
> [**Discussions → Show and Tell**](https://github.com/iflytek/skillhub/discussions/categories/show-and-tell) category.
303+
270304
## Contributing
271305

272306
Contributions are welcome. Please open an issue first to discuss

0 commit comments

Comments
 (0)