mirror of
https://github.com/longbridge/skills.git
synced 2026-09-14 20:37:00 +08:00
f5b49640e7
## Summary - Add Codex plugin MCP metadata for the hosted Longbridge HTTP MCP server. - Add Longbridge logo assets to plugin interface metadata. - Update the Codex plugin brand color to `#00DBB6`. ## Test Plan - `python3 -m json.tool .codex-plugin/plugin.json` - `python3 -m json.tool .mcp.json` - `PYTHONPATH=/private/tmp/codex-plugin-yaml-shim python3 /Users/jason/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py .`
48 lines
1.6 KiB
JSON
48 lines
1.6 KiB
JSON
{
|
|
"id": "longbridge",
|
|
"name": "longbridge",
|
|
"version": "2.0.0",
|
|
"description": "Agent skills for Longbridge Securities: quotes, charts, fundamentals, valuation, portfolio, news, and market research across HK, US, A-share, and Singapore markets.",
|
|
"author": {
|
|
"name": "Longbridge",
|
|
"url": "https://longbridge.com"
|
|
},
|
|
"homepage": "https://github.com/longbridge/skills",
|
|
"repository": "https://github.com/longbridge/skills",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"longbridge",
|
|
"stocks",
|
|
"quotes",
|
|
"trading",
|
|
"valuation",
|
|
"fundamentals",
|
|
"portfolio",
|
|
"hk-stocks",
|
|
"us-stocks",
|
|
"a-shares"
|
|
],
|
|
"skills": "./skills/",
|
|
"mcpServers": "./.mcp.json",
|
|
"interface": {
|
|
"displayName": "Longbridge",
|
|
"shortDescription": "Market data and portfolio workflows for Longbridge Securities.",
|
|
"longDescription": "Longbridge bundles 13 skills for live quotes, K-line charts, options, warrants, fundamentals, research, portfolio and account data, watchlists, news, filings, market intelligence, earnings analysis, quantitative strategies, and value investing across HK, US, A-share, and Singapore markets. It supports Simplified Chinese, Traditional Chinese, and English.",
|
|
"developerName": "Longbridge",
|
|
"category": "Finance",
|
|
"capabilities": [
|
|
"Read",
|
|
"Write"
|
|
],
|
|
"websiteURL": "https://longbridge.com",
|
|
"defaultPrompt": [
|
|
"What's NVDA's price on Longbridge?",
|
|
"How is my portfolio performing?",
|
|
"Compare AAPL and MSFT fundamentals."
|
|
],
|
|
"brandColor": "#00DBB6",
|
|
"composerIcon": "./assets/logo.png",
|
|
"logo": "./assets/logo.png"
|
|
}
|
|
}
|