fp-live-system

fp-live-system is a skill for Claude Code, Codex from MiaoY0uShan/FP. It costs 60 tokens per session (220 once invoked), scanned A, original, MIT.

A safety and verification method for working with remote, stateful, or embedded systems such as routers, OpenWrt devices, virtual machines, containers, and remote servers.

In plain words
What is it for?
Use it before changing or restarting a remote or embedded target. It helps preserve the management connection, recover safely, confirm real service behavior, detect leaked processes or locks, and keep secrets out of recorded output.
Why use it?
A restart, configuration file, or “ready” message does not prove that the live system works. The method protects access, creates rollback points, checks effective state, verifies through a real client path, and tracks resource ownership.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it before changing or restarting a remote or embedded target. It helps preserve the management connection, recover safely, confirm real service behavior, detect leaked processes or locks, and keep secrets out of recorded output.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/miaoy0ushan/fp/live-system
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 MiaoY0uShan/FP --skill live-system
Clone the repo
git clone --depth 1 https://github.com/MiaoY0uShan/FP

Made for: Claude Code, Codex.

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 fp-live-system

README.md
[![agentmods](https://agentmods.dev/badge/skills/miaoy0ushan/fp/live-system.svg)](https://agentmods.dev/skills/miaoy0ushan/fp/live-system)
Your own site
<a href="https://agentmods.dev/skills/miaoy0ushan/fp/live-system"><img src="https://agentmods.dev/badge/skills/miaoy0ushan/fp/live-system.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 220 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00060 $0.00220
Opus 5 $0.00030 $0.00110
Sonnet 5 $0.00012 $0.00044
Haiku 4.5 $0.00006 $0.00022

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

Security

Grade A, and why

fp-live-system 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 7d 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.

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.

fp/skills/live-system/SKILL.md · 19 lines

What it actually says

FP Live-System Profile

For remote/stateful targets, load ../templates/remote-stateful-system-checklist.md. For OpenWrt/embedded Linux/routers, also load ../templates/openwrt-live-system-verification-profile.md.

Core Rules

  1. Preserve management path — never lock yourself out.
  2. Create rollback point before any write.
  3. Inspect desired/generated/effective state — config file ≠ running state.
  4. Verify with real client path — a service restart or ready label is not proof.
  5. Track resource ownership — prove stop/restart/reload don't leak processes, sockets, or locks.
  6. Redact secrets from all output.
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. 7d ago First seen · 19 lines · 60 tokens per session scan A 0f4384a87c4b

Subscribe to this mod's changes

fp-live-system is a skill published in the GitHub repository MiaoY0uShan/FP (3 stars, last pushed 1mo ago), licensed MIT. It adds 60 tokens to every session and 220 once invoked, about $0.0003 per session on Opus 5. 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.

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

amc-run-rtsp-calibration

Calibrate a new dataset from live RTSP camera streams via the AutoMagicCalib REST API. Use when the user provides RTSP URLs or asks to calibrate live cameras; VIOS records clips, AMC ingests them, then runs calibration.

NVIDIA/skills · 59 tokens

amc-run-video-calibration

Calibrates pre-recorded cam.mp4 datasets through the AutoMagicCalib REST API. Use for user-supplied local MP4s; route live RTSP streams to amc-run-rtsp-calibration.

NVIDIA/skills · 57 tokens