pixeltable-skill

agent
Security Audit
Warn
Health Warn
  • License — License: Apache-2.0
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

Skill/Plugin for building multimodal AI applications with Pixeltable. Tables, computed columns, embedding search, UDFs, and 30+ AI provider integrations.

README.md

Pixeltable Skill

Agent Skill that teaches AI coding assistants to write Pixeltable application files: TableModel in app.py, then pxt schema update, then pxt service update.

Install

Skill (recommended for most assistants)

Install the portable skill with npx skills:

npx skills add pixeltable/pixeltable-skill

This installs SKILL.md and its references for supported coding assistants,
including Cursor, Copilot, Windsurf, and the Codex IDE extension.

Google Antigravity is not one of them: it reads
~/.gemini/antigravity/skills, which npx skills does not write to. Install
there with ./install.sh --platform antigravity.

Full plugin

Install the skill with its client-supported commands, agents, and hooks using
npx plugins:

npx plugins add pixeltable/pixeltable-skill

Client-native marketplace options:

  • Claude Code: /plugin marketplace add pixeltable/pixeltable-skill, then
    /plugin install pixeltable@pixeltable-skill
  • ChatGPT desktop and Codex:
    codex plugin marketplace add pixeltable/pixeltable-skill --ref main, then
    codex plugin add pixeltable@pixeltable-skill. Use /plugins in Codex or the
    Plugins page in ChatGPT desktop.

Restart or start a new conversation after installing. Repository marketplaces
are team-distribution sources; they do not publish to a public directory.

Any LLM (paste URL into context)

What's Inside

skills/pixeltable-skill/
├── SKILL.md                    # Contract: app.py, schema update, service update
└── references/
    ├── core-api.md             # Tables, querying, views, UDFs, config
    ├── cli.md                  # pxt CLI
    ├── providers.md            # Import and output shape
    ├── workflows.md            # FastAPIRouter
    └── anti-patterns.md        # Wrong/right stack

Client manifests and marketplace metadata live alongside the shared skill so
each supported installer can discover the format it understands.

Contributing

See CONTRIBUTING.md. Run python3 scripts/validate_plugin.py after structural changes.

Links

License

Apache 2.0

Reviews (0)

No results found