finance-tools/config/ai/skills.json

86 lines
2.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"routes": {
"/": [
{
"id": "brief",
"label": "今日簡報",
"prompt": "幫我做一份 30 秒可讀的今日基地簡報。"
},
{
"id": "risk",
"label": "最大風險",
"prompt": "從附帶資料看,現在最值得留意的 12 個逆風是什麼?"
}
],
"/market": [
{
"id": "climate",
"label": "總經一句話",
"prompt": "用一句話總結現在的總經氣候,並列出 3 個重點。"
},
{
"id": "history",
"label": "歷史對照",
"prompt": "現在最像哪段歷史?跟當時比起來差在哪?"
},
{
"id": "flow",
"label": "資金方向",
"prompt": "最近板塊輪動與資金流向告訴我們什麼?"
}
],
"/settings": [
{
"id": "help",
"label": "這頁能問什麼",
"prompt": "這個 App 有哪些功能?我可以問你什麼?"
}
]
},
"cards": {
"總經健康": [
{
"id": "score",
"label": "分數代表什麼",
"prompt": "用白話解釋現在的總經健康分數,順風逆風各是什麼?"
},
{
"id": "action",
"label": "我該注意什麼",
"prompt": "根據今日訊號,散戶該留意哪些風險或機會?(教學用)"
}
],
"羅盤": [
{
"id": "why",
"label": "為什麼像",
"prompt": "為什麼現在最像這段歷史?哪些指標最關鍵?"
},
{
"id": "lesson",
"label": "當時怎麼走",
"prompt": "當時股市與政策環境後來怎麼演變?給我學習重點,不是預測。"
}
],
"走勢": [
{
"id": "read",
"label": "怎麼解讀",
"prompt": "這張走勢圖現在偏高還是偏低?對投資學習者代表什麼?"
},
{
"id": "watch",
"label": "接下來看什麼",
"prompt": "若延續目前趨勢,我該搭配看哪些其他總經指標?"
}
]
},
"default": [
{
"id": "help",
"label": "這頁能問什麼",
"prompt": "這個頁面有哪些資料?我可以問你什麼問題?"
}
]
}