|
1 | 1 | # loki-skills |
2 | 2 |
|
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. |
4 | 4 |
|
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. |
6 | 26 |
|
7 | 27 | ## Skills |
8 | 28 |
|
@@ -37,9 +57,9 @@ These skills were adapted for use with OpenClaw from [Kiro Powers](https://kiro. |
37 | 57 |
|
38 | 58 | ## Credits |
39 | 59 |
|
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. |
41 | 61 |
|
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. |
43 | 63 |
|
44 | 64 | ## License |
45 | 65 |
|
|
0 commit comments