node-5090-sitrep

node-5090-sitrep is a skill for Claude Code from POWERFULMOVES/PMOVES.AI. It costs 107 tokens per session (2,863 once invoked), scanned A, original, no licence file.

A situation-report skill for a specific desktop workstation, covering its Git state, worktrees, graphics processor, messaging service, containers, speech engine, network links, and open code changes.

In plain words
What is it for?
Use it to inspect the workstation, running services, connected machines, active worktrees, and open pull requests before work begins.
Why use it?
It gathers the machine and project status needed to understand whether this development environment is ready and what work is active.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to inspect the workstation, running services, connected machines, active worktrees, and open pull requests before work begins.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/powerfulmoves/pmoves.ai/node-5090-sitrep
Install

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.

Any agent
npx skills add POWERFULMOVES/PMOVES.AI --skill node-5090-sitrep
Clone the repo
git clone --depth 1 https://github.com/POWERFULMOVES/PMOVES.AI

Made for: Claude Code.

Wrote 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.

agentmods badge for node-5090-sitrep

README.md
[![agentmods](https://agentmods.dev/badge/skills/powerfulmoves/pmoves.ai/node-5090-sitrep.svg)](https://agentmods.dev/skills/powerfulmoves/pmoves.ai/node-5090-sitrep)
Your own site
<a href="https://agentmods.dev/skills/powerfulmoves/pmoves.ai/node-5090-sitrep"><img src="https://agentmods.dev/badge/skills/powerfulmoves/pmoves.ai/node-5090-sitrep.svg" alt="Measured on agentmods" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,863 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00107 $0.02863
Opus 5 $0.00053 $0.01432
Sonnet 5 $0.00021 $0.00573
Haiku 4.5 $0.00011 $0.00286

Measured 2d ago against content hash e56be4f39ed0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

node-5090-sitrep scanned grade A with 1 finding 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 2d ago.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sf "http://$NATS_HOST:$NATS_MON/healthz" >/dev/null 2>&1 \
.claude/skills/node-5090-sitrep/SKILL.md · 195 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

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.

  1. 2d ago First seen · 195 lines · 107 tokens per session scan A e56be4f39ed0

Subscribe to this mod's changes

node-5090-sitrep is a skill published in the GitHub repository POWERFULMOVES/PMOVES.AI (7 stars, last pushed today), with no licence file. It adds 107 tokens to every session and 2,863 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories

holoscan-install-container

Install Holoscan SDK via the NGC Docker container. Use for container-based installs; not for native apt/pip/Conda installs.

NVIDIA/skills · 35 tokens

doca-urom-svc

Operate the DOCA UROM Service container on BlueField Arm for remote memory operations (puts, gets, atomics, collectives) enqueued by a paired host using doca-urom: pull the NGC image, choose the UCX component, size queues, configure Comch pairing, and align host and service versions. SECURITY: the service has no…

NVIDIA/skills · 153 tokens

hsb-setup

Clone the latest NVIDIA Holoscan Sensor Bridge repo, ask which supported devkit is being used, configure the host per platform, build the correct demo container, run it, and verify HSB connectivity by pinging 192.168.0.2. Use for Holoscan Sensor Bridge setup, build, container launch, and first-connectivity bring-up.

NVIDIA/skills · 78 tokens

holoscan-install-source

Build Holoscan SDK from source via the in-tree ./run script. Use only when published packages don't meet the user's needs.

NVIDIA/skills · 32 tokens

xpu-container-run

Launch a Docker container with Intel GPU access on Linux. Encodes the correct combination of --device /dev/dri, render-group access, --ipc=host, ZEAFFINITYMASK pinning, Hugging Face cache mount, and --entrypoint /bin/bash for interactive use. Use when running any Intel-XPU container (vLLM-XPU, sglang-xpu, torch-XPU…

intel/gpu-ai-skills · 146 tokens

together-kueue

Install and use the Kueue job-queueing controller on a Together AI Kubernetes GPU cluster to gate jobs on quota. Covers installing Kueue, defining ResourceFlavor, ClusterQueue, and LocalQueue quota, submitting jobs to a queue, and watching quota admit or suspend them. Reach for it when a Together cluster's GPU pool…

togethercomputer/skills · 124 tokens