English · 中文
DeepAML provides production-minded agent skills for screening blockchain addresses:
- Risk score lookup
- Entity labels lookup
Chinese docs: see README.zh-CN.md.
- Calls
https://openapi.deepaml.iowithaddress+chain_id - Returns structured JSON from DeepAML (risk score / risk level / labels)
See docs/INSTALL.md.
npx skills add Deepaml/DeepAML-skillsRecommended:
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"python scripts/deepaml_query.py risk-score -a <address> -c <chain_id>python scripts/deepaml_query.py address-labels -a <address> -c <chain_id>python scripts/deepaml_query.py chain-idsAfter 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.
- Skill instructions:
SKILL.md - Chinese skill instructions:
docs/SKILL.zh-CN.md - Install guide:
docs/INSTALL.md - Changelog:
docs/CHANGELOG.md
- Do not commit API keys.
- Results are only as good as the upstream data source; always combine with internal policy & investigations.