mirror of
https://github.com/nearai/ironclaw.git
synced 2026-09-02 23:56:24 +08:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "portfolio",
|
|
"display_name": "Portfolio",
|
|
"kind": "tool",
|
|
"version": "0.1.0",
|
|
"wit_version": "0.3.0",
|
|
"description": "Cross-chain DeFi portfolio discovery, ranked rebalancing proposals, and unsigned NEAR Intent construction. Single tool with three operations: scan, propose, build_intent.",
|
|
"keywords": [
|
|
"defi",
|
|
"portfolio",
|
|
"yield",
|
|
"wallet",
|
|
"rebalance",
|
|
"near-intents",
|
|
"crypto"
|
|
],
|
|
"source": {
|
|
"dir": "tools-src/portfolio",
|
|
"capabilities": "portfolio-tool.capabilities.json",
|
|
"crate_name": "portfolio-tool"
|
|
},
|
|
"artifacts": {
|
|
"wasm32-wasip2": {
|
|
"sha256": "99d0ef6522735a99d41116bfdeed06e5b6107193905173050abf6b140d4215a9",
|
|
"url": "https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.26.0/tool-portfolio-0.1.0-wasm32-wasip2.tar.gz"
|
|
}
|
|
},
|
|
"auth_summary": {
|
|
"method": "manual",
|
|
"provider": "Dune Analytics",
|
|
"secrets": [
|
|
"dune_api_key"
|
|
],
|
|
"shared_auth": null,
|
|
"setup_url": "https://dune.com/settings/api"
|
|
},
|
|
"tags": [
|
|
"defi",
|
|
"finance"
|
|
]
|
|
}
|