← 返回 Skills 市场
ricardo-mendoza-rodriguez

Banking Brief

作者 Ricardo Mendoza · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
98
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install banking-committee-brief-mx
功能描述
Genera un brief ejecutivo para Comite de Riesgos bancario en Mexico. Recibe indicadores CNBV y contexto de mercado via Telegram y devuelve un PDF estructurad...
使用说明 (SKILL.md)

Banking Committee Brief — Mexico (Comite de Riesgos)

Brief ejecutivo para Comite de Riesgos bancario en Mexico. Recibe indicadores CNBV y contexto de mercado via Telegram. Devuelve PDF estructurado con semaforos regulatorios, agenda del Comite y senales de alerta basadas en umbrales CNBV / Basilea III Mexico.

Instalacion

pip install reportlab python-telegram-bot export TELEGRAM_BOT_TOKEN=tu_token python3 telegram_handler.py

Indicadores soportados

ICAP, TIER1, IMOR, CCL, ROE, ROA

安全使用建议
This skill appears to be what it claims: a Telegram bot that builds a CNBV-focused PDF brief and returns it in chat. Before installing: 1) Verify and correct the registry metadata (ensure TELEGRAM_BOT_TOKEN is declared as the primary credential). 2) Review the included Python files yourself (they are short and readable) and confirm generar_brief_pdf exists in generate_brief.py as expected. 3) Only provide a bot token you control and add the bot to the intended chats; the token grants the bot access to messages it is a member of. 4) Install dependencies in a virtualenv or container (pip install reportlab python-telegram-bot) rather than system-wide; avoid running with --break-system-packages unless you understand its effects. 5) Consider running the bot on an isolated host and rotate the token if it is ever exposed.
功能分析
Type: OpenClaw Skill Name: banking-committee-brief-mx Version: 1.0.1 The skill bundle is a legitimate tool for generating Mexican banking risk reports (CNBV/Basel III) and delivering them via a Telegram bot. The code in 'generate_brief.py' and 'telegram_handler.py' follows the stated purpose, using standard libraries like reportlab and python-telegram-bot without any signs of data exfiltration, malicious execution, or obfuscation.
能力评估
Purpose & Capability
The skill is a Telegram bot that parses CNBV indicators and builds a PDF — the TELEGRAM_BOT_TOKEN requirement and imported libraries align with that purpose. However, the registry metadata shows a malformed entry for required env vars ([object Object]) and lists no primary credential while the SKILL.md and code clearly require TELEGRAM_BOT_TOKEN; this is a metadata inconsistency that should be corrected.
Instruction Scope
SKILL.md and the two Python files limit behavior to parsing user-sent text, generating a PDF locally (/tmp), and sending it back to the Telegram chat. The runtime instructions do not ask the agent to read unrelated files, access other environment variables, or transmit data to external endpoints other than Telegram's API (via python-telegram-bot).
Install Mechanism
There is no automated install spec in the registry (instruction-only install steps are provided in SKILL.md and in the telegram_handler docstring: pip install reportlab python-telegram-bot). Requiring pip packages is expected for this functionality, but the skill does not provide an automated, vetted install manifest — user will run pip themselves. The telegram_handler docstring suggests the flag --break-system-packages which is a local packaging detail; not intrinsically malicious but should be used cautiously on some systems.
Credentials
The code requires a single credential (TELEGRAM_BOT_TOKEN) which is proportional to a Telegram bot. There is a registry/metadata mismatch: the manifest shown to the evaluator lists required env vars as '[object Object]' and 'Primary credential: none' which contradicts SKILL.md and the code. Confirm the registry metadata before installation so you know which credential is expected.
Persistence & Privilege
The skill does not request permanent/always-on inclusion or modify other skills or system configs. It runs as a normal bot process and writes temporary PDF files to /tmp; no elevated privileges or persistent system-wide changes are attempted.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install banking-committee-brief-mx
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /banking-committee-brief-mx 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added environment variable requirements section to SKILL.md for TELEGRAM_BOT_TOKEN. - package.json file removed.
v1.0.0
Initial release of banking-committee-brief-mx. - Generates executive briefs for banking risk committees in Mexico. - Receives CNBV indicators and market context via Telegram. - Outputs a structured PDF with regulatory signals, committee agenda, and alert signals based on CNBV/Basel III Mexico thresholds. - Supports key indicators: ICAP, TIER1, IMOR, CCL, ROE, ROA.
元数据
Slug banking-committee-brief-mx
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Banking Brief 是什么?

Genera un brief ejecutivo para Comite de Riesgos bancario en Mexico. Recibe indicadores CNBV y contexto de mercado via Telegram y devuelve un PDF estructurad... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。

如何安装 Banking Brief?

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

Banking Brief 是免费的吗?

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

Banking Brief 支持哪些平台?

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

谁开发了 Banking Brief?

由 Ricardo Mendoza(@ricardo-mendoza-rodriguez)开发并维护,当前版本 v1.0.1。

💬 留言讨论