← Back to Skills Marketplace
runawaydevil

Tabela FIPE

by runawaydevil · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
314
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install fipe-carros
Description
Consulta preços médios de carros, motos e caminhões na Tabela FIPE brasileira para compra, venda, seguro e financiamento.
README (SKILL.md)

Tabela FIPE Skill

Consulta preços de veículos (carros, motos, caminhões) na Tabela FIPE brasileira.

O que é a Tabela FIPE?

A Tabela FIPE é uma referência oficial de preços médios de veículos no Brasil, calculada pela Fundação Instituto de Pesquisas Econômicas (FIPE) ligada à USP. Atualizada mensalmente, é usada para:

  • Compra e venda de veículos
  • Financiamentos e consórcios
  • Cálculo de seguros
  • Base para IPVA

Gatilhos

Ative a skill usando:

  • "fipe", "tabela fipe" — buscar preço
  • "preço carro", "valor carro" — consultar
  • "carro tá quanto" — consulta informal

Como Usar

# Listar marcas de carros
node src/index.js marcas

# Listar modelos de uma marca
node src/index.js modelos 59  # 59 = Volkswagen

# List anos de um modelo
node src/index.js anos 59 5940

# Ver preço de um veículo
node src/index.js preco 59 5940 2014-3

# Busca rápida por nome (pesquisa em todas as marcas)
node src/index.js search "Hilux"

Busca Inteligente

A skill suporta busca por nome que retorna modelos compatíveis:

node src/index.js search "Toyota Corolla"
node src/index.js search "Honda Civic"

API

Exemplos de Códigos de Marcas

Código Marca
59 Volkswagen
21 Chevrolet
23 Ford
33 Fiat
2 Honda (motos)
1 Yamaha (motos)
Usage Guidance
This skill appears coherent and implements exactly what it claims: a FIPE table lookup using the public parallelum API. Before running: ensure you have Node.js installed and run npm install in an isolated or trusted environment (it will download axios and transitive npm dependencies). The tool makes outbound HTTPS GET requests to parallelum.com.br (no credentials are sent). If you plan to run it in a sensitive environment, review node_modules or run in a sandbox/container. No environment variables or secrets are required by this skill.
Capability Analysis
Type: OpenClaw Skill Name: fipe-carros Version: 1.0.0 The skill is a legitimate tool for querying Brazilian vehicle prices from the FIPE table using a public API (parallelum.com.br). The implementation in src/index.js is straightforward, using axios for standard HTTP GET requests without any evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (Tabela FIPE) match the included code and SKILL.md. The code fetches vehicle brands, models, years and prices from the documented public API (https://parallelum.com.br/fipe/api/v1), which is exactly what the skill claims to do.
Instruction Scope
SKILL.md instructs running the included Node CLI (node src/index.js) and documents commands. The instructions and code only perform HTTP GETs to the FIPE API and format results; they do not read local files, environment variables, other services, or transmit data to unexpected endpoints.
Install Mechanism
There is no explicit install spec in the registry metadata, but the package includes package.json and package-lock.json with a dependency on axios (standard). Running the skill in practice will require Node.js and installing dependencies (npm install) which pulls packages from the public npm registry. This is expected and proportionate, but users should be aware npm install will write node_modules to disk.
Credentials
The skill requires no environment variables, credentials, or config paths. The external API used is public and does not require an API key. No unrelated secrets or services are requested.
Persistence & Privilege
The skill does not request permanent/always-on inclusion and does not modify other skills or system configuration. It runs as a simple CLI program and makes outbound HTTP requests only when invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fipe-carros
  3. After installation, invoke the skill by name or use /fipe-carros
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Consulta preços de veículos na Tabela FIPE brasileira. Lista marcas, modelos, anos e preços. API gratuita sem necessidade de chave.
Metadata
Slug fipe-carros
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Tabela FIPE?

Consulta preços médios de carros, motos e caminhões na Tabela FIPE brasileira para compra, venda, seguro e financiamento. It is an AI Agent Skill for Claude Code / OpenClaw, with 314 downloads so far.

How do I install Tabela FIPE?

Run "/install fipe-carros" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tabela FIPE free?

Yes, Tabela FIPE is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Tabela FIPE support?

Tabela FIPE is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tabela FIPE?

It is built and maintained by runawaydevil (@runawaydevil); the current version is v1.0.0.

💬 Comments