Agent Plugins Marketplace
All plugins

pixeltable

v2.11.2

Build multimodal AI applications with Pixeltable.

Codex

By PixeltableLicense: Apache-2.01.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install pixeltable for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add pixeltable@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “pixeltable” remain stable.

  • Codex: pixeltable@agent-plugin-marketplacepixeltable@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pixeltable/pixeltable-skill/.

Plugin files

plugins/pixeltable/pixeltable-skill/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/pixeltable/pixeltable-skill/.codex-plugin/plugin.json
{
  "name": "pixeltable",
  "version": "2.11.2",
  "description": "Build multimodal AI applications with Pixeltable.",
  "author": {
    "name": "Pixeltable",
    "url": "https://github.com/pixeltable"
  },
  "homepage": "https://docs.pixeltable.com/",
  "repository": "https://github.com/pixeltable/pixeltable-skill",
  "license": "Apache-2.0",
  "keywords": [
    "pixeltable",
    "multimodal",
    "rag",
    "embeddings",
    "agents",
    "computed-columns"
  ],
  "skills": "./skills/",
  "interface": {
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/icon.png",
    "screenshots": [
      "./assets/icon.png"
    ],
    "displayName": "Pixeltable",
    "shortDescription": "Build Pixeltable apps with declarative tables, pxt CLI, RAG, agents, and serving",
    "longDescription": "Use Pixeltable to build multimodal AI applications with declarative tables, computed columns, embeddings, retrieval, provider integrations, the pxt CLI (schema, service, inspect), and production workflow patterns.",
    "developerName": "Pixeltable",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://docs.pixeltable.com/",
    "privacyPolicyURL": "https://github.com/pixeltable/pixeltable-skill/blob/main/SECURITY.md",
    "termsOfServiceURL": "https://github.com/pixeltable/pixeltable-skill/blob/main/LICENSE",
    "brandColor": "#2563EB",
    "defaultPrompt": [
      "Start a Pixeltable project with pxt service example",
      "Build a RAG pipeline with the pixeltable skill",
      "Debug this Pixeltable workflow with pxt errors"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[pixeltable on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pixeltable)