发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
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.
Actor Standby Mode Reference
来自 sickn33/antigravity-awesome-skills 技能
Output Schema Reference
The Actor output schema builds upon the schemas for the dataset and key-value store. It specifies where an Actor stores its output and defines templates for accessing that output. Apify Console uses these output definitions to display run results.
Actor Logging Reference
来自 sickn33/antigravity-awesome-skills 技能
Key-Value Store Schema Reference
The key-value store schema organizes keys into logical groups called collections for easier data management.
Input Schema Reference
The input schema defines the input parameters for an Actor. It's a JSON object comprising various field types supported by the Apify platform.
Dataset Schema Reference
The dataset schema defines how your Actor's output data is structured, transformed, and displayed in the Output tab in the Apify Console.
Actor Configuration (actor.json)
The `.actor/actor.json` file contains the Actor's configuration including metadata, schema references, and platform settings.
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.
API Mocking Implementation Playbook
This file contains detailed patterns, checklists, and code samples referenced by the skill.
API Security Testing Workflow
来自 sickn33/antigravity-awesome-skills 技能
Versioning Strategies
> Plan for API evolution from day one.