ls-dk

Guide Digikoppeling implementation across REST-API, WUS, ebMS2, and Large Messages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers understand and implement Digikoppeling, the Dutch standard for secure government data exchange, by providing clear guidance on its various protocols and specifications.

Core Features & Use Cases

  • Protocol Guidance: Understand and choose between REST-API, WUS (SOAP), ebMS2, and Grote Berichten (Large Messages).
  • Security Implementation: Learn about TLS requirements, PKIoverheid certificates, and message-level signing/encryption.
  • Use Case: A developer needs to integrate a new service with a government agency. They use this Skill to determine the correct Digikoppeling profile (e.g., REST-API with mTLS) and find code examples for implementation.

Quick Start

Use the ls-dk skill to find information about the Digikoppeling REST-API profile.

Frequently Asked Questions about ls-dk

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

FAQPage Schema
What is Digikoppeling and when do I need it for government data exchange?

Digikoppeling is the Dutch standard for secure government data exchange, needed when integrating services between government organizations. It defines protocols and security requirements to facilitate compliant communication across public sector systems.

How do I implement Digikoppeling security with PKIoverheid certificates and TLS?

Implement Digikoppeling security by configuring TLS requirements and using PKIoverheid certificates for authentication. The standard also requires message-level signing and encryption depending on the chosen interface profile for secure data exchange.

What's the best way to choose between REST-API, WUS, ebMS2, and Large Messages protocols?

Choose between REST-API, WUS (SOAP), ebMS2, and Large Messages by evaluating your integration requirements. Digikoppeling defines these four interface standards, each with specific protocols and use cases for different government data exchange scenarios.

Can I use Digikoppeling REST-API with mTLS for government agency integration?

Yes, Digikoppeling supports REST-API with mTLS for government agency integration. This profile combines REST interfaces with mutual TLS authentication using PKIoverheid certificates to ensure secure and compliant system connections.

Does Digikoppeling support SOAP-based WUS interfaces for government standards compliance?

Yes, Digikoppeling supports WUS (SOAP) as one of its four interface standards for government data exchange. It provides specific protocol guidance and security requirements for implementing SOAP-based compliant integrations.

When should I use Digikoppeling Large Messages instead of ebMS2 for data exchange?

Use Digikoppeling Large Messages when transferring oversized payloads that exceed standard protocol limits, whereas ebMS2 suits structured electronic messaging. The standard defines specific use cases and protocols for each interface profile.