โ† All skills
Tencent SkillHub ยท Developer Tools

Newrelic Cli Skills

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, alerts/SKILL.md, apm/SKILL.md, deployments/SKILL.md, diagnostics/SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Quick Decision Tree

Performance issue reported? โ†’ apm/SKILL.md Need to query data with NRQL? โ†’ nrql/SKILL.md Recording a deployment? โ†’ deployments/SKILL.md Alert management? โ†’ alerts/SKILL.md Infrastructure/host issues? โ†’ infrastructure/SKILL.md Agent not reporting? โ†’ diagnostics/SKILL.md

Setup & Auth

# Install curl -Ls https://download.newrelic.com/install/newrelic-cli/scripts/install.sh | bash # Configure profile newrelic profile add \ --profile default \ --apiKey $NEW_RELIC_API_KEY \ --accountId $NEW_RELIC_ACCOUNT_ID \ --region US # or EU newrelic profile default --profile default # Verify newrelic profile list

Common One-Liners

# Search for an entity by name newrelic entity search --name "my-app" # Run a NRQL query newrelic nrql query --accountId $NEW_RELIC_ACCOUNT_ID \ --query "SELECT average(duration) FROM Transaction WHERE appName='my-app' SINCE 1 hour ago" # Record a deployment newrelic apm deployment create \ --applicationId <APP_ID> \ --revision "v1.2.3" \ --description "Feature: user auth" # Run diagnostics newrelic diagnose run

Entity Reference

Find entity GUIDs (needed for API calls and deployment markers): # List all APM apps newrelic entity search --name "" --type APPLICATION --domain APM # Get specific entity details newrelic entity get --guid <GUID> # List all hosts newrelic entity search --name "" --type HOST

Environment Variables

VariableDescriptionNEW_RELIC_API_KEYUser key (NRAK-...)NEW_RELIC_ACCOUNT_IDNumeric account IDNEW_RELIC_REGIONUS or EU

Sub-Skills

Sub-skillWhen to useapm/Performance triage, slow transactions, error analysisnrql/Custom queries, dashboards, ad-hoc data explorationdeployments/Mark releases, correlate deploys with performancealerts/Alert policies, conditions, notification channelsinfrastructure/Host metrics, CPU/memory, process monitoringdiagnostics/Agent health, config validation, connectivity

Scripts

ScriptPurposescripts/check-performance.shQuick health check across all appsscripts/deployment-marker.shRecord a deployment eventscripts/top-slow-transactions.shFind the 10 slowest transactionsscripts/error-report.shRecent errors with stack traces

References

references/nrql-patterns.md โ€” Common NRQL query patterns references/performance-triage.md โ€” Step-by-step triage guide

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • alerts/SKILL.md Docs
  • apm/SKILL.md Docs
  • deployments/SKILL.md Docs
  • diagnostics/SKILL.md Docs
  • README.md Docs