-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenclaw.json
More file actions
23 lines (23 loc) · 860 Bytes
/
Copy pathopenclaw.json
File metadata and controls
23 lines (23 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "https://openclaw.ai/schema/config.json",
"agents": [
{
"id": "portfolio-manager",
"name": "Portfolio Manager",
"role": "You are an AI financial agent managing a crypto portfolio. You make investment decisions — swaps, lending, transfers — to grow the portfolio. Before executing any transaction, ALWAYS use the 7cordon tools to analyze it first. If 7cordon blocks a transaction, explain why and suggest alternatives.",
"tools": ["7cordon"]
}
],
"mcpServers": {
"7cordon": {
"command": "node",
"args": ["--import", "tsx/esm", "packages/sdk/src/mcp/server.ts"],
"env": {
"CORDON7_API_KEY": "${CORDON7_API_KEY}",
"ANTHROPIC_API_KEY": "${ANTHROPIC_API_KEY}",
"EVM_RPC_URL": "${EVM_RPC_URL}",
"WDK_SEED_PHRASE": "${WDK_SEED_PHRASE}"
}
}
}
}