← 返回 Skills 市场
olegantonov

Senado Federal

作者 Daniel Marques · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
410
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install senado-federal
功能描述
Monitor and research Brazilian Senate legislative activity including bills, agendas, senators, votes, committees, speeches, and mandates via open data API.
安全使用建议
This package appears to be a straightforward Python client for the Senado Federal open-data API and does not request credentials. Before installing, consider: (1) verify the author/source (some metadata/names differ between files: SKILL.md author, README author, and package version numbers are inconsistent), (2) run the code in an isolated environment (virtualenv/container) if you plan to execute scripts or tests, (3) the integration tests will call the real API if run, so run tests with network access disabled if you want to avoid remote calls, and (4) review the full code if you require stricter assurance (the client issues network requests to the public legis.senado.leg.br domain — expected, but any code execution should be audited in sensitive deployments).
功能分析
Type: OpenClaw Skill Name: senado-federal Version: 1.0.2 The skill bundle provides a legitimate and well-structured interface for the Brazilian Senate (Senado Federal) Open Data API. Analysis of the Python client (senado_client.py) and CLI script (scripts/senado.py) confirms that all network activity is directed exclusively to the official government domain (legis.senado.leg.br). The code implements standard data retrieval patterns, robust error handling, and comprehensive testing without any indicators of data exfiltration, unauthorized execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (monitor Brazilian Senate) matches the included code and SKILL.md: all code calls the public API at https://legis.senado.leg.br/dadosabertos and exposes endpoints for senators, bills, agendas, votes, committees, speeches, etc. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md lists concrete API endpoints and usage guidance only. The runtime instructions and included client code only perform HTTP GETs against the documented Senate endpoints; they do not instruct reading unrelated files, environment variables, or exfiltrating data to external domains.
Install Mechanism
This is declared as an instruction-only skill (no install spec). However, the package contains Python source files (an async httpx client, CLI script, and tests). While no external installers or download URLs are used, installing/running the included Python code will execute network requests. This is expected for the stated purpose but worth noting since code files exist despite 'instruction-only' install metadata.
Credentials
The skill requests no environment variables or credentials. The client operates against a public API that requires no auth; there are no hidden credential requests or access to unrelated secrets.
Persistence & Privilege
No 'always: true' or other elevated persistence is requested. The skill does not modify other skills or system-wide agent configs. Autonomous invocation is allowed by default (platform normal) but there are no additional privileged behaviors.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install senado-federal
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /senado-federal 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added version, author, and license metadata to SKILL.md. - Updated API guidance to note that the v1 `/materia/{sigla}/{numero}/{ano}` endpoint is deprecated. - No functional or API usage changes. Documentation improved for clarity and attribution.
v1.0.1
- Added comprehensive project documentation, including README.md and development requirements. - Introduced initial test suite with both unit and integration tests. - Refactored core logic by adding a dedicated senado_client.py module. - Updated SKILL.md with expanded API information and improved task examples.
v1.0.0
Renamed from senado-legislativo. Monitor Senado Federal: senators, matérias, plenário agenda, committees, votes.
元数据
Slug senado-federal
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Senado Federal 是什么?

Monitor and research Brazilian Senate legislative activity including bills, agendas, senators, votes, committees, speeches, and mandates via open data API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 410 次。

如何安装 Senado Federal?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install senado-federal」即可一键安装,无需额外配置。

Senado Federal 是免费的吗?

是的,Senado Federal 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Senado Federal 支持哪些平台?

Senado Federal 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Senado Federal?

由 Daniel Marques(@olegantonov)开发并维护,当前版本 v1.0.2。

💬 留言讨论