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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions apify/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"],
Expand Down
Loading