用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/webiny/webiny-js --skill webiny-api-webhooks-catalog命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | webiny-api-webhooks-catalog |
| description | api/webhooks — 15 abstractions. |
import { Name } from "<importPath>";webiny-use-case-pattern or webiny-event-handler-pattern skills for implementation patternsName: createWebhooks
Import: import { createWebhooks } from "webiny/api/webhooks"
Source: @webiny/webhooks/api/index.ts
Name: IListMeta
Kind: type
Import: import type { IListMeta } from "webiny/api/webhooks"
Source: @webiny/webhooks/api/features/ListWebhooks/abstractions.ts
Name: IWebhookPayload
Kind: type
Import: import type { IWebhookPayload } from "webiny/api/webhooks"
Source: @webiny/webhooks/api/features/SendWebhookTask/types.ts
Name: Webhook
Kind: type
Import: import type { Webhook } from "webiny/api/webhooks"
Source: @webiny/webhooks/api/domain/Webhook.ts
Name: WebhookCmsEntry
Kind: type
Import: import type { WebhookCmsEntry } from "webiny/api/webhooks"
Source: @webiny/webhooks/api/domain/Webhook.ts
Name: WebhookCmsEntryValues
Kind: type
Import: import type { WebhookCmsEntryValues } from "webiny/api/webhooks"
Source: @webiny/webhooks/api/domain/Webhook.ts
Name: WebhookDelivery
Kind: type
Import: import type { WebhookDelivery } from "webiny/api/webhooks"
Source: @webiny/webhooks/api/domain/WebhookDelivery.ts
Name: WebhookDeliveryCmsEntry
Kind: type
Import: import type { WebhookDeliveryCmsEntry } from "webiny/api/webhooks"
Source: @webiny/webhooks/api/domain/WebhookDelivery.ts
Name: WebhookDeliveryCmsEntryValues
Kind: type
Import: import type { WebhookDeliveryCmsEntryValues } from "webiny/api/webhooks"
Source: @webiny/webhooks/api/domain/WebhookDelivery.ts
Name: WebhookDeliveryStatus
Kind: type
Import: import type { WebhookDeliveryStatus } from "webiny/api/webhooks"
Source: @webiny/webhooks/api/domain/WebhookDelivery.ts
Name: WebhookDispatcher
Import: import { WebhookDispatcher } from "webiny/api/webhooks"
Source: @webiny/api-core/features/webhooks/index.ts
Description: Routes a domain event to all matching enabled webhooks via background tasks.
Name: WebhookFactory
Import: import { WebhookFactory } from "webiny/api/webhooks"
Source: @webiny/api-core/features/webhooks/index.ts
Name: WebhookProvider
Import: import { WebhookProvider } from "webiny/api/webhooks"
Source: @webiny/api-core/features/webhooks/index.ts
Name: WebhookSignPayload
Import: import { WebhookSignPayload } from "webiny/api/webhooks"
Source: @webiny/api-core/features/webhooks/index.ts
Description: Signs webhook payloads using the Standard Webhooks spec (https://www.standardwebhooks.com).
Name: WebhookVerifyPayload
Import: import { WebhookVerifyPayload } from "webiny/api/webhooks"
Source: @webiny/api-core/features/webhooks/index.ts
Description: Verifies incoming webhook payloads using the Standard Webhooks spec (https://www.standardwebhooks.com).