regulatory-guidance

Produces cited compliance determinations for KYC, AML, sanctions, and account-opening questions.

4|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/denniszielke/agentic-banking-ecosystem --skill regulatory-guidance-denniszielke
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: regulatory-guidance
Source: https://github.com/denniszielke/agentic-banking-ecosystem/tree/main/src/compliance_agent/skills/regulatory-guidance
Command: npx skills add https://github.com/denniszielke/agentic-banking-ecosystem --skill regulatory-guidance-denniszielke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Banking agents need accurate, grounded answers to regulatory questions like eligibility, screening requirements, and sanctions checks, without inventing rules or risking non-compliant guidance. ## Core Features & Use Cases - Regulatory Classification: Identifies the relevant domains for each request, including KYC, AML, CTF, sanctions, fraud prevention, consumer protection, credit risk, data privacy, and beneficial ownership. - Grounded Rule Retrieval: Calls the search_compliance_rules tool with domain filters to retrieve every applicable rule from the compliance knowledge base. - Cited Determinations: Outputs a clear verdict of approve, review, reject, or escalate, with concrete requirements and citations to source files and numbered sections. - Use Case: When a customer support agent asks whether a 16-year-old can open a credit card, the skill retrieves the eligibility rules and returns a cited reject or review determination with the exact thresholds. ## Quick Start Ask the compliance agent whether a specific banking scenario is allowed, such as "Is this international transfer permitted under sanctions rules?", and receive a cited determination.

Frequently Asked Questions about regulatory-guidance

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

FAQPage Schema
How do I check if a banking scenario complies with KYC and AML rules?▼

Submit the scenario to the compliance agent, which classifies the regulatory domains involved and retrieves applicable rules using search_compliance_rules. It returns a determination of approve, review, reject, or escalate with the required documents, thresholds, and screening steps.

What regulatory domains does compliance rule retrieval cover?▼

The skill covers KYC, AML, CTF, sanctions, fraud prevention, consumer protection, credit risk, data privacy, beneficial ownership, and auditability. Each request is classified into one or more of these domains before rules are retrieved.

How are compliance determinations cited and verified?▼

Every determination cites the source file and numbered hierarchy element for each rule relied on, such as compliance-regulatory.md section 3.2.2. The skill never states a rule that was not present in the retrieved results.

What happens when the knowledge base does not cover a scenario?▼

The skill explicitly states that the scenario is not covered and escalates rather than improvising a rule. This guardrail prevents fabricated compliance guidance in edge cases.

Can other agents request compliance guardrail checks?▼

Yes, customer support and credit card agents can request guardrail checks from the compliance agent, including cross-organisation calls over A2A. The response follows the standard determination, requirements, and sources output format.