Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English · 中文

DeepAML Skills (Crypto AML / KYT / KYA)

DeepAML provides production-minded agent skills for screening blockchain addresses:

  • Risk score lookup
  • Entity labels lookup

Chinese docs: see README.zh-CN.md.

What This Skill Does

  • Calls https://openapi.deepaml.io with address + chain_id
  • Returns structured JSON from DeepAML (risk score / risk level / labels)

Installation

See docs/INSTALL.md.

Install via Skills CLI (recommended)

npx skills add Deepaml/DeepAML-skills

Quick Start (CLI)

1) Configure API key

Recommended:

export DEEPAML_API_KEY="<your_api_key>"

Compatibility:

export DEEPAMLAPIKEYFORHERMES="<your_api_key>"

Optional: trial sign-up (email required):

Trial key limits: 2 requests/sec, 1,000 requests/day. For a professional plan, contact: dev@deepaml.com

python scripts/deepaml_query.py sign-up --email "your-email@example.com"

2) Risk score

python scripts/deepaml_query.py risk-score -a <address> -c <chain_id>

3) Address labels

python scripts/deepaml_query.py address-labels -a <address> -c <chain_id>

4) Supported chain IDs

python scripts/deepaml_query.py chain-ids

Quick Start (Hermes)

After the skill is installed into Hermes, you can ask:

  • “Please check the risk score for address T…”
  • “Get entity labels for the Ethereum address 0x…”
  • “Check the risk score for this BNB Chain address 0x…”

If you know the chain ID, include it explicitly:

  • “Check the risk score for address T… on Tron (chain_id=43).”
  • “Get entity labels for address 0x… on Ethereum (chain_id=19).”

For skill usage instructions, see SKILL.md.

Documentation

  • Skill instructions: SKILL.md
  • Chinese skill instructions: docs/SKILL.zh-CN.md
  • Install guide: docs/INSTALL.md
  • Changelog: docs/CHANGELOG.md

Security Notes

  • Do not commit API keys.
  • Results are only as good as the upstream data source; always combine with internal policy & investigations.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages