apify-prod-checklist

Featured

Production readiness checklist for Apify Actor deployments. Use when deploying Actors to production, preparing for launch, or validating Actor configuration before going live. Trigger: "apify production", "deploy actor to prod", "apify go-live", "apify launch checklist", "actor production ready".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Apify Production Checklist ## Overview Complete checklist for deploying Actors to the Apify platform and integrating them into production applications. Covers Actor configuration, scheduling, monitoring, alerting, and rollback. ## Prerequisites - Actor tested locally with `apify run` - `apify login` configured with production token - Familiarity with `apify-core-workflow-a` and `apify-deploy-integration` ## Pre-Deployment Checklist ### Actor Configuration - [ ] `.actor/actor.json` has correct `name`, `title`, `description` - [ ] `INPUT_SCHEMA.json` validates all required inputs - [ ] `Dockerfile` uses pinned base image version (`apify/actor-node:20`, not `latest`) - [ ] `package-lock.json` committed (deterministic installs) - [ ] Memory set appropriately (start at 1024MB, tune after profiling) - [ ] Timeout set with buffer (2x expected runtime) ### Code Quality - [ ] `Actor.main()` wraps entry point (handles init/exit/errors) - [ ] `failedRequestHandler` logs failures without crashing Actor - [ ] Input validation at Actor start (`if (!input?.startUrls) throw ...`) - [ ] No hardcoded URLs, credentials, or magic numbers - [ ] Proxy configured for target sites that block datacenter IPs - [ ] `maxRequestsPerCrawl` set to prevent runaway costs ### Data Output - [ ] Dataset schema documented (consistent field names) - [ ] `SUMMARY` key-value store record saved with run stats - [ ] Large payloads chunked (9MB dataset push limit) - [ ] PII sanitized before storage ## Instr...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

apify-actor-development

Important: Before you begin, fill in the generatedBy property in the meta section of .actor/actor.json. Replace it with the tool and model you're currently using, such as "Claude Code with Claude Sonnet 4.5". This helps Apify monitor and improve AGENTS.md for specific AI tools and models.

39,227 Updated today
sickn33
AI & Automation Featured

apollo-prod-checklist

Execute Apollo.io production deployment checklist. Use when preparing to deploy Apollo integrations to production, doing pre-launch verification, or auditing production readiness. Trigger with phrases like "apollo production checklist", "deploy apollo", "apollo go-live", "apollo production ready", "apollo launch checklist".

2,266 Updated today
jeremylongshore
API & Backend Solid

apify-actorization

Actorization converts existing software into reusable serverless applications compatible with the Apify platform. Actors are programs packaged as Docker images that accept well-defined JSON input, perform an action, and optionally produce structured JSON output.

39,227 Updated today
sickn33
AI & Automation Featured

apify-deploy-integration

Deploy Apify Actors and integrate scraping into external applications. Use when deploying Actors to the platform, integrating Actor results into web apps, or connecting Apify with external services. Trigger: "deploy apify actor", "apify Vercel integration", "apify production deploy", "integrate apify results", "apify API endpoint".

2,266 Updated today
jeremylongshore
AI & Automation Featured

apify-local-dev-loop

Set up local Apify Actor development with Apify CLI and Crawlee. Use when creating Actors locally, testing with apify run, or establishing a fast develop-test-deploy cycle. Trigger: "apify dev setup", "apify local development", "develop actor locally", "apify run local".

2,266 Updated today
jeremylongshore