pixeltable プラグイン
プラグイン Claude Code 開発 AI エージェント・AI アプリ開発データベース・ストレージClaude Code 拡張・ワークフロー以下の解説は生成 AI によるものです。出典と照らし合わせてご確認ください。
pixeltable-skill は、GitHub の README によると、AI コーディングアシスタント(Claude Code、Cursor、および Copilot・Windsurf・Gemini など40以上のエージェント)に対し、Pixeltable の正しいコードの書き方を教える Agent Skill/プラグインです。Pixeltable はテーブル・computed columns・embedding search・UDF・tool-calling agent を宣言的に扱うオープンソースの Python ライブラリで、25以上の AI プロバイダー連携を備えます。インストールは npx plugins add pixeltable/pixeltable-skill(skill・agents・slash commands 一式)または npx skills add pixeltable/pixeltable-skill(skill コンテンツのみ)で行います。プラグインには core-api・cli・providers・workflows などのリファレンス文書、slash command、専門エージェント、Claude Code 向けフックが含まれています。ライセンスは Apache 2.0 です。
概要
Pixeltable のホームページによると、Pixeltable はマルチモーダル AI アプリケーション構築のための宣言的データインフラを提供する、唯一のオープンソース Python ライブラリと説明されています。video・image・audio・document・JSON といったネイティブなマルチモーダル型を持つテーブルを定義し、computed columns で LLM 呼び出しやローカルモデル推論を宣言的に組み込めます。加えて embedding index、チャンク分割やフレーム抽出用の views/iterator、UDF、tool-calling agent、HTTP serving、バージョン管理、データのインポート・エクスポートに対応し、OpenAI・Anthropic・Gemini・Hugging Face など数十のプロバイダーとの連携が組み込まれています。
pixeltable でできること
- npx plugins add pixeltable/pixeltable-skill により、Claude Code や Cursor に skill・agents・slash commands 一式のプラグインを導入する
- npx skills add pixeltable/pixeltable-skill により、Copilot・Windsurf・Gemini など40以上のエージェントや CI 環境に skill コンテンツのみを導入する
- Claude Code では /plugin marketplace add と /plugin install で、Codex では codex plugin marketplace add / codex plugin add で手動導入する
- 同梱の SKILL.md および references(core-api・cli・providers・workflows・agentic-patterns・anti-patterns など)を参照し、RAG・video・image・audio・FastAPI 向けのパターンを確認する
- /pixeltable:scaffold や add-provider の slash command、pipeline-architect・debugger といった専門エージェントを利用する
- Claude Code 向けのオプションフック(オリエンテーションとアンチパターン検証)を使う。Cursor は session-start context のみに対応する
- uvx pixeltable-new myapp で新規プロジェクトを生成し、knowledge-base・chat-agent・audio-transcription・video-search・media-indexing・image-dataset・full-stack-showcase などのテンプレートを使う
出典
原文の説明(英語)
Build multimodal AI applications with Pixeltable -- tables, computed columns, embedding search, UDFs, tool-calling agents, and 25+ AI provider integrations.
pixeltable の変更履歴
- プラグイン pixeltable を追加