-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
184 lines (184 loc) · 7.33 KB
/
index.json
File metadata and controls
184 lines (184 loc) · 7.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
"version": "1.0.0",
"description": "OpenChiken Skill Hub — 공식 스킬/앱 인덱스",
"skills": [
{
"name": "crypto_price",
"description": "CoinGecko 기반 암호화폐 실시간 시세, 시총, 거래량 조회",
"tags": ["finance", "crypto"],
"auth": "none"
},
{
"name": "exchange_rate",
"description": "Frankfurter API 기반 실시간 환율 조회 및 통화 변환",
"tags": ["finance", "currency"],
"auth": "none"
},
{
"name": "news_rss",
"description": "RSS 피드 파싱을 통한 뉴스 수집 (BBC, Reuters, CNN 등)",
"tags": ["news", "rss"],
"auth": "none"
},
{
"name": "geocoding",
"description": "Nominatim 기반 주소↔좌표 변환 및 위치 검색",
"tags": ["geo", "location"],
"auth": "none"
},
{
"name": "quality_of_life",
"description": "Teleport API 기반 도시별 삶의 질 점수 조회",
"tags": ["realestate", "city"],
"auth": "none"
},
{
"name": "hacker_news",
"description": "HackerNews API 기반 기술/스타트업 뉴스 조회",
"tags": ["news", "tech"],
"auth": "none"
},
{
"name": "wikipedia_search",
"description": "Wikipedia API 기반 백과사전 검색 및 요약 조회",
"tags": ["knowledge", "search"],
"auth": "none"
},
{
"name": "quickchart",
"description": "QuickChart API 기반 차트 이미지 생성",
"tags": ["visualization", "chart"],
"auth": "none"
},
{
"name": "sec_edgar",
"description": "SEC EDGAR 미국 공개기업 연간보고서 조회",
"tags": ["finance", "sec"],
"auth": "none"
},
{
"name": "world_bank",
"description": "World Bank 글로벌 거시경제 데이터 조회",
"tags": ["finance", "economics"],
"auth": "none"
},
{
"name": "wallstreetbets",
"description": "Reddit WallStreetBets 주식 감성 분석",
"tags": ["finance", "sentiment"],
"auth": "none"
},
{
"name": "air_quality",
"description": "OpenAQ 실시간 대기질 데이터 조회",
"tags": ["environment", "health"],
"auth": "none"
},
{
"name": "earthquake",
"description": "USGS 실시간 지진 데이터 조회",
"tags": ["science", "safety"],
"auth": "none"
},
{
"name": "arxiv",
"description": "arXiv 학술 논문 검색",
"tags": ["research", "science"],
"auth": "none"
},
{
"name": "public_holidays",
"description": "Nager.Date 90개국 공휴일 조회",
"tags": ["calendar", "utility"],
"auth": "none"
},
{
"name": "youtube",
"description": "YouTube Data API v3 기반 동영상 검색, 채널/동영상 상세 정보, 트렌딩, 댓글, 재생목록 조회",
"tags": ["video", "youtube", "media", "search"],
"auth": "google_oauth"
}
],
"apps": [
{
"name": "btc_daily_advisor",
"description": "매일 오전 BTC/NYSE 뉴스 분석 후 매수/매도 판단 및 텔레그램 알림",
"skills": ["web_search", "crypto_price", "news_rss", "finance", "wallstreetbets"],
"schedule": "0 8 * * *",
"trigger_keywords": ["비트코인", "BTC", "btc", "코인 분석", "crypto", "암호화폐"],
"output_channel": "telegram",
"tags": ["finance", "crypto", "trading"],
"version": "2.0.0"
},
{
"name": "real_estate_scout",
"description": "관심 지역 부동산 매물 탐색, 삶의 질 점수, 기후·환경 종합 리포트 생성",
"skills": ["geocoding", "quality_of_life", "web_search", "weather", "quickchart"],
"schedule": "",
"trigger_keywords": ["부동산", "아파트", "매물", "전세", "월세", "집 구하기", "지역 분석", "이사"],
"output_channel": "telegram",
"tags": ["realestate", "analysis", "report"],
"version": "2.0.0"
},
{
"name": "global_economy_briefing",
"description": "매일 아침 글로벌 주요 지수, 환율, 암호화폐, 거시경제 지표를 한 번에 정리해 브리핑",
"skills": ["finance", "exchange_rate", "crypto_price", "world_bank", "news_rss", "quickchart"],
"schedule": "0 7 * * 1-5",
"trigger_keywords": ["경제 브리핑", "아침 브리핑", "글로벌 경제", "시장 현황", "오늘 시장"],
"output_channel": "telegram",
"tags": ["finance", "economy", "briefing", "daily"],
"version": "1.0.0"
},
{
"name": "stock_research_report",
"description": "특정 미국 주식 종목에 대한 시세·재무제표·커뮤니티 심리·뉴스를 종합한 투자 분석 리포트 생성",
"skills": ["finance", "sec_edgar", "wallstreetbets", "web_search", "quickchart"],
"schedule": "",
"trigger_keywords": ["주식 분석", "종목 분석", "투자 리포트", "stock analysis", "주식 리서치"],
"output_channel": "telegram",
"tags": ["finance", "stock", "research", "analysis"],
"version": "1.0.0"
},
{
"name": "tech_trend_weekly",
"description": "매주 월요일 Hacker News·arXiv·YouTube·웹 검색을 통해 지난주 기술 트렌드를 요약 브리핑",
"skills": ["hacker_news", "arxiv", "youtube", "web_search", "quickchart"],
"schedule": "0 9 * * 1",
"trigger_keywords": ["기술 트렌드", "테크 뉴스", "tech trend", "주간 기술", "AI 트렌드", "개발 트렌드"],
"output_channel": "telegram",
"tags": ["tech", "ai", "news", "weekly", "research"],
"version": "1.0.0"
},
{
"name": "city_life_analyzer",
"description": "이민·여행·이주 고려 도시들의 삶의 질, 날씨, 대기질, 생활비를 비교 분석하여 시각화",
"skills": ["geocoding", "quality_of_life", "weather", "air_quality", "exchange_rate", "quickchart"],
"schedule": "",
"trigger_keywords": ["도시 비교", "도시 분석", "이민 분석", "이주 추천", "살기 좋은 도시", "city comparison"],
"output_channel": "telegram",
"tags": ["lifestyle", "travel", "city", "comparison", "quality-of-life"],
"version": "1.0.0"
},
{
"name": "travel_prep_assistant",
"description": "여행·출장 일정을 기반으로 목적지 날씨, 환율, 현지 공휴일, 준비물 체크리스트를 자동 생성",
"skills": ["calendar", "weather", "exchange_rate", "public_holidays", "geocoding", "web_search"],
"schedule": "",
"trigger_keywords": ["여행 준비", "출장 준비", "여행 체크리스트", "trip prep", "여행 정보", "출장 정보"],
"output_channel": "telegram",
"tags": ["travel", "trip", "calendar", "checklist", "weather"],
"version": "1.0.0"
},
{
"name": "global_risk_monitor",
"description": "매일 오전 지진·대기오염·이상기후·재난 뉴스를 수집하여 글로벌 리스크 현황을 모니터링",
"skills": ["earthquake", "air_quality", "weather", "news_rss", "web_search"],
"schedule": "0 6 * * *",
"trigger_keywords": ["글로벌 리스크", "재난 현황", "지진 정보", "대기오염", "이상기후", "리스크 모니터"],
"output_channel": "telegram",
"tags": ["risk", "safety", "earthquake", "environment", "monitoring"],
"version": "1.0.0"
}
]
}