← スキル一覧に戻る

tool-gdelt-news
by captaindpt
⭐ 0🍴 0📅 2026年1月18日
SKILL.md
name: tool-gdelt-news description: Use the gdelt_news tool to fetch recent headlines via GDELT (free) with shared caching, rate limiting, and basic query normalization.
gdelt_news (GDELT headlines)
When to use
- Fast, free headline scan for an entity/topic.
- Background news context to seed further research (then escalate to
grok_searchonly if needed).
Parameters
query(string, optional): Search query. If omitted/blank, defaults to a broad breaking-news query.- Special-case:
"ai"expands to"artificial intelligence". - Too-short queries (<3 chars) error (except
"ai").
- Special-case:
limit(int, optional, 1–50): Default 20.
Examples
{ "name": "gdelt_news", "params": { "query": "tesla", "limit": 10 } }
Blank query (broad scan):
{ "name": "gdelt_news", "params": { "limit": 20 } }
Output
- Returns:
{ query: string, items: Array<{title,url,source,publishedAt}>, cached: boolean, meta: { cached, shared, durationMs, timeoutMs } } - Rendered:
Query(text)Meta(text: cached/shared/durationMs/timeoutMs)Headlines(table: publishedAt/source/title/url)
Reliability notes
- Provider layer includes:
- Shared in-flight dedupe (
shared=truewhen you joined an ongoing identical request) - Cache TTL ~30s
- Global gate ~1 request per ~5.2s (GDELT-friendly)
- Timeout defaults to 15s
- Shared in-flight dedupe (
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です