Newrelic Cli Skills

v1.0.3

Monitor, query, and manage New Relic observability data via the newrelic CLI. Covers NRQL queries, APM performance triage, deployment markers, alert policy a...

1· 476·1 current·1 all-time
byVince Lozada@vince-winkintel
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the actual behavior: the skill runs the newrelic CLI, performs NRQL queries, APM triage, deployment markers, and alert management. The only required environment variables are NEW_RELIC_API_KEY and NEW_RELIC_ACCOUNT_ID, which are appropriate for the stated purpose. (Minor metadata inconsistency: the registry summary lists "required binaries: none" while SKILL.md and scripts clearly require the 'newrelic' binary.)
Instruction Scope
Runtime instructions and included scripts call only the newrelic CLI and run NRQL queries. Scripts include input sanitization (nrql_escape_string) and validate numeric args. The diagnostics sub-skill shows examples that reference local agent config paths (e.g., /etc/newrelic/newrelic.yml or Windows agent paths) — that is reasonable for diagnostics but means running those commands may access local config/log files if executed. The SKILL.md does not instruct transmission of data to any endpoint other than New Relic.
Install Mechanism
This is an instruction-only skill with small shell scripts; there is no install spec or remote download. CLI installation is recommended from official New Relic releases or Homebrew (both documented). No arbitrary URLs or archive extraction in the skill itself.
Credentials
Only NEW_RELIC_API_KEY and NEW_RELIC_ACCOUNT_ID are required. Those are expected and proportionate. SKILL.md correctly recommends using a User Key (NRAK-) and minimum required scope. The skill does not request unrelated secrets or multiple unrelated credentials.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or modify other skills. It contains helper scripts that run on-demand; autonomous invocation is permitted (platform default) but not combined with other red flags.
Assessment
This skill appears to do what it says: it runs the official newrelic CLI using NEW_RELIC_API_KEY and NEW_RELIC_ACCOUNT_ID to query and manage observability data. Before installing/using it: 1) Ensure you install the newrelic CLI from the official GitHub releases or your OS package manager (Homebrew) as instructed. 2) Use a least-privilege New Relic User Key (NRAK-) scoped to only the accounts needed. 3) Review and be cautious before running diagnostics that reference local config/log paths—those commands will read local agent files if executed. 4) When adding CI automation (deployment markers), run the script with a CI service account or token that has just enough permissions. 5) Note the small metadata inconsistency about required binaries; it is harmless but verify the CLI is available on PATH before use.

Like a lobster shell, security has layers — review code before you run it.

latestvk974ktkt6pa69b7b7q7y40cxzs83jv05

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

EnvNEW_RELIC_API_KEY, NEW_RELIC_ACCOUNT_ID

Comments