New Relic Automation

Automate New Relic observability workflows including alert policy management and application monitoring.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill new-relic-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: New Relic Automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/new-relic-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill new-relic-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of configuring observability infrastructure, allowing teams to manage alert policies and notification channels directly through natural language commands.

Core Features & Use Cases

  • Alert Policy Management: Create, list, and delete alert policies to maintain consistent monitoring standards across environments.
  • Notification Routing: Configure diverse notification channels including Slack, email, and PagerDuty to ensure incident visibility.
  • Application Monitoring: Retrieve real-time status and metadata for APM and browser-monitored applications.
  • Use Case: Automatically create a new alert policy and link it to a Slack notification channel whenever a new microservice is deployed to production.

Quick Start

Use the new relic skill to list all alert policies and identify any that are currently unconfigured.

Frequently Asked Questions about New Relic Automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new alert policy in New Relic?

Use the NEW_RELIC_CREATE_ALERT_POLICY tool by providing a unique name and selecting an incident preference such as PER_POLICY or PER_CONDITION.

Can I configure Slack notifications for New Relic alerts?

Yes, use the NEW_RELIC_CREATE_ALERT_CHANNEL tool with the type set to 'slack' and provide the required webhook URL and channel name in the configuration object.

What is the difference between incident preferences?

Incident preferences determine how New Relic groups issues: PER_POLICY creates one issue per policy, while PER_CONDITION creates separate issues for each alert condition triggered.

How do I list my monitored APM applications?

Use the NEW_RELIC_GET_APPLICATIONS tool to retrieve a list of all APM applications, with optional filtering by name, host, or specific application IDs.

Are there limitations to alert policy naming?

Yes, alert policy names must be unique within your New Relic account, and the creation tool will return an error if a duplicate name is provided.