Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:53:00 +08:00
commit 0a908446f8
14 changed files with 1463 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "arbitrage-opportunity-finder",
"description": "Find and analyze arbitrage opportunities across exchanges and DeFi protocols",
"version": "1.0.0",
"author": {
"name": "Intent Solutions IO",
"email": "jeremy@intentsolutions.ai",
"url": "https://intentsolutions.ai"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}