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/gotempsh/temps/runtime-logsgit clone --depth 1 https://github.com/gotempsh/tempsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/gotempsh/temps/runtime-logs)<a href="https://agentmods.dev/commands/gotempsh/temps/runtime-logs"><img src="https://agentmods.dev/badge/commands/gotempsh/temps/runtime-logs.svg" alt="Measured on agentmods" height="20"></a>What 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.00232 |
| Opus 5 | $0.00000 | $0.00116 |
| Sonnet 5 | $0.00000 | $0.00046 |
| Haiku 4.5 | $0.00000 | $0.00023 |
Grade A, and why
runtime-logs 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.
What it actually says
runtime-logs command reference
Apply the CLI runtime and safety contract before executing a command. Runtime --help is authoritative.
runtime-logs (alias: rlogs)
View runtime container logs (use -f to follow in real-time)
Options:
| Flag | Description | Default | Required |
|---|---|---|---|
-p, --project <project> |
Project slug or ID | - | No |
-e, --environment <env> |
Environment name | production |
No |
-c, --container <id> |
Container ID (partial match supported) | - | No |
-n, --tail <lines> |
Number of lines to tail | 1000 |
No |
-t, --timestamps |
Show timestamps | - | No |
-f, --follow |
Follow log output (stream in real-time) | - | No |
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 · 21 lines · 0 tokens per session scan A 36d659ac8bae
runtime-logs is a command published in the GitHub repository gotempsh/temps (712 stars, last pushed yesterday), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 232 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-09-03.
Other commands, from other repositories
docker-sdk
This skill fetches and cross-references the Docker SDK for Python documentation to.
compose-down
Stop a Compose stack on a server. Default 'stop' (keeps it indexed); --remove for full 'down'. Critical projects need --confirm= .
compose-up
Start a Compose stack on a server (up -d). Scope-gated (dockercompose). Use --file to bring up a not-yet-indexed stack.
compose-update
Pull latest images and recreate a Compose stack (pull + up -d). Scope-gated; critical projects need --confirm= .
docker-list
List all Docker containers on a server (compose-tagged + standalone). Read-only. --all includes stopped.
compose-list
List Docker Compose projects on a server with status, container counts, and config paths. Read-only.