Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AgentsMédio

Google News RSS API

poroutsharp·outsharp· v1.0.0 · atualizado em 2026-04-11
78
Score

Accesses and retrieves news articles from Google News. Allows users to search for news on specific topics, locations, or keywords.

news-aggregationrss-feedgoogle-newsinformation-retrievalreal-time-datacontent-extraction
Linguagens
multi-language
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdgoogle-news/workflow
1. Determine the user's desired location, topic, or keywords for news.
2. Construct the appropriate Google News RSS feed URL with the necessary parameters.
3. Fetch the RSS feed using a library like `feedparser` or `requests`.
4. Parse the XML response to extract article titles, links, and publication dates.
5. (Optional) Extract related articles from the description field.
6. Present the extracted information to the user in a readable format.
7. (Optional) Resolve Google News redirect URLs to get the final publisher URL.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aMemory Notes
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aLiterature Review
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aReddit Fetch via Gemini CLI
40%
Hebbian Synapse
Composite0.400
w = 0.3·α + 0.5·β + 0.2·γ
76

Árvore do Skill

Google News RSS API
google-news
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.RECOMMEND
5.REFLECT
Triggers6
fetch news from Google Newsget top headlines for a specific locationsearch for articles on Google Newsmonitor a news topicextract related articles from news feedsbuild a news aggregator

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download google-news
$ synaptic skills detail google-news
$ synaptic skills live google-news

Dependências

feedparserrequestsxml2jsurllib

Links

GitHub Repository