← 返回 Skills 市场
runawaydevil

Tabela FIPE

作者 runawaydevil · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
314
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install fipe-carros
功能描述
Consulta preços médios de carros, motos e caminhões na Tabela FIPE brasileira para compra, venda, seguro e financiamento.
使用说明 (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)
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fipe-carros
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fipe-carros 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug fipe-carros
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Tabela FIPE 是什么?

Consulta preços médios de carros, motos e caminhões na Tabela FIPE brasileira para compra, venda, seguro e financiamento. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 314 次。

如何安装 Tabela FIPE?

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

Tabela FIPE 是免费的吗?

是的,Tabela FIPE 完全免费(开源免费),可自由下载、安装和使用。

Tabela FIPE 支持哪些平台?

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

谁开发了 Tabela FIPE?

由 runawaydevil(@runawaydevil)开发并维护,当前版本 v1.0.0。

💬 留言讨论