🎯

gdelt-doc-search

🎯Skill

from tiangong-ai/skills

πŸ“¦

Same repository

tiangong-ai/skills(42 items)

gdelt-doc-search

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add tiangong-ai/skills --skill gdelt-doc-search
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add tiangong-ai/skills --skill gdelt-doc-search
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/gdelt-doc-search/SKILL.md
7Installs
-
AddedMar 22, 2026

More from this repository10

🎯
email-smtp-send🎯Skill

Send emails through an SMTP server using environment-based credentials and message fields. Use when tasks need reliable outbound email delivery (single or repeated recipients), SMTP connectivity ch... Part of tiangong-ai/skills.

🎯
ai-tech-rss-fetch🎯Skill

A Claude Code skill for subscribing to AI and tech RSS feeds, syncing entries with deduplication, and persisting normalized metadata into SQLite using Python tooling.

🎯
email-imap-fetch🎯Skill

A skill for near-real-time IMAP mailbox monitoring with the IDLE command, supporting multi-account inbox ingestion and automatic webhook delivery to OpenClaw automation.

🎯
dify-knowledge-base-search🎯Skill

A Claude Code skill for searching and retrieving chunks from Dify knowledge bases using the Dify dataset retrieve API, useful for integrating or debugging knowledge base retrieval workflows.

🎯
sci-journals-hybrid-search🎯Skill

A skill for performing hybrid search over scientific journal chunks using a Supabase edge function, with support for journal/date filters, chunk expansion, and metadata retrieval.

🎯
email-imap-full-fetch🎯Skill

Retrieves complete email contents, attachments, and metadata from IMAP servers with advanced filtering and comprehensive parsing capabilities

🎯
ai-tech-summary🎯Skill

A skill that retrieves time-windowed RSS evidence from SQLite and uses RAG to produce AI technology summaries for daily, weekly, monthly, or custom-range digests.

🎯
ai-tech-fulltext-fetch🎯Skill

A Claude Code skill that fetches and persists article full text for RSS entries stored in SQLite, enabling downstream indexing, retrieval, and summarization of tech articles.

🎯
sustainability-fulltext-fetch🎯Skill

Fetch and persist content for DOI-keyed sustainability RSS entries from a separate fulltext SQLite DB, using OpenAlex/Semantic Scholar API metadata first and webpage fulltext extraction as fallback. Use when building resilient DOI-first content enrichment after relevance labeling.

🎯
sustainability-rss-fetch🎯Skill

Ingest all sustainability journal RSS entries into a dedicated RSS SQLite database first, keyed by DOI, then mark relevance and prune non-relevant rows to DOI-only. Use when building a DOI-first ingestion pipeline with mandatory full ingestion before topic filtering.