luffy-arm-fullpower-off

luffy-arm-fullpower-off is a skill for Claude Code, Codex from Ares960826/luffy-arm. It costs 75 tokens per session (415 once invoked), scanned A, original, MIT.

A skill for turning off luffy-arm’s dedicated full-power access to a remote Linux server over SSH.

In plain words
What is it for?
Use it when you explicitly need to disarm full-power mode and check whether the dedicated credential and alternate access are still available.
Why use it?
It confirms that the special administrative credential is disabled while distinguishing it from other user-level SSH access that may still remain.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the luffy-arm plugin — 3 skills shipped together

Good fit Use it when you explicitly need to disarm full-power mode and check whether the dedicated credential and alternate access are still available.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ares960826/luffy-arm/luffy-arm-fullpower-off
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 Ares960826/luffy-arm --skill luffy-arm-fullpower-off
Clone the repo
git clone --depth 1 https://github.com/Ares960826/luffy-arm

Made for: Claude Code, Codex.

Or install luffy-arm, the plugin that ships this one along with the rest of its 3 skills.

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 luffy-arm-fullpower-off

README.md
[![agentmods](https://agentmods.dev/badge/skills/ares960826/luffy-arm/luffy-arm-fullpower-off/github.svg)](https://agentmods.dev/skills/ares960826/luffy-arm/luffy-arm-fullpower-off)
Your own site
<a href="https://agentmods.dev/skills/ares960826/luffy-arm/luffy-arm-fullpower-off"><img src="https://agentmods.dev/badge/skills/ares960826/luffy-arm/luffy-arm-fullpower-off/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 luffy-arm-fullpower-off

Your own site · 80×15
<a href="https://agentmods.dev/skills/ares960826/luffy-arm/luffy-arm-fullpower-off"><img src="https://agentmods.dev/badge/skills/ares960826/luffy-arm/luffy-arm-fullpower-off.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 415 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00075 $0.00415
Opus 5 $0.00037 $0.00208
Sonnet 5 $0.00015 $0.00083
Haiku 4.5 $0.00007 $0.00042

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

Security

Grade A, and why

luffy-arm-fullpower-off 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/fullpower-off.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/luffy-arm-fullpower-off/SKILL.md · 34 lines

What it actually says

luffy-arm full-power OFF

This is the explicit OFF companion operation for luffy-arm. Read the sibling luffy-arm skill's Full-power mode section first; its invariants remain authoritative.

Operation

  1. Run this wrapper from this skill directory. It uses luffy-arm's published ssh-agent reference; in a known sandboxed runtime, request narrowly scoped, user-approved host execution from the outset instead of first trying inside the sandbox:

    bash scripts/fullpower-off.sh
    

    It delegates to the main luffy-arm/scripts/fullpower.sh off, removes the admin key from the visible ssh-agent, closes any legacy master connection, and probes the dedicated credential.

  2. Report DEDICATED GATE: OFF only when that credential receives an explicit authentication denial. Do not shorten this to a claim that all user-level access is off.

  3. Read the second layer. If EFFECTIVE USER ACCESS: AVAILABLE, another key still authenticates as ADMIN_USER. Report that the dedicated gate is off but effective user permissions remain; do not claim Safe Mode has returned. Personal keys are outside this switch.

  4. If either layer reports UNKNOWN, a sandbox, network boundary, or identity mismatch prevented verification. Retry with approved host execution; only if unavailable ask for the same command in the user's normal login terminal.

  5. If the dedicated gate remains ON, relay the remediation. TTL expiry is a fallback, not evidence of immediate shutdown.

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. 12d ago First seen · 34 lines · 75 tokens per session scan A 03363be4378b

Subscribe to this mod's changes

luffy-arm-fullpower-off is a skill published in the GitHub repository Ares960826/luffy-arm (19 stars, last pushed 16d ago), licensed MIT. It adds 75 tokens to every session and 415 once invoked, about $0.0004 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-30.