feedoracle-compliance

Generates MiCA compliance evidence and stablecoin risk scores via FeedOracle MCP tools.

3.4k|487|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/davepoon/buildwithclaude --skill feedoracle-compliance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feedoracle-compliance
Source: https://github.com/davepoon/buildwithclaude/tree/main/plugins/feedoracle-compliance/skills/compliance
Command: npx skills add https://github.com/davepoon/buildwithclaude --skill feedoracle-compliance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Compliance teams and auditors working with stablecoins need verifiable, tamper-evident evidence of MiCA regulatory status, peg stability, and reserve quality, but gathering this data manually across sources is slow and hard to prove in audits.

Core Features & Use Cases

  • MiCA Compliance Evidence: Query single-token status, full evidence packs, or market-wide overviews for EU MiCA regulation checks.
  • Stablecoin Risk Scoring: Analyze current peg deviation, 30-day peg history, and run compliance preflight checks returning PASS/WARN/BLOCK verdicts.
  • Verifiable Audit Trail: Every response is ES256K-signed and JWKS-verifiable, with audit_verify and audit_query tools to inspect decision chains.
  • Use Case: A compliance officer preparing a MiCA audit asks for a full evidence pack on a stablecoin, receives signed data with request IDs, and verifies the signature against the JWKS endpoint for the audit file.

Quick Start

Ask the assistant to check the MiCA compliance status and peg stability of a specific stablecoin and include the signed evidence references.

Frequently Asked Questions about feedoracle-compliance

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

FAQPage Schema
How do I check MiCA compliance status for a stablecoin?

Use the mica_status tool for a single token's compliance status, or mica_full_pack for a complete evidence package. For a market-wide view across tokens, use mica_market_overview.

How do I assess stablecoin peg stability risk?

Use peg_deviation for the current peg state and peg_history for the 30-day trend. The compliance_preflight tool combines these into a PASS, WARN, or BLOCK risk verdict.

Can FeedOracle compliance responses be verified for audits?

Yes, every response is ES256K-signed and verifiable against a JWKS URL. Always cite the request_id and status from tool responses, and use audit_verify to check chain integrity.

What tools analyze stablecoin reserves and custody risk?

Use reserve_quality to examine reserve composition and custody_risk to analyze custodian arrangements. Both provide factual data for compliance assessment.

When are write operations like audit_log triggered?

Write tools such as audit_log and kya_register are only invoked on explicit user request. Read-only evidence and risk tools can be used freely during analysis.