al-workflow — Aoraki Labs Company Knowledge Hub
Company-wide skills, knowledge base, and tools registry for Aoraki Labs.
Consumers
- AI Agents (OpenClaw) — skill injection via
extraDirs, on-demand knowledge viagh api - Human team members — browse on GitHub, all README.md files render automatically
- Other projects —
gh apito fetch knowledge docs at known paths
Structure
al-workflow/
├── skills/
│ ├── shared/ ← Injected into ALL agents (gpu-ops, machine-ops, fidops, vast-ai)
│ └── domain/ ← Injected selectively (boundless, nockchain, sp1, video-research)
│
├── knowledge/ ← Deep reference docs (fetch on demand)
│ ├── mining/ ← Boundless, SP1, Nockchain full SOPs
│ ├── infrastructure/ ← GPU cluster ops, machine ops
│ └── data/ ← FidOps platform docs
│
├── tools/
│ └── registry/ ← MCP server documentation (not code)
│
├── AGENTS.md ← How AI agents consume and contribute
├── CONTRIBUTING.md ← How to add/update content
│
└── .claude/ ← Legacy Claude Code skills (human workflow, unchanged)
├── skills/ ← Original skill docs for /slash commands
└── dreday_skills/ ← Dreday agent skills
Quick Navigation
For AI Agents
- Read AGENTS.md for consumption and contribution patterns
- Shared skills:
skills/shared/— auto-injected by OpenClaw - Deep reference:
knowledge/— fetch viagh apiwhen needed
For Humans
- Mining ops: mining
- Infrastructure: infrastructure
- FidOps platform: fidops
- Available tools: registry
OpenClaw Integration
{
"skills": {
"load": {
"extraDirs": ["../al-workflow/skills/shared"]
}
}
}See AGENTS.md for full configuration including per-agent domain skill filtering.