From 6146768da75d5cad288f1569502397a2b3e8a2ad Mon Sep 17 00:00:00 2001 From: Jakub Vacek Date: Fri, 21 Aug 2026 10:38:08 +0200 Subject: [PATCH] fix: copy --- README.md | 2 +- apify/.codex-plugin/plugin.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7da4eb7..f40192f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The official [Apify plugin for Codex](https://github.com/apify/apify-codex-plugi - The [Apify MCP server](https://docs.apify.com/platform/integrations/mcp) for searching the Store, running Actors, retrieving datasets, and reading Apify documentation. - Five built-in skills for common Apify workflows. -> **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). This guide covers installation in both the Codex app and Codex CLI. diff --git a/apify/.codex-plugin/plugin.json b/apify/.codex-plugin/plugin.json index 16e595a..27c04f8 100644 --- a/apify/.codex-plugin/plugin.json +++ b/apify/.codex-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "apify", "version": "0.1.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" @@ -14,8 +14,8 @@ "mcpServers": "./.mcp.json", "interface": { "displayName": "Apify", - "shortDescription": "Apify platform plugin for web scraping, automation, and Actor development", - "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", "category": "Productivity", "capabilities": ["Read", "Write"],