Plugins built for power.
Isolated for absolute safety.
Extend Nia with custom tools, workspace integrations, and background processes. Third-party plugin code runs inside dedicated Docker containers — never in the host process.
google_drive(query: "Q3 analytics report")200 OK (84ms)Designed from the ground up for security.
How Nia isolates untrusted plugin code while providing instant AI tool execution.
Isolated Container Workspaces
When you install a plugin via Git URL, Nia spawns a dedicated sandbox-agent container workspace. Dependencies are installed inside the container environment — never touching your host system.
Base64 Payload Bridge
Tool call arguments are Base64-encoded before passing into the container CLI runner. This guarantees untrusted user input or model output is never interpolated as executable shell code.
Declarative Manifests
Declare tools using standard JSON Schema in plugin.json. Arguments are validated before the plugin function is ever invoked.
One-Click Git Repository Installation
Share plugins via standard Git repositories (GitHub, GitLab, or self-hosted Git). Simply paste any public HTTP Git URL into your Nia dashboard to clone, audit manifest schema, and activate tools immediately.
Integrations Library
Discover native integrations available to enable with a single toggle. Click any card for details.
Gmail
Read, compose, draft, and search emails with real-time thread summary.
Google Drive
Browse, upload, download, and organize files and shared team folders.
Google Docs
Draft, edit, and apply rich formatting to Google Docs live from chat.
Google Sheets
Execute formulas, analyze datasets, and build spreadsheet reports.
Google Slides
Generate slide outlines, edit pitch decks, and apply custom themes.
Google Calendar
Schedule meetings, block focus hours, and summarize weekly agendas.
Google Meet
Generate instant video meeting links and send participant invites.
YouTube
Search videos, retrieve timestamps, and summarize long transcripts.
Google Photos
Search personal media by date, location, or subject via semantic query.
Google Maps
Lookup places, calculate travel times, and fetch business details.
GitHub
Inspect repos, review pull requests, open issues, and check CI builds.
Azure CLI
Run authenticated az CLI commands against VMs, AKS, and storage.
Home Server
Monitor 192.168.1.103 health, Docker containers, Traefik, and logs.
File System
Browse and read laptop directories with human-gated write approval.
Isolated Sandbox
Run Python/Node scripts, install packages, and query SQLite databases.
Build and publish plugins in minutes.
Write a simple Git repository with a manifest and entry file. Nia handles container creation, isolation, and routing.
{
"name": "weather-plugin",
"version": "1.0.0",
"author": "Developer",
"entry": "index.js",
"tools": [
{
"name": "get_forecast",
"description": "Fetch live weather for a city",
"parameters": {
"type": "object",
"properties": {
"city": { "type": "string", "description": "City name" }
},
"required": ["city"]
}
}
]
}Ready to extend your AI?
Access installed plugins, toggle permissions, or install custom tools directly from the dashboard.
Go to Plugins Settings