evangelho-do-dia-ptbr

Fetch daily Gospel readings and reflections in Brazilian Portuguese from evangeli.net.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/ramirlm/skillshare-ramir --skill evangelho-do-dia-ptbr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evangelho-do-dia-ptbr
Source: https://github.com/ramirlm/skillshare-ramir/tree/main/evangelho-do-dia-ptbr
Command: npx skills add https://github.com/ramirlm/skillshare-ramir --skill evangelho-do-dia-ptbr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides the daily Gospel reading and reflection in Brazilian Portuguese, automating the process of fetching this religious text from evangeli.net.

Core Features & Use Cases

  • Daily Gospel Retrieval: Fetches the Gospel of the day with optional reflection.
  • Date-Specific Retrieval: Allows fetching the Gospel for a specific date (YYYY-MM-DD).
  • Content Control: Options to fetch only the Gospel text or to exclude the reflection.
  • Use Case: A user asks for "the gospel for today" or "daily liturgy," and the Skill provides the relevant scripture and commentary.

Quick Start

Fetch the gospel for today with reflection by running the script.

Frequently Asked Questions about evangelho-do-dia-ptbr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get the daily gospel reading and reflection in Brazilian Portuguese?

The daily gospel reading in Brazilian Portuguese is retrieved by parsing HTML content from evangeli.net using the requests library, providing the scripture text and an optional reflection.

Can I fetch a gospel reading for a specific date instead of today?

Yes, you can fetch a gospel reading for a specific date by providing a YYYY-MM-DD date parameter, which queries evangeli.net for that day's liturgy and reflection.

How do I retrieve only the gospel scripture without the commentary?

You can retrieve only the scripture by using the content control options to exclude the reflection and other readings, fetching solely the gospel text from evangeli.net.

Does fetching religious text from evangeli.net require Python 3?

Yes, fetching religious text requires Python 3 and the requests library installed, as the Skill depends on requests to parse the HTML content from the liturgy website.

What is the best way to automate daily liturgy retrieval in PT-BR?

Automating daily liturgy retrieval in PT-BR is best handled by running a script that requests the evangeli.net page, parses the HTML, and extracts the daily gospel and reflection text.