Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:18 +08:00
commit 40936d70b7
23 changed files with 2289 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "openbb-terminal",
"description": "Open-source investment research terminal integration - equity analysis, crypto tracking, macro indicators, portfolio optimization, and AI-powered financial insights using OpenBB Platform",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@claudecodeplugins.io",
"url": "https://github.com/jeremylongshore"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}