Openai Webhooks

🌐Community
by robinbg · vlatest · Repository

Automate actions & integrations; robinbg-openai-webhooks sends data from your OpenAI workflows to external services via webhooks.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add robinbg-openai-webhooks npx -- -y @trustedskills/robinbg-openai-webhooks
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "robinbg-openai-webhooks": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/robinbg-openai-webhooks"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to receive and process data from OpenAI webhooks. It enables integration with various OpenAI services, such as Assistants and fine-tuning jobs, by automatically triggering actions based on webhook events. The agent can react in real-time to changes or updates within the OpenAI ecosystem.

When to use it

  • Automated Assistant Updates: Automatically update an assistant's knowledge base when new files are uploaded to a connected data source via OpenAI’s file management features.
  • Real-Time Fine-Tuning Monitoring: Receive notifications and trigger actions (like logging or alerts) upon the completion of fine-tuning jobs.
  • Data Synchronization: Keep external systems synchronized with changes made through OpenAI's API, such as updating a database when an assistant’s instructions are modified.
  • Automated Workflow Triggers: Initiate complex workflows in response to specific events occurring within your OpenAI environment.

Key capabilities

  • Receives data from OpenAI webhooks.
  • Processes webhook event payloads.
  • Integrates with OpenAI Assistants and fine-tuning jobs.
  • Triggers actions based on webhook events.

Example prompts

  • "Listen for 'assistant.updated' events and log the changes to a file."
  • "When a fine-tuning job completes, send me an email notification."
  • “Trigger a Slack message when a new file is added to my assistant’s knowledge base.”

Tips & gotchas

  • Requires proper configuration of OpenAI webhook URLs in your OpenAI account.
  • Ensure the agent has appropriate permissions to access and process the incoming webhook data.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
robinbg
Installs
2

🌐 Community

Passed automated security scans.