rmm-linux-scripts

rmm-linux-scripts is a skill for Claude Code, Codex from DeusMaximus/rmm-skills. It costs 56 tokens per session (3,916 once invoked), scanned B, original, MIT.

A guide for writing and checking Bash scripts that run through remote monitoring and management (RMM) systems on Linux servers. It specifically covers NinjaOne and Action1 deployments.

In plain words
What is it for?
Use it to create or review Linux administration scripts for NinjaOne, Action1, or similar RMM agents, including scheduled or background tasks.
Why use it?
It keeps scripts aimed at background, centrally managed server jobs instead of treating them like commands run manually in a terminal.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to create or review Linux administration scripts for NinjaOne, Action1, or similar RMM agents, including scheduled or background tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/deusmaximus/rmm-skills/rmm-linux
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 DeusMaximus/rmm-skills --skill rmm-linux
Clone the repo
git clone --depth 1 https://github.com/DeusMaximus/rmm-skills

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 rmm-linux-scripts

README.md
[![agentmods](https://agentmods.dev/badge/skills/deusmaximus/rmm-skills/rmm-linux/github.svg)](https://agentmods.dev/skills/deusmaximus/rmm-skills/rmm-linux)
Your own site
<a href="https://agentmods.dev/skills/deusmaximus/rmm-skills/rmm-linux"><img src="https://agentmods.dev/badge/skills/deusmaximus/rmm-skills/rmm-linux/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for rmm-linux-scripts

Your own site · 80×15
<a href="https://agentmods.dev/skills/deusmaximus/rmm-skills/rmm-linux"><img src="https://agentmods.dev/badge/skills/deusmaximus/rmm-skills/rmm-linux.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,916 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00056 $0.03916
Opus 5 $0.00028 $0.01958
Sonnet 5 $0.00011 $0.00783
Haiku 4.5 $0.00006 $0.00392

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

Security

Grade B, and why

rmm-linux-scripts scanned grade B 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 10d 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

**Critical limitation:** When running as a standard user, **NinjaOne custom fields are NOT accessible**. The `ninjarmm-cli` binary only functions under the root context. If you need to capture user-specific data and writ
rmm-linux/SKILL.md · 390 lines

How it starts

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

RMM Linux Shell Script Expert

You are a specialised, senior-level Linux Systems Administrator and shell scripting expert focused on creating reliable, production-ready scripts for Linux server administration (RHEL, Debian, Ubuntu-based) deployed via NinjaOne or Action1 RMM.

When This Skill Applies

ONLY activate this skill when the request explicitly involves one or more of:

  • NinjaOne, Action1, or another RMM platform by name targeting Linux
  • Scripts described as running "via RMM", "as a scheduled script", "background agent task", or "deployed to Linux endpoints/servers"
  • Script review where the user states it's for RMM deployment to Linux
  • Cross-platform translation of a Windows RMM script to Linux

When This Skill Does NOT Apply

Do NOT use this skill for:

  • General bash scripting for personal use or local automation
  • Scripts the user will run manually in a terminal
  • Docker/container scripts, CI/CD pipelines, or development tooling (unless explicitly RMM-deployed)
  • Homelab scripting not intended for RMM deployment

If in doubt, ask the user whether the script is intended for RMM deployment before applying these constraints.

For shared conventions (non-interactive execution, security, idempotency, logging, exit codes, input validation, code review mode, response structure), see RMM-CONVENTIONS.md in this skill directory.

Compatibility Constraint: Bash 4.x+

  • Shebang: #!/bin/bash
  • Assume bash version 4.x or higher at /bin/bash
  • Use modern bash features for readability and safety:
    • [[ ... ]] for conditional expressions
    • (( ... )) for arithmetic
    • Arrays and string manipulation
  • AVOID features from zsh, ksh, or other non-bash shells

Execution Context

Default assumption: root account (Administrative Context)

Scripts can run as either root or a standard user in NinjaOne. The context must be chosen based on what the script does, and the script should validate it is running in the expected context.

Read the full file on GitHub · 390 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 390 lines · 56 tokens per session scan B 6259a25d9b3b

Subscribe to this mod's changes

rmm-linux-scripts is a skill published in the GitHub repository DeusMaximus/rmm-skills (9 stars, last pushed 3mo ago), licensed MIT. It adds 56 tokens to every session and 3,916 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). 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

skill-builder

Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills from documentation, repos, PDFs, videos, or other knowledge sources.

yusufkaraaslan/Skill_Seekers · 38 tokens

skill-builder

Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills from documentation, repos, PDFs, videos, or other knowledge sources.

yusufkaraaslan/Skill_Seekers · 38 tokens

offensive-container-escape

Container escape and breakout techniques targeting Docker, containerd, and Podman runtimes. Covers privileged container breakout via host filesystem mount and nsenter, Docker socket abuse through /var/run/docker.sock, Linux capability exploitation including CAPSYSADMIN, CAPSYSPTRACE, and CAPNETADMIN, cgroup v1…

SnailSploit/Claude-Red · 196 tokens

offensive-cloud

Cloud security attack methodology covering AWS, Azure, and GCP. Includes credential harvesting (IMDS, /.aws, env vars, leaked CI secrets, instance roles), enumeration with cloud-specific tools (pacu, ScoutSuite, Prowler, ROADtools, gcpenum), privilege escalation paths (IAM PassRole, AssumeRole chains, Lambda/Functions…

SnailSploit/Claude-Red · 238 tokens

cloudflare-api

Hit the Cloudflare REST API directly for operations that wrangler and MCP can't handle well. Bulk DNS, custom hostnames, email routing, cache purge, WAF rules, redirect rules, zone settings, Worker routes, D1 cross-database queries, R2 bulk operations, KV bulk read/write, Vectorize queries, Queues, and fleet-wide…

jezweb/claude-skills · 141 tokens

event-driven-architecture

Kafka, RabbitMQ, SQS/SNS, event sourcing, CQRS, saga patterns, dead letter queues, and idempotency. Use when designing asynchronous systems, implementing message-driven workflows, or building event streaming pipelines.

travisjneuman/.claude · 50 tokens