AI AGENT ADDONS

Apify Generate Output Schema

apify/agent-skills
AI & Agent Building
5,684installs

This skill helps you create output schema files for an Apify Actor. An output schema tells Apify Console how to show the results of a run. The skill reads the Actor's source code to find what data it pushes to the dataset or saves in the key-value store.

It then generates three schema files: dataset_schema.json, output_schema.json, and key_value_store_schema.json. Every field is set as nullable because websites and APIs can be unpredictable. The skill also updates actor.json to include the new schema.

Developers who build Apify Actors will save time and avoid mistakes. The skill reuses existing type definitions and matches the style of other schemas in the same repository. It gives you accurate, ready-to-use schema files.

Add Apify Generate Output Schema skill to your workflow

Global

mkdir -p ~/.claude/skills/apify-generate-output-schema

Project

mkdir -p .claude/skills/apify-generate-output-schema

Source Repository

Stars
2,185
Forks
240
Watchers
2,185
Last Push
26 days ago
Created
6 months ago