Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sources/platform/get-started/agent-onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
1 change: 1 addition & 0 deletions sources/platform/integrations/ai/manus.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading