Skip to content

Commit 58bc32e

Browse files
author
Loki@FastStart
committed
docs: update README for multi-agent support (OpenClaw + Hermes)
1 parent 52df705 commit 58bc32e

1 file changed

Lines changed: 24 additions & 4 deletions

File tree

README.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
11
# loki-skills
22

3-
OpenClaw workspace skills used by [Loki](https://github.com/openclaw/openclaw)an AI DevOps agent managing AWS infrastructure.
3+
Skills library for [Loki](https://github.com/inceptionstack/loki-agent)the AI DevOps agent that lives in your AWS account. Works with both **OpenClaw** and **Hermes** agent runtimes.
44

5-
These skills were adapted for use with OpenClaw from [Kiro Powers](https://kiro.dev/powers/) and other sources. Some are custom-built. Each skill provides structured guidance (steering docs, reference material, and constraints) that help AI agents perform specialized tasks effectively.
5+
These skills were adapted from [Kiro Powers](https://kiro.dev/powers/) and other sources. Some are custom-built. Each skill provides structured guidance (steering docs, reference material, and constraints) that help AI agents perform specialized tasks effectively.
6+
7+
## Usage
8+
9+
**OpenClaw:** Clone into the workspace — skills are auto-discovered:
10+
11+
```bash
12+
cd ~/.openclaw/workspace
13+
git clone https://github.com/inceptionstack/loki-skills.git skills
14+
```
15+
16+
**Hermes:** Point `external_dirs` at the shared library:
17+
18+
```yaml
19+
# In ~/.hermes/config.yaml
20+
skills:
21+
external_dirs:
22+
- ~/.openclaw/workspace/skills
23+
```
24+
25+
Skills follow the [AgentSkills](https://agentskills.io) open standard and work with any compatible agent.
626
727
## Skills
828
@@ -37,9 +57,9 @@ These skills were adapted for use with OpenClaw from [Kiro Powers](https://kiro.
3757

3858
## Credits
3959

40-
Most skills in this repo are adapted from [Kiro Powers](https://kiro.dev/powers/) — reusable capability packages built by AWS, partner companies, and the community for the [Kiro IDE](https://kiro.dev). Skills marked "Custom" were built independently for OpenClaw.
60+
Most skills in this repo are adapted from [Kiro Powers](https://kiro.dev/powers/) — reusable capability packages built by AWS, partner companies, and the community for the [Kiro IDE](https://kiro.dev). Skills marked "Custom" were built independently.
4161

42-
The adaptation involved converting Kiro's power format (MCP servers, steering docs, hooks) into OpenClaw's skill format (SKILL.md + refs/). The underlying guidance, best practices, and reference material remain largely faithful to the original Kiro Powers.
62+
The adaptation involved converting Kiro's power format (MCP servers, steering docs, hooks) into the AgentSkills format (SKILL.md + refs/). The underlying guidance, best practices, and reference material remain largely faithful to the original Kiro Powers.
4363

4464
## License
4565

0 commit comments

Comments
 (0)