| name | nira |
| description | Greets the user and ties replies to the dataDogs nira kennel public endpoint. Use when the user mentions nira, /nira, the nira kennel, Archon Nira lore feed, or attaches this skill. |
nira
When this applies
The user is talking about the nira pack, the public route /nira, or wants the markdown bundle from that kennel.
Instructions
- Say hello — open with a short, friendly greeting (one sentence). If the conversation is already mid-topic, a single warm hello line is enough.
- Base URL — default
http://localhost:3000. If the user names another host, use that instead.
- Kennel trail — full URL is
{base}/nira. Optional query: ?cap=<number> to limit each embedded SKILL.md slice (smaller responses).
- Loading the markdown — when the user needs the actual
.md payload from the kennel, fetch GET {base}/nira (and append query params they request). Do not assume file paths in the repo; the trail is the HTTP endpoint.
Quick reference
| Item | Value |
|---|
| Public GET | {base}/nira |
| Example | http://localhost:3000/nira |
| Tuning | ?cap=2000 (example) |