Agi Term Helper

PassAudited by ClawScan on May 1, 2026.

Overview

This is a transparent, user-invoked shortcut for running exactly the terminal command you type, with no code or automatic execution included.

Install only if you want a manual power-user shortcut for running exact terminal commands. Treat it like typing directly into a shell: double-check paths before delete or overwrite commands, avoid secrets on the command line, and avoid curl-pipe-to-shell style commands.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If you type a destructive or unsafe command, it can run with the permissions of your OpenClaw exec environment.

Why it was flagged

This exposes raw terminal execution, which can affect files or system state, but it is the stated purpose of the skill and is explicitly user-directed.

Skill content
whatever you type after `/term` is forwarded **as-is** to OpenClaw’s `exec` tool
Recommendation

Use this only for commands you already understand, prefer read-only checks, and avoid putting secrets or remote install pipelines in commands.