Skip to content

🔌 插件机制

ICP Skills 支持以 Go pluginHTTP webhook 形式扩展。

用途

  • 自定义数据源接入
  • 结果后处理( enrichment )
  • 输出转发(到 SIEM / 钉钉 / Slack)

Webhook 插件示例

yaml
plugins:
  - name: forward
    type: webhook
    on: result
    url: https://hook.example.com/icp

每次有结果时 POST 到指定 URL。

📚 延伸阅读

Released under the MIT License.