Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Queries Argentina's Central Bank (BCRA) debtor registry to retrieve credit reports, debt history, and rejected checks for any individual or company by CUIT/CUIL/CDI number. The API is public and requires no authentication. Results include credit classification codes, amounts in thousands of ARS, and flags for legal proceedings or refinancing.
Accesses the official BCRA registry directly without requiring a paid credit bureau subscription or manual lookup on government portals.
When to use it
- Check a supplier's credit standing before signing a contract
- Verify if a job candidate has unpaid debts in Argentina's financial system
- Look up rejected checks for a potential business partner
- Review a company's historical credit situation across multiple periods
- Confirm a person's BCRA status before extending a loan or lease
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Can you check the credit status of CUIT 20123456789?
- 1Validate that the input is an 11-digit number with no hyphens
- 2Call GET /centraldedeudores/v1.0/Deudas/20123456789 to fetch current debts
- 3Parse the response and identify any situacion codes >= 2 across entities
- 4Check for rejected checks via GET /centraldedeudores/v1.0/Deudas/ChequesRechazados/20123456789
- 5Present results grouped by entity, converting monto to context (thousands of ARS) and flagging any legal or judicial indicators
Credit report for the person or company showing current debt classification per entity, outstanding amounts, and any rejected checks or legal flags