ls-notif

Implement event-driven communication using the CloudEvents NL GOV profile.

5|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/developer-overheid-nl/skills-standaarden --skill ls-notif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ls-notif
Source: https://github.com/developer-overheid-nl/skills-standaarden/tree/main/skills/ls-notif
Command: npx skills add https://github.com/developer-overheid-nl/skills-standaarden --skill ls-notif

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you implement event-driven communication using CloudEvents, enabling seamless and standardized event exchange between government organizations.

Core Features & Use Cases

  • Implement Event-Driven Systems: Use the CloudEvents NL GOV profile for standardized event publishing and subscription.
  • Understand Notification Standards: Navigate the complexities of event sources, types, and payloads.
  • Use Case: A citizen registry system needs to notify other services when a person's address changes. This Skill guides the implementation of publishing a nl.brp.persoon-verhuisd event using the CloudEvents NL GOV profile.

Quick Start

Use the ls-notif skill to understand how to publish a CloudEvent for a person's address change.

Frequently Asked Questions about ls-notif

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

FAQPage Schema
How do I implement event-driven communication using the CloudEvents NL GOV profile?

Implement event-driven communication by using the CloudEvents NL GOV profile to standardize event publishing and subscription between Dutch government organizations. This ensures secure data transmission and seamless event exchange.

What is the best way to publish a notification when a citizen's address changes in a government registry?

Publishing a notification for an address change involves structuring a `nl.brp.persoon-verhuisd` event using the CloudEvents NL GOV profile. This standardizes the event payload and source definition for subscribing services.

How do webhook integrations work with Dutch government notification services?

Webhook integrations with Dutch government notification services work by subscribing to standardized CloudEvents payloads. This enables secure, event-driven data transmission to registered endpoints when specific events occur.

Do I need the CloudEvents standard to define event structures for government APIs?

Yes, using the CloudEvents NL GOV profile is required to define standardized event structures for government APIs. It provides the necessary specifications for event sources, types, and secure payload transmission.

Can I use this approach for both subscribing to and publishing events within the Dutch government context?

Yes, the CloudEvents NL GOV profile supports both publishing and subscribing to events. This allows government organizations to act as event sources for notifications and as consumers for standardized event exchange.