Language: 日本語English

pixeltable Plugin

Author
Pixeltable
Category
Development
Topics
AI Agents & AI App Development · Databases & Storage · Claude Code Customization & Workflow
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

pixeltable-skill is an Agent Skill/plugin, per its GitHub README, that teaches AI coding assistants (Claude Code, Cursor, and 40+ other agents such as Copilot, Windsurf, and Gemini) how to write correct code for Pixeltable, an open-source Python library for declarative multimodal AI data infrastructure. It is installed with npx plugins add pixeltable/pixeltable-skill (full plugin: skill, agents, slash commands) or npx skills add pixeltable/pixeltable-skill (skill content only), and it bundles reference docs covering Pixeltable's core API, CLI, 25+ AI provider integrations, and workflow/anti-pattern guidance. The item description ties this to Pixeltable itself, which supports tables, computed columns, embedding search, UDFs, and tool-calling agents. The plugin also includes slash commands, specialist agents, and optional hooks that run on Claude Code. It is licensed under Apache 2.0.

Overview

According to the Pixeltable homepage, Pixeltable is described as the only open-source Python library providing declarative data infrastructure for building multimodal AI applications. It lets developers define tables with native multimodal types (video, image, audio, document, JSON) and use computed columns to declaratively orchestrate LLM calls, local model inference, embedding indices, views/iterators for chunking or frame extraction, UDFs, tool-calling agents, HTTP serving, versioning, and data import/export, with built-in integrations for OpenAI, Anthropic, Gemini, Hugging Face, and dozens of other providers.

What you can do with pixeltable

  • Install the full plugin (skill + agents + slash commands) on Claude Code or Cursor via npx plugins add pixeltable/pixeltable-skill
  • Install just the skill content across 40+ agents (Copilot, Windsurf, Gemini, etc.) or in CI via npx skills add pixeltable/pixeltable-skill
  • Add the plugin manually in Claude Code with /plugin marketplace add and /plugin install, or in Codex with codex plugin marketplace add / codex plugin add
  • Use bundled reference docs (SKILL.md and references/) covering core API, CLI, 25+ AI providers, workflows (RAG, video, image, audio, FastAPI, export), agent patterns, and anti-patterns
  • Use the /pixeltable:scaffold and add-provider slash commands, or specialist agents such as pipeline-architect and debugger
  • Use optional Claude Code hooks for orientation and anti-pattern validation (Cursor honors session-start context only)
  • Scaffold a new Pixeltable project with uvx pixeltable-new myapp, including templates like knowledge-base, chat-agent, audio-transcription, video-search, media-indexing, image-dataset, and full-stack-showcase

Sources

Original description (English)

Build multimodal AI applications with Pixeltable -- tables, computed columns, embedding search, UDFs, tool-calling agents, and 25+ AI provider integrations.

History of pixeltable

Back to list