luffy-arm-fullpower-on

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

A skill for explicitly enabling luffy-arm’s dedicated full-power mode for remote SSH work.

In plain words
What is it for?
Use it only when you clearly want full-power mode turned on, then continue an authorized remote task under luffy-arm.
Why use it?
It checks the existing gate and the actual administrative access separately, reducing the chance of claiming access is enabled when it is not.

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 only when you clearly want full-power mode turned on, then continue an authorized remote task under luffy-arm.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ares960826/luffy-arm/luffy-arm-fullpower-on
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-on
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-on

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ares960826/luffy-arm/luffy-arm-fullpower-on"><img src="https://agentmods.dev/badge/skills/ares960826/luffy-arm/luffy-arm-fullpower-on.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 784 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 warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 20
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Excessive Agency · line 23
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00087 $0.00784
Opus 5 $0.00044 $0.00392
Sonnet 5 $0.00017 $0.00157
Haiku 4.5 $0.00009 $0.00078

Measured 12d ago against content hash e4c2323c96e5, 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-on 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-on.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-on/SKILL.md · 54 lines

How it starts

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

luffy-arm full-power ON

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

Operation

  1. Confirm the user explicitly asked to enable full-power. Never infer consent from a task that merely needs write access.

  2. Check before re-arming. Run the main skill's bash scripts/fullpower.sh status from the sibling luffy-arm directory before showing any ON command. If the agent runtime is known to sandbox SSH or ssh-agent, request narrowly scoped, user-approved host execution for this first check immediately; do not run a known-blocked sandbox probe first.

    • DEDICATED GATE: ON: do not ask the user to re-enter the passphrase. Report the verified state. If the same request also contains an authorized remote task, continue it under the sibling luffy-arm skill instead of stopping at the switch.
    • DEDICATED GATE: UNKNOWN: do not ask the user to re-enable Full Power. Retry with approved host execution; if that is unavailable, ask the user to run luffy fullpower status in their normal login terminal and report the result.
    • DEDICATED GATE: OFF plus EFFECTIVE USER ACCESS: AVAILABLE: an alternate credential already reaches ADMIN_USER. Do not claim Safe Mode or require re-arming merely to obtain the same remote user capability. Ask for the dedicated gate only if the user explicitly wants that credential path armed.
    • DEDICATED GATE: OFF plus no effective user access: continue to step 3.
  3. Only after verified OFF, do not execute the ON wrapper on the user's behalf. Show the user this command from this skill directory and wait for them to run it in their own interactive login terminal:

    bash scripts/fullpower-on.sh [seconds]
    

    The wrapper delegates to the main luffy-arm/scripts/fullpower.sh on; it checks the admin key and SSH alias, then the user types the key passphrase directly into ssh-add. ON publishes a stable reference to that time-limited agent so other conversations can use the same gate without inheriting the same SSH_AUTH_SOCK. Never request, capture, paste, or store that passphrase.

  4. After the user confirms the command completed, repeat the same host-first status check.

  5. Report exactly one of these outcomes:

    • DEDICATED GATE: ON: independently confirmed.
    • UNKNOWN: approved host execution was unavailable, or the host could not inspect the login-session ssh-agent/SSH channel. State that the user reported ON but it is not independently visible; never translate UNKNOWN to OFF.
    • DEDICATED GATE: OFF or an error: report the separate effective-access layer before saying which capabilities remain. Never equate gate OFF with Safe Mode by itself.

Read the full file on GitHub · 54 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. 12d ago First seen · 54 lines · 87 tokens per session scan A e4c2323c96e5

Subscribe to this mod's changes

luffy-arm-fullpower-on is a skill published in the GitHub repository Ares960826/luffy-arm (19 stars, last pushed 16d ago), licensed MIT. It adds 87 tokens to every session and 784 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.