From a1f81a64ed9ff7d8697b121ccb77e5afa77f990d Mon Sep 17 00:00:00 2001 From: Pierre Brunelle Date: Tue, 15 Sep 2026 19:48:51 -0700 Subject: [PATCH] Add Pixeltable plugin and marketplace --- README-zh.md | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README-zh.md b/README-zh.md index 5c00d9d..3e79c1c 100644 --- a/README-zh.md +++ b/README-zh.md @@ -231,6 +231,7 @@ - [WhichModel](https://github.com/Which-Model/whichmodel-mcp) — 面向 Claude Code 的 AI 模型定价与推荐 MCP 服务器,帮助为每项任务选择最合适、性价比最高的模型。数据经交叉验证,每 4 小时更新一次。MCP 端点:`https://whichmodel.dev/mcp` ## 插件市场 +- [pixeltable](https://github.com/pixeltable/pixeltable-skill) —— 声明式多模态 AI 数据引擎,支持表、计算列、向量检索、智能体与 FastAPI 服务。安装方式:`/plugin marketplace add pixeltable/pixeltable-skill`。 - [protonium](https://github.com/protonium-labs/protonium-marketplace) —— AI 智能体与效率工具。包含 **AxiomCore**:项目与日常事务管理智能体,提供强制化结构(编号目录、任务 ID、wiki 记忆)、计划 → 确认 → 执行工作流,支持敏捷或 WBS 方式创建项目. ## 使用教程 diff --git a/README.md b/README.md index 0670365..8d30439 100644 --- a/README.md +++ b/README.md @@ -393,11 +393,13 @@ Community-maintained plugin marketplaces you can add to access additional plugin | Marketplace | Description | Install | |-------------|-------------|---------| +| [pixeltable/pixeltable-skill](https://github.com/pixeltable/pixeltable-skill) | Declarative multimodal AI data engine: tables, computed columns, embedding search, agents, and FastAPI services | `claude plugin marketplace add pixeltable/pixeltable-skill` then `claude plugin install pixeltable` | | [ykdojo/claude-code-tips](https://github.com/ykdojo/claude-code-tips?tab=readme-ov-file#install-the-dx-plugin) | dx plugin: GitHub Actions analysis (`/gha`), conversation cloning (`/clone`, `/half-clone`), context handoffs (`/handoff`), Reddit fetching (`/reddit-fetch`) | `claude plugin marketplace add ykdojo/claude-code-tips` then `claude plugin install dx@ykdojo` | ### Skills & Frameworks - [aurakit](https://github.com/smorky850612/Aurakit) — All-in-one Claude Code skill: 46 modes, 23 sub-agents, 6-layer OWASP security, 10 lifecycle hooks, ~55% token savings. Cross-platform (Codex, Cursor, Manus, Windsurf). Install: `npx @smorky85/aurakit` +- [pixeltable](https://github.com/pixeltable/pixeltable-skill) — Declarative multimodal AI data engine: tables, computed columns, embedding search, 25+ AI providers, agents, commands, and hooks. Install: `claude plugin marketplace add pixeltable/pixeltable-skill` or `npx skills add pixeltable/pixeltable-skill` ## Resources - [Claudebin](https://claudebin.com) ([GitHub](https://github.com/wunderlabs-dev/claudebin.com/)) - A minimalistic tool for publishing and sharing Claude coding sessions. @@ -424,6 +426,7 @@ Example: ## Marketplaces - [AgentStore](https://github.com/techgangboss/agentstore) - Open-source plugin marketplace with gasless USDC payments. Install via `/plugin marketplace add techgangboss/agentstore`. Publishers earn 80% of sales. Agent-first API for zero-auth publishing. +- [pixeltable](https://github.com/pixeltable/pixeltable-skill) — Declarative multimodal AI data engine for tables, computed columns, embedding search, agents, and FastAPI services. Install via `/plugin marketplace add pixeltable/pixeltable-skill`. - [protonium](https://github.com/protonium-labs/protonium-marketplace) — AI agents and productivity tools. Includes **AxiomCore**, a project & routine management agent: enforced structure (numbered folders, task IDs, wiki memory), plan → approve → execute workflow, agile or WBS project creation. ## Contributing