Initial commit

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

View File

@@ -0,0 +1,16 @@
{
"name": "market-sentiment-analyzer",
"description": "Analyze market sentiment from social media, news, and on-chain data",
"version": "1.0.0",
"author": {
"name": "Intent Solutions IO",
"email": "jeremy@intentsolutions.ai",
"url": "https://intentsolutions.ai"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}