Claude Skill

webhook-management

Configure and validate CCAM webhook targets across supported chat, incident, automation, and generic providers. Use when listing provider requirements, creating or updating a target, scoping it to alert rules, sending a test notification, reviewing delivery history, or deleting a

LLM Mart · 0 points · 12 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download hoangsonww-claude-code-agent-monitor-plugins_ccam-integrations_skills_webhook-management-83d4df5.zip · 0 KB
Part of hoangsonww/claude-code-agent-monitor — 86 skills

Install

skills CLI npx skills add https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/plugins/ccam-integrations/skills/webhook-management
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install hoangsonww-claude-code-agent-monitor@llmmart
Git git clone https://github.com/hoangsonww/Claude-Code-Agent-Monitor.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole hoangsonww/claude-code-agent-monitor collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Webhook Management

  1. Run ccam webhooks providers and select the exact provider key.
  2. Run ccam webhooks to inspect existing redacted targets.
  3. Build the JSON body in a local file. Keep tokens, routing keys, and webhook URLs out of chat and logs.
  4. Show the target name, provider, rule scope, and whether a real test message will be sent.
  5. Create or update only after confirmation:
ccam webhooks create --file /secure/path/target.json --yes
ccam webhooks update <id> --file /secure/path/patch.json --yes
  1. Ask again before ccam webhooks test <id>. It sends an external message.
  2. Inspect results with ccam webhooks deliveries <id>.

Never print secret fields. The dashboard returns masked values by design.

Files (claude-code-agent-monitor)
  • agents
    • openai.yaml 278 B
      interface:
        display_name: "Webhook Management"
        short_description: "Configure and validate CCAM webhook targets across supported..."
        default_prompt: "Use $webhook-management to inspect CCAM data and complete this workflow safely."
      policy:
        allow_implicit_invocation: false
      
  • SKILL.md 1.1 KB
    ---
    name: webhook-management
    description: >
      Configure and validate CCAM webhook targets across supported chat, incident,
      automation, and generic providers. Use when listing provider requirements,
      creating or updating a target, scoping it to alert rules, sending a test
      notification, reviewing delivery history, or deleting a target.
    ---
    
    # Webhook Management
    
    1. Run `ccam webhooks providers` and select the exact provider key.
    2. Run `ccam webhooks` to inspect existing redacted targets.
    3. Build the JSON body in a local file. Keep tokens, routing keys, and webhook
       URLs out of chat and logs.
    4. Show the target name, provider, rule scope, and whether a real test message
       will be sent.
    5. Create or update only after confirmation:
    
    ```bash
    ccam webhooks create --file /secure/path/target.json --yes
    ccam webhooks update <id> --file /secure/path/patch.json --yes
    ```
    
    6. Ask again before `ccam webhooks test <id>`. It sends an external message.
    7. Inspect results with `ccam webhooks deliveries <id>`.
    
    Never print secret fields. The dashboard returns masked values by design.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related