🗂️
DevOpsPython

Apify Output Schema Generator

by apify

Apify Output Schema Generator is a DevOps skill for Claude Code, published by apify in agent-skills.

2.4K stars254 forkson apify/agent-skillsAdded 2026/08/20Repository updated 2026/08/10
actoragent-skillsai-agentsapifymcp
Install in seconds
Install Apify Output Schema Generator
Copy Apify Output Schema Generator into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/apify/agent-skills/tree/main/skills/apify-generate-output-schema ~/.claude/skills/apify-generate-output-schema

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/apify/agent-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/apify-generate-output-schema/SKILL.md in apify/agent-skills
Installs to
~/.claude/skills/apify-generate-output-schema
Collection
One of 5 skills cataloged from this repository
Category
DevOps798 skills

What Apify Output Schema Generator does

Apify Output Schema Generator analyzes Apify Actor source code to create dataset_schema.json, output_schema.json, and key_value_store_schema.json files, then updates actor.json. Use when creating or updating Actor output schemas so Apify Console displays run results correctly.

Apify Output Schema Generator is cataloged under DevOps on DirSkills. Apify Output Schema Generator comes from a repository tagged actor, agent-skills, ai-agents, apify and mcp.

Documentation

README

Generate Actor output schema

You are generating output schema files for an Apify Actor. The output schema tells Apify Console how to display run results. You will analyze the Actor's source code, create dataset_schema.json, output_schema.json, and key_value_store_schema.json (if the Actor uses key-value store), and update actor.json.

Core principles

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Apify Output Schema Generator

  • What else does apify publish alongside Apify Output Schema Generator?

    Apify Output Schema Generator is one of 5 skills that DirSkills catalogs from apify/agent-skills, the repository it ships in. Its siblings there include Apify Actor Development, Apify Actorization and Apify SDK Integration. Each one is a separate skill with its own page in this directory, installs the same way Apify Output Schema Generator does, and is maintained by apify in that same repository. The rest of the collection is listed on the apify/agent-skills page.

  • How does Apify Output Schema Generator compare to other DevOps skills?

    Apify Output Schema Generator ranks #260 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Apify Output Schema Generator against them. Open each page to compare what they document and how they install.