Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/nordbyte/nordrelay/initgit clone --depth 1 https://github.com/nordbyte/nordrelayWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00781 |
| Opus 5 | $0.00000 | $0.00391 |
| Sonnet 5 | $0.00000 | $0.00156 |
| Haiku 4.5 | $0.00000 | $0.00078 |
Grade A, and why
init scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
nordrelay init
Create local runtime config and the first admin user.
Usage
nordrelay init [options]
Important options
| Option | Description |
|---|---|
--home <path> |
Write config and user state under a custom home directory |
--disable-webui |
Initialize with NORDRELAY_WEBUI_ENABLED=false |
--disable-autostart |
Disable connector autostart |
--disable-webui-autostart |
Disable WebUI autostart |
--token-file <path> |
Read Telegram bot token from a file |
--disable-telegram |
Disable Telegram during initialization |
--enable-discord |
Enable Discord during initialization |
--discord-token-file <path> |
Read Discord bot token from a file |
--discord-client-id <id> |
Set Discord application/client ID |
--enable-slack |
Enable Slack during initialization |
--slack-bot-token-file <path> |
Read Slack bot token from a file |
--slack-app-token-file <path> |
Read Slack Socket Mode app token from a file |
--slack-signing-secret-file <path> |
Read Slack signing secret from a file |
--enable-matrix |
Enable Matrix during initialization |
--matrix-homeserver-url <url> |
Set Matrix homeserver URL |
--matrix-access-token-file <path> |
Read Matrix access token from a file |
--matrix-user-id <id> |
Set Matrix bot user ID |
--matrix-device-id <id> |
Set optional Matrix device ID |
--admin-email <email> |
Create the first admin with this email |
--admin-name <name> |
Set admin display name |
--admin-password-file <path> |
Read admin password from a file |
--telegram-user-id <id> |
Link the first admin to a Telegram user ID |
--discord-user-id <id> |
Link the first admin to a Discord user ID |
--slack-user-id <id> |
Link the first admin to a Slack user ID |
--slack-team-id <id> |
Link the first admin to a Slack team/workspace |
--matrix-user-id-link <id> |
Link the first admin to a Matrix user ID |
--matrix-homeserver <url> |
Store the linked Matrix homeserver |
| `--state-backend json | sqlite` |
--enable-pi |
Enable Pi |
--enable-hermes |
Enable Hermes |
--enable-openclaw |
Enable OpenClaw |
--enable-claude-code |
Enable Claude Code |
--disable-codex |
Disable Codex |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 76 lines · 0 tokens per session scan A 0e2884556fff
init is a command published in the GitHub repository nordbyte/nordrelay (10 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 781 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
sync-tutorials
Commit and push your tutorials to the GitHub repository for backup and mobile reading.
teach-me
Teach me something using the coding-tutor skill.
quiz-me
Quiz me using the coding-tutor skill.
triage-prs
Triage all open PRs with parallel agents, label, group, and review one-by-one.
awesome-chatgpt
Search awesome-ChatGPT-repositories for open-source GitHub repositories related to ChatGPT and LLMs.
mach12:gh-pr-read
Read a GitHub pull request's title, body, and all top-level PR conversation comments; optionally locate an HTML-marker comment.