Cf Ai Classify is a skill that runs image classification and object recognition using the Microsoft ResNet-50 model hosted on Cloudflare Workers AI. An agent using this skill can analyze photos and categorize their contents across more than 1,000 ImageNet classes, covering animals, vehicles, electronics, and scenes.
The skill supports both single-image and batch processing, allowing an agent to classify individual files or entire directories in one operation. Each result includes decimal-precision confidence scores and a ranked list of the most likely labels detected in the image. Results are saved automatically to JSON, making them straightforward to consume by downstream scripts or other agents without additional parsing steps.
Because the skill runs on Cloudflare Workers AI with a standard Cloudflare account, there are no per-call API credits consumed during free-tier usage, which makes it practical for high-volume classification workloads. The output format provides ranked predictions with confidence bars suitable for both automated pipelines and human review.
This skill does not perform open-ended visual question answering, caption generation, or detection of objects outside the ImageNet vocabulary. It is a classification tool, not a general vision-language model, so agents that need free-form image descriptions or scene understanding beyond the 1,000-category set should look elsewhere.