Skip to main content
Every labeling operation eventually touches systems beyond the platform: data arrives from somewhere, results go somewhere, and automation glues the two. Plugins (under Flow) are PixlHub’s extension catalog for exactly those edges, activated per workspace and available to your workflows through the Plugin node.
PixlHub Plugins page showing Translator, Web Scraper and n8n Connector plugins with category filters

The plugin catalog: category filters across the top, install state and version on every card.

Categories

The current catalog

Data Source. Extracts images and text from web pages through scraping APIs and imports the results straight into your project as assets. The fastest route from “the data is on these pages” to a filled Assets tab, no manual download-and-upload loop.

Activation and use

Plugins list as Inactive with their version until you enable them for the workspace. Once active, they participate in two places: their own configuration surface, and the Plugin node in the workflow editor, which lets a pipeline step hand tasks to the plugin and continue with its output.
The catalog is versioned per plugin (the cards show v1.0.0 today) and grows independently of platform releases; check back after platform updates for new entries.

Choosing the right mechanism

The Flow menu offers three extension mechanisms, and picking the right one saves rework:
  • Perception model you host yourself → Models
  • Language task with a prompt → Agents
  • Moving data between PixlHub and other systems → Plugins, with the n8n Connector as the universal adapter when no dedicated plugin exists

Frequently asked questions

Yes, through the workflow: a Plugin node executes as tasks reach it, which is how scraping, translation or webhook handoffs become unattended steps instead of manual chores.
The n8n Connector covers most gaps today, since n8n itself integrates with hundreds of services. For deeper needs, tell the PixlData team; the catalog is actively growing.

Next steps

Project workflow

Where Plugin nodes join the pipeline.

Assets

Where scraped and imported data lands.