sysops

A command-driven helper for maintaining virtual private servers, which are rented computers used to run applications online. It can delegate maintenance work to a server-operations agent.

In plain words
What is it for?
Use it to check server status, update deployments, reboot servers when needed, inspect deployment logs, or review stored learnings.
Why use it?
It gives common server checks and maintenance actions a consistent command instead of requiring separate procedures. It also records or displays deployment logs and stored operational notes.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/josephfung/trimkit/sysops
Any agent
npx skills add josephfung/trimkit --skill sysops
Clone the repo
git clone --depth 1 https://github.com/josephfung/trimkit

Made for: Claude Code, Codex.

Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 604 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00039 $0.00604
Opus 5 $0.00019 $0.00302
Sonnet 5 $0.00008 $0.00121
Haiku 4.5 $0.00004 $0.00060

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

Security

Grade A, and why

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

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.

skills/sysops/SKILL.md · 60 lines

How it starts

The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sysops

If the first word of the argument is log or learnings, handle it directly — do NOT delegate to the sysops subagent.

/sysops log

Parse the argument:

  • /sysops log → show last 10 entries across all deployments
  • /sysops log <Deployment> → show last 10 entries for that deployment (case-insensitive match)
  • /sysops log <Deployment> --last <N> → show last N entries for that deployment

Run this command, substituting <deployment> (omit --deployment entirely if no deployment was given) and <N> (default 10):

trimkit-sysops-log-search --human [--deployment "<deployment>"] [--last <N>]

If trimkit-sysops-log-search is not on PATH, tell the user:

trimkit-sysops-log-search is not installed. Run install.sh from your trimkit directory to set it up.

If trimkit-sysops-log-search is found but exits non-zero, show the user the error output and suggest checking file permissions on ~/.claude/sysops/audit.jsonl.


/sysops learnings

Parse the argument:

  • /sysops learnings → show all stored learnings across all deployments (deduplicated)
  • /sysops learnings <Deployment> → show learnings for that deployment only (case-insensitive match)

Run this command, substituting <deployment> (omit --deployment entirely if no deployment was given):

trimkit-learnings-search --human [--deployment "<deployment>"]

If trimkit-learnings-search is not on PATH, tell the user:

trimkit-learnings-search is not installed. Run install.sh from your trimkit directory to set it up.

If trimkit-learnings-search is found but exits non-zero, show the user the error output and suggest checking file permissions on ~/.claude/sysops/learnings.jsonl.


Otherwise, delegate to the sysops subagent using the Agent tool.

Pass the user's argument directly as the prompt. If no argument was given, default to a status check across all deployments.

Examples:

  • /sysops → prompt: "Check the status of all my servers"
  • /sysops status → prompt: "Check the status of all my servers"
  • /sysops update Pulse → prompt: "Update Pulse"
  • /sysops update my servers → prompt: "Update all my servers"

Read the full file on GitHub · 60 lines

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 · 60 lines · 39 tokens per session scan A af9608ee385b

Subscribe to this mod's changes

sysops is a skill published in the GitHub repository josephfung/trimkit (3 stars, last pushed 3mo ago), licensed MIT. It adds 39 tokens to every session and 604 once invoked, about $0.0002 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.