webhooks

webhooks is a skill for Claude Code from ayrshare/ayrshare-social-media-api-claude-plugin. It costs 205 tokens per session (1,390 once invoked), scanned A, original, no licence file.

A webhook manager for Ayrshare, where a webhook is an HTTPS notification sent automatically when an event happens.

In plain words
What is it for?
Use it to register, remove, or list notifications for events such as a post being published or a scheduled post going live.
Why use it?
It lets software receive updates about social-media events without repeatedly asking whether anything changed.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ayrshare plugin — 13 skills, 1 command, 3 agents, 1 hook, 1 MCP server shipped together

Good fit Use it to register, remove, or list notifications for events such as a post being published or a scheduled post going live.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ayrshare/ayrshare-social-media-api-claude-plugin/webhooks
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ayrshare/ayrshare-social-media-api-claude-plugin --skill webhooks
Clone the repo
git clone --depth 1 https://github.com/ayrshare/ayrshare-social-media-api-claude-plugin

Made for: Claude Code.

Or install ayrshare, the plugin that ships this one along with the rest of its 13 skills, 1 command, 3 agents, 1 hook, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for webhooks

README.md
[![agentmods](https://agentmods.dev/badge/skills/ayrshare/ayrshare-social-media-api-claude-plugin/webhooks/github.svg)](https://agentmods.dev/skills/ayrshare/ayrshare-social-media-api-claude-plugin/webhooks)
Your own site
<a href="https://agentmods.dev/skills/ayrshare/ayrshare-social-media-api-claude-plugin/webhooks"><img src="https://agentmods.dev/badge/skills/ayrshare/ayrshare-social-media-api-claude-plugin/webhooks/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for webhooks

Your own site · 80×15
<a href="https://agentmods.dev/skills/ayrshare/ayrshare-social-media-api-claude-plugin/webhooks"><img src="https://agentmods.dev/badge/skills/ayrshare/ayrshare-social-media-api-claude-plugin/webhooks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 205 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,390 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00205 $0.01390
Opus 5 $0.00102 $0.00695
Sonnet 5 $0.00041 $0.00278
Haiku 4.5 $0.00020 $0.00139

Measured 12d ago against content hash 3aa2bc8a4184, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

webhooks scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/webhooks/SKILL.md · 48 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 48 lines · 205 tokens per session scan A 3aa2bc8a4184

Subscribe to this mod's changes

webhooks is a skill published in the GitHub repository ayrshare/ayrshare-social-media-api-claude-plugin (18 stars, last pushed 3mo ago), with no licence file. It adds 205 tokens to every session and 1,390 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

sanity-migration

Plans, implements, and reviews migrations from other CMSes and content systems into Sanity. Use when migrating or replatforming to Sanity from AEM, Adobe Experience Manager, Contentful, Strapi, Webflow, WordPress, Payload, Drupal, Markdown/MDX/frontmatter files, WXR/XML exports, CMS APIs, database dumps, static HTML…

sanity-io/agent-toolkit · 102 tokens

sanity-best-practices

Sanity development best practices for schema design, GROQ queries, TypeGen, Visual Editing, images, Portable Text, Studio structure, localization, migrations, Sanity Functions, webhooks, Blueprints, and framework integrations such as Next.js, Nuxt, Astro, Remix, SvelteKit, Angular, Hydrogen, and the App SDK. Use this…

sanity-io/agent-toolkit · 164 tokens

content-modeling-best-practices

Structured content modeling guidance for schema design, content architecture, content reuse, references versus embedded objects, separation of concerns, and taxonomies across Sanity and other headless CMSes. Use this skill when designing or refactoring content types, deciding field shapes, debating reusable versus…

sanity-io/agent-toolkit · 84 tokens

pipefy-api-fallback

Use this skill when an MCP tool fails AND the introspection skill could not resolve the problem. This is the last-resort fallback (Tier 3): call the Pipefy GraphQL API directly using curl or httpx, authenticating with the Service Account (OAuth2) or a Personal Access Token (PAT) available as env var. Follow the 3-tier…

pipefy/ai-toolkit · 86 tokens

api-integrations

Expose external APIs to Falcon Foundry via OpenAPI specs. TRIGGER when user asks to "create an API integration", "adapt an OpenAPI spec for Foundry", "expose an API to workflows", "connect to a third-party API", or runs foundry api-integrations create. Also trigger when user has an OpenAPI/Swagger spec and wants it…

CrowdStrike/foundry-skills · 107 tokens

fastapi

FastAPI best practices + Pydantic. Use when building or reviewing FastAPI APIs.

martineserios/thebrana · 21 tokens