From carsxe
Extract a license plate number from an image URL using the CarsXE Plate Recognition API. Use this when a user shares a photo of a vehicle or license plate and wants to identify the plate number.
npx claudepluginhub carsxe/carsxe-claude-plugin --plugin carsxeThis skill uses the workspace's default tool permissions.
When the user shares an image containing a license plate and wants to extract the plate number:
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Builds scalable data pipelines, modern data warehouses, and real-time streaming architectures using Spark, dbt, Airflow, Kafka, and cloud platforms like Snowflake, BigQuery.
Builds production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. For data pipelines, workflow orchestration, and batch job scheduling.
When the user shares an image containing a license plate and wants to extract the plate number:
https://api.carsxe.com/platerecognition?key={CARSXE_API_KEY}&source=claude_pluginContent-Type: application/json{
"image": "{IMAGE_URL}"
}
CARSXE_API_KEY environment variable.