agentsclimarketplace

Skill 09 compliance aml

Skill vaquarkhan/web3-agent-skills/skills/skill-09-compliance-aml

Production-grade Agent Skills for Web3 AI agents: 15 workflows, 6 MCP servers, DeFi/NFT/compliance guardrails, and VS Code/JetBrains installers.

Install
npx -y skills add vaquarkhan/web3-agent-skills --skill skill-09-compliance-aml

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Handles crypto compliance including sanctions screening, Travel Rule, MiCA requirements, tax reporting, and SEC Howey test analysis. Use for regulated workflows, KYC/AML checks, or jurisdictional compliance questions.

SKILL.md

2.8 KB, as published. Nobody here has run it

Compliance & AML

When to Use

  • Screening wallet addresses against sanctions lists
  • Implementing Travel Rule for VASP transfers
  • Assessing MiCA token classification (ART, EMT, other crypto-assets)
  • Tax reporting (IRS 1099-DA, cost basis)
  • Evaluating whether a token passes the Howey test

Prerequisites

  • MCP: compliance-screening-server (required for all outbound transfers)
  • Knowledge base: knowledge-base/regulations/

Jurisdiction Coverage

JurisdictionRegulations
EUMiCA, Travel Rule (TFR), DORA, AMLD6
USSEC Howey, FinCEN BSA, IRS 1099-DA
UKFCA crypto registration, financial promotions
SingaporeMAS Payment Services Act
JapanFSA exchange registration, stablecoin rules
UAEVARA (Dubai), ADGM
GlobalFATF Travel Rule, risk-based approach

Workflow

1. Sanctions Screening

Required before every transfer to an external address:

  1. Call compliance-screening-serverscreen_address
  2. Check OFAC SDN, EU consolidated list, UN sanctions
  3. BLOCK if match score > threshold
  4. Log screening result with timestamp and case ID

2. Travel Rule (FATF R.16)

For VASP-to-VASP transfers > jurisdiction threshold:

  1. Identify beneficiary VASP
  2. Exchange originator info (name, account, address) via TRP (Travel Rule Protocol)
  3. Verify beneficiary before releasing funds
  4. Retain records ≥ 5 years

3. MiCA Classification

CategoryCriteriaRequirements
EMTSingle fiat-pegged stablecoinReserve backing, redemption
ARTMulti-asset or algo stableStricter reserve rules
Other crypto-assetDefaultWhitepaper, CASP authorization
Utility tokenAccess to good/serviceExempt if no investment expectation

4. Howey Test (US)

Four prongs — investment contract if ALL met:

  1. Investment of money
  2. Common enterprise
  3. Expectation of profits
  4. Derived from efforts of others

Document analysis for any token launch or marketing in US.

5. Tax Reporting

  • Track cost basis (FIFO default; specific ID if elected)
  • Report disposals on Form 8949 / 1099-DA (2025+)
  • Flag staking rewards as income at FMV on receipt

Hard Rules

  • Never bypass sanctions screening
  • Escalate PEP (Politically Exposed Person) matches
  • Require enhanced due diligence for transactions > $3,000 (FinCEN)

References

  • knowledge-base/regulations/mica/
  • knowledge-base/regulations/travel-rule/
  • knowledge-base/regulations/fatf/
  • knowledge-base/regulations/sec-howey/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.