发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Competitor Intelligence
Analyze competitors using Apify Actors to extract data from multiple platforms.
Brand Reputation Monitoring
Scrape reviews, ratings, and brand mentions from multiple platforms using Apify Actors.
Audience Analysis
Analyze and understand your audience using Apify Actors to extract follower demographics, engagement patterns, and behavior data from multiple platforms.
CLI-Based Actorization
For languages without an SDK (Go, Rust, Java, etc.), create a wrapper script that uses the Apify CLI.
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.
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.
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.
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.