Agent skill · Data & Analytics

junta-leiloeiros

Coleta e consulta dados de leiloeiros oficiais de todas as 27 Juntas Comerciais do Brasil. Scraper multi-UF, banco SQLite, API FastAPI e exportacao CSV/JSON.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill junta-leiloeiros --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 34
SKILL.md size: 6 KB
Bundled scripts: yes
Declared author: renat
Path: skills/junta-leiloeiros/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Skill: Leiloeiros das Juntas Comerciais do Brasil ## Overview Coleta e consulta dados de leiloeiros oficiais de todas as 27 Juntas Comerciais do Brasil. Scraper multi-UF, banco SQLite, API FastAPI e exportacao CSV/JSON. ## When to Use This Skill - When the user mentions "leiloeiro junta" or related topics - When the user mentions "junta comercial leiloeiro" or related topics - When the user mentions "scraper junta" or related topics - When the user mentions "jucesp leiloeiro" or related topics - When the user mentions "jucerja" or related topics - When the user mentions "jucemg leiloeiro" or related topics ## Do Not Use This Skill When - The task is unrelated to junta leiloeiros - A simpler, more specific tool can handle the request - The user needs general-purpose assistance without domain expertise ## How It Works Coleta dados públicos de leiloeiros oficiais de todas as 27 Juntas Comerciais estaduais, persiste em banco SQLite local e oferece API REST e exportação em múltiplos formatos. ## Localização ``` C:\Users\renat\skills\junta-leiloeiros\ ├── scripts/ │ ├── scraper/ │ │ ├── base_scraper.py ← classe abstrata │ │ ├── states.py ← registro dos 27 scrapers │ │ ├── jucesp.py / j

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Do Not Use This Skill When
  4. How It Works
  5. Localização
  6. Instalação (Uma Vez)
  7. Coletar Dados
  8. Estatísticas Por Estado
  9. Sql Direto
  10. Docs Interativos: Http://Localhost:8000/Docs
  11. Todos Os Leiloeiros Ativos De Sp
  12. Busca Por Nome
  13. Estatísticas
  14. Scripts/Scraper/MeuEstado.Py
Ships with 24 files
  • references/juntas_urls.md
  • references/legal.md
  • references/schema.md
  • scripts/db.py
  • scripts/export.py
  • scripts/requirements.txt
  • scripts/run_all.py
  • scripts/scraper/__init__.py
  • scripts/scraper/base_scraper.py
  • scripts/scraper/generic_scraper.py
  • scripts/scraper/jucap.py
  • scripts/scraper/juceac.py
  • scripts/scraper/juceal.py
  • scripts/scraper/juceb.py
  • scripts/scraper/jucec.py
  • scripts/scraper/jucema.py
  • scripts/scraper/jucemg.py
  • scripts/scraper/jucep.py
  • scripts/scraper/jucepa.py
  • scripts/scraper/jucepar.py
  • scripts/scraper/jucepe.py
  • scripts/scraper/jucepi.py
  • scripts/scraper/jucer.py
  • scripts/scraper/jucerja.py
first 24 of 34
Commands it runs
pip install -r C:\Users\renat\skills\junta-leiloeiros\scripts\requirements.txt
playwright install chromium
python C:\Users\renat\skills\junta-leiloeiros\scripts\run_all.py
python C:\Users\renat\skills\junta-leiloeiros\scripts\run_all.py --estado SP RJ MG
python C:\Users\renat\skills\junta-leiloeiros\scripts\run_all.py --dry-run
python C:\Users\renat\skills\junta-leiloeiros\scripts\run_all.py --concurrency 3
More from agentic-awesome-skills
All skills →
About this skill
What does the junta-leiloeiros skill do?

Coleta e consulta dados de leiloeiros oficiais de todas as 27 Juntas Comerciais do Brasil. Scraper multi-UF, banco SQLite, API FastAPI e exportacao CSV/JSON.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill junta-leiloeiros --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going