From ecc7f7b23ddbfc37a9f11d32f14abb65cfcee9ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Biro=C5=A1?= Date: Mon, 3 Aug 2026 14:51:20 +0200 Subject: [PATCH] docs: add apify-sdk-integration skill to agent skills inventory --- sources/platform/get-started/agent-onboarding.md | 1 + sources/platform/integrations/ai/manus.md | 1 + 2 files changed, 2 insertions(+) diff --git a/sources/platform/get-started/agent-onboarding.md b/sources/platform/get-started/agent-onboarding.md index 7fa94453bf..8ae962c757 100644 --- a/sources/platform/get-started/agent-onboarding.md +++ b/sources/platform/get-started/agent-onboarding.md @@ -283,6 +283,7 @@ npx skills add apify/agent-skills | `apify-actor-development` | Guided workflow for building and deploying custom Actors | | `apify-actorization` | Converts an existing project into an Apify Actor | | `apify-generate-output-schema` | Auto-generates output schemas from Actor source code | +| `apify-sdk-integration` | Integrates Actor execution into applications using the `apify-client` package | For the full list and details, see the [skills registry](https://skills.sh/apify/agent-skills). diff --git a/sources/platform/integrations/ai/manus.md b/sources/platform/integrations/ai/manus.md index ce0c3cabd1..22972505ef 100644 --- a/sources/platform/integrations/ai/manus.md +++ b/sources/platform/integrations/ai/manus.md @@ -109,6 +109,7 @@ Available skills include: | `apify-actor-development` | Full Actor lifecycle: template selection, development, testing, and deployment | | `apify-actorization` | Converts existing projects into Apify Actors | | `apify-generate-output-schema` | Generates dataset and key-value store schemas from Actor source code | +| `apify-sdk-integration` | Integrates Actor execution into applications using the `apify-client` package | ### Import a skill from GitHub