Skip to content

Commit 87f688e

Browse files
committed
chore: release v9.0.0
1 parent c21074c commit 87f688e

7 files changed

Lines changed: 13 additions & 13 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,44 @@
55
},
66
"metadata": {
77
"description": "Agent skills for financial analysis and trading — options payoff, stock correlations, market data, social media research, and generative UI.",
8-
"version": "8.0.1"
8+
"version": "9.0.0"
99
},
1010
"plugins": [
1111
{
1212
"name": "finance-market-analysis",
1313
"source": "./plugins/market-analysis",
1414
"description": "Stock analysis, earnings, estimates, correlations, liquidity, ETFs, options payoff, and trading strategies via yfinance.",
15-
"version": "8.0.1"
15+
"version": "9.0.0"
1616
},
1717
{
1818
"name": "finance-social-readers",
1919
"source": "./plugins/social-readers",
2020
"description": "Read-only social media and research feeds — Twitter/X, Discord, LinkedIn, Telegram, Y Combinator, plus a generic opencli fallback covering 90+ finance/research sources.",
21-
"version": "8.0.1"
21+
"version": "9.0.0"
2222
},
2323
{
2424
"name": "finance-data-providers",
2525
"source": "./plugins/data-providers",
2626
"description": "External API data — sentiment via Adanos, comprehensive data via Funda AI, Hormuz Strait monitoring, TradingView desktop reader, and Hyperliquid perp/spot reader.",
27-
"version": "8.0.1"
27+
"version": "9.0.0"
2828
},
2929
{
3030
"name": "finance-startup-tools",
3131
"source": "./plugins/startup-tools",
3232
"description": "Multi-perspective startup analysis frameworks for VC investors, job applicants, and founders.",
33-
"version": "8.0.1"
33+
"version": "9.0.0"
3434
},
3535
{
3636
"name": "finance-ui-tools",
3737
"source": "./plugins/ui-tools",
3838
"description": "Generative UI design system for rendering interactive HTML/SVG widgets in Claude conversations.",
39-
"version": "8.0.1"
39+
"version": "9.0.0"
4040
},
4141
{
4242
"name": "finance-skill-creator",
4343
"source": "./plugins/skill-creator",
4444
"description": "Create, evaluate, and iterate on high-quality agent skills with structured guidance, quality scoring, and best-practice enforcement.",
45-
"version": "8.0.1"
45+
"version": "9.0.0"
4646
}
4747
]
4848
}

plugins/data-providers/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "finance-data-providers",
33
"description": "External API data — sentiment via Adanos, comprehensive data via Funda AI, Hormuz Strait monitoring, TradingView desktop reader, and Hyperliquid perp/spot reader.",
4-
"version": "8.0.1",
4+
"version": "9.0.0",
55
"author": {
66
"name": "himself65"
77
},

plugins/market-analysis/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "finance-market-analysis",
33
"description": "Stock analysis, earnings, estimates, correlations, liquidity, ETFs, options payoff, and trading strategies via yfinance.",
4-
"version": "8.0.1",
4+
"version": "9.0.0",
55
"author": {
66
"name": "himself65"
77
},

plugins/skill-creator/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "finance-skill-creator",
33
"description": "Create, evaluate, and iterate on high-quality agent skills with structured guidance, quality scoring, and best-practice enforcement.",
4-
"version": "8.0.1",
4+
"version": "9.0.0",
55
"author": {
66
"name": "himself65"
77
},

plugins/social-readers/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "finance-social-readers",
33
"description": "Read-only social media and research feeds — Twitter/X, Discord, LinkedIn, Telegram, Y Combinator, plus a generic opencli fallback covering 90+ finance/research sources (Yahoo Finance, Bloomberg, Reuters, Eastmoney, Xueqiu, Reddit, HackerNews, Substack, arXiv, etc.).",
4-
"version": "8.0.1",
4+
"version": "9.0.0",
55
"author": {
66
"name": "himself65"
77
},

plugins/startup-tools/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "finance-startup-tools",
33
"description": "Multi-perspective startup analysis frameworks for VC investors, job applicants, and founders.",
4-
"version": "8.0.1",
4+
"version": "9.0.0",
55
"author": {
66
"name": "himself65"
77
},

plugins/ui-tools/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "finance-ui-tools",
33
"description": "Generative UI design system for rendering interactive HTML/SVG widgets in Claude conversations.",
4-
"version": "8.0.1",
4+
"version": "9.0.0",
55
"author": {
66
"name": "himself65"
77
},

0 commit comments

Comments
 (0)