senedd

Discover and interact with the Senedd Cymru ModernGov SOAP web service.

1|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/danbri/forgetmenot --skill senedd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senedd
Source: https://github.com/danbri/forgetmenot/tree/main/skills/senedd
Command: npx skills add https://github.com/danbri/forgetmenot --skill senedd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the difficulty of interacting with the Senedd Cymru (Welsh Parliament) ModernGov SOAP-based web service, which is not natively compatible with standard HTTP GET requests.

Core Features & Use Cases

  • WSDL Discovery: Provides access to the Web Services Description Language for the Senedd endpoint to map available operations.
  • Cross-Devolved Research: Facilitates comparative analysis between Welsh, Scottish, and Northern Irish legislative data.
  • Use Case: Researchers can use this to identify committee meetings or member details by inspecting the WSDL structure to prepare for future SOAP-based data integration.

Quick Start

Use the senedd skill to fetch the full WSDL definition for the Welsh Parliament data service.

Frequently Asked Questions about senedd

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

FAQPage Schema
How do I access Welsh Parliament data through the SOAP service?

Fetch the Senedd Cymru WSDL definition to map available SOAP operations for the Welsh Parliament service, which is not natively compatible with standard HTTP GET requests.

Can I use standard HTTP GET requests to retrieve Senedd legislative data?

Use the Senedd Cymru SOAP service for cross-devolved legislative research, facilitating comparative analysis between Welsh, Scottish, and Northern Irish procedural data including committee meetings and member details.

What is the best way to discover available operations on the Senedd SOAP endpoint?

Prerequisite knowledge includes understanding SOAP envelope construction and WSDL structure interpretation to successfully interact with the Senedd Cymru ModernGov web service and retrieve procedural data.

Why does the Senedd Cymru web service require SOAP instead of REST?

A limitation is that you must implement SOAP envelope construction manually to execute operations against the business.senedd.wales endpoint, as the service lacks native compatibility with standard HTTP GET requests.