wps-webhook

Manages WPS webhook messages and CRUD operations on named targets via JSON config.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/jf3096/personal-configs --skill wps-webhook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wps-webhook
Source: https://github.com/jf3096/personal-configs/tree/main/.codex/skills/wps-webhook
Command: npx skills add https://github.com/jf3096/personal-configs --skill wps-webhook

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of sending messages through WPS webhooks and managing the configurations for these webhook destinations.

Core Features & Use Cases

  • Send Messages: Send text, markdown, link, or card messages to WPS robot groups.
  • Manage Targets: Add, update, remove, or inspect named WPS webhook targets and set a default target.
  • Use Case: Quickly send an urgent update to your team's WPS group by using a saved target alias, or register a new group for future messages.

Quick Start

Send a markdown message to the 'ops' target.

Frequently Asked Questions about wps-webhook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send a markdown message to a WPS webhook robot group?

To send a markdown message to a WPS webhook robot group, you specify the message type and target alias. This Skill formats the payload and dispatches it to the configured WPS webhook URL.

Can I manage multiple WPS webhook targets without hardcoding URLs?

Yes, you can manage multiple WPS webhook targets using a local JSON configuration file. This Skill supports adding, updating, removing, and inspecting named targets, plus setting a default target.

What message types are supported when sending WPS robot notifications?

WPS robot notifications support text, markdown, link, and card message types. You can specify the desired format when sending an alert or update to your configured webhook targets.

Do I need a local configuration file to configure WPS webhook target management?

Yes, target management requires reading and writing a local JSON configuration file. This file stores your named WPS webhook destinations and the default target for message routing.

How do I update or remove an existing WPS webhook target?

You can update or remove an existing WPS webhook target by performing CRUD operations on the local JSON configuration. This allows you to modify named destinations or delete unused webhook URLs.

What is the best way to send urgent updates to a specific WPS group?

The best way to send urgent updates to a specific WPS group is by using a saved target alias. This avoids manual URL entry by routing the message directly through your pre-configured webhook.