← Back to Skills Marketplace
ricardo-mendoza-rodriguez

Banking Brief

by Ricardo Mendoza · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
98
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install banking-committee-brief-mx
Description
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...
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install banking-committee-brief-mx
  3. After installation, invoke the skill by name or use /banking-committee-brief-mx
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug banking-committee-brief-mx
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.

How do I install Banking Brief?

Run "/install banking-committee-brief-mx" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Banking Brief free?

Yes, Banking Brief is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Banking Brief support?

Banking Brief is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Banking Brief?

It is built and maintained by Ricardo Mendoza (@ricardo-mendoza-rodriguez); the current version is v1.0.1.

💬 Comments