Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Monitor, query, and manage New Relic observability data via the newrelic CLI. Covers NRQL queries, APM performance triage, deployment markers, alert manageme...
Monitor, query, and manage New Relic observability data via the newrelic CLI. Covers NRQL queries, APM performance triage, deployment markers, alert manageme...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
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
# 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
# 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
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
VariableDescriptionNEW_RELIC_API_KEYUser key (NRAK-...)NEW_RELIC_ACCOUNT_IDNumeric account IDNEW_RELIC_REGIONUS or EU
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
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/nrql-patterns.md โ Common NRQL query patterns references/performance-triage.md โ Step-by-step triage guide
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.