From 8e02219cf5441e07db03940c5b2bb60737a72aa9 Mon Sep 17 00:00:00 2001 From: Jakub Vacek Date: Fri, 21 Aug 2026 13:09:34 +0200 Subject: [PATCH] fix: copy --- README.md | 4 ++-- kimi.plugin.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2e023b6..aae61eb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Apify for Kimi Code -Official Apify plugin for Kimi Code CLI — adds the Apify MCP server, one `using-apify` router skill, and five bundled skills for the main Apify workflows: using existing Actors, building and deploying your own Actors, actorizing existing projects, generating Actor output schemas, and integrating Apify into existing applications. +Official Apify plugin for Kimi Code CLI. It adds the Apify MCP server, one `using-apify` router skill, and five bundled skills for the main Apify workflows: using existing Actors, building and deploying your own Actors, actorizing existing projects, generating Actor output schemas, and integrating Apify into existing applications. -> **Apify** is a platform of thousands of serverless cloud programs called **Actors** for web scraping, browser automation, and data extraction. Learn more at [apify.com](https://apify.com). +> **Apify** is the largest marketplace of tools for AI: ready-made **Actors** you can run, or build your own. Find your Actor at [Apify Store](https://apify.com/store). ## What you get diff --git a/kimi.plugin.json b/kimi.plugin.json index 26f2950..86999b4 100644 --- a/kimi.plugin.json +++ b/kimi.plugin.json @@ -1,7 +1,7 @@ { "name": "apify", "version": "1.0.0", - "description": "Extract data from any website with thousands of trusted scrapers, crawlers, and automations from Apify Store. Integrate ready-made Actors to access all popular social media, video, e-commerce, search engines, maps, and travel sites. Build, debug, publish, and monetize new Actors on Apify.", + "description": "Run ready-made Actors from Apify, the largest marketplace of tools for AI, or build and publish your own.", "author": { "name": "Apify", "url": "https://apify.com" @@ -28,8 +28,8 @@ }, "interface": { "displayName": "Apify", - "shortDescription": "Web scraping and data extraction with Apify Actors", - "longDescription": "Extract data from any website with thousands of trusted scrapers, crawlers, and automations from Apify Store. Integrate ready-made Actors to access all popular social media, video, e-commerce, search engines, maps, and travel sites. Build, debug, publish, and monetize new Actors on Apify.", + "shortDescription": "Apify: the largest marketplace of tools for AI.", + "longDescription": "Run ready-made Actors from Apify, the largest marketplace of tools for AI, or build and publish your own.", "developerName": "Apify", "websiteURL": "https://apify.com" }