senado-federal

Query the Brazilian Senate's open data API for bills, senators, and agendas.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/olegantonov/senado-federal --skill senado-federal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senado-federal
Source: https://github.com/olegantonov/senado-federal/tree/main
Command: npx skills add https://github.com/olegantonov/senado-federal --skill senado-federal

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides programmatic access to the Brazilian Senate's legislative data, enabling users to track bills, research senators, and monitor parliamentary activity efficiently.

Core Features & Use Cases

  • Legislative Tracking: Search for bills (matérias) by type, number, year, author, or keyword. Monitor their current status and tramitação.
  • Senator Research: Look up senators by name, party, or state. Access their profiles, mandates, affiliations, voting history, and speeches.
  • Agenda Monitoring: Check daily or monthly agendas for plenary sessions and committee meetings.
  • Use Case: A journalist needs to quickly find all bills related to environmental protection proposed in the last year by senators from São Paulo. This Skill can retrieve that information by querying the Senate API.

Quick Start

Use the senado-federal skill to list all senators currently in office.

Frequently Asked Questions about senado-federal

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

FAQPage Schema
How do I search for Brazilian Senate bills by author or keyword?

To search Brazilian Senate bills, you can query the legislative data API by type, number, year, author, or keyword. This allows you to retrieve specific bills and monitor their current status and tramitação.

Can I retrieve senator profiles and voting history from the Brazilian Senate?

Yes, you can retrieve detailed senator profiles from the Brazilian Senate. The API provides access to mandates, party affiliations, voting history, and speeches for senators currently or previously in office.

What is the best way to monitor plenary and committee agendas in the Brazilian Congress?

The best way to monitor plenary and committee agendas is by accessing the Brazilian Senate open data API. You can check daily or monthly parliamentary schedules for plenary sessions and committee meetings.

Does the Brazilian Senate open data API return JSON output for legislative research?

Yes, the Brazilian Senate open data API returns JSON output for legislative research. It utilizes the legis.senado.leg.br/dadosabertos endpoint to provide structured data for bills, senators, and agendas.

Do I need httpx to access Brazilian parliamentary data programmatically?

You need an HTTP client like httpx to access Brazilian parliamentary data programmatically. The Skill relies on httpx to handle requests and retrieve JSON responses from the Senate open data API.