Skip to main content
Finkkle Spaces ships with a built-in catalog of plugins organized by category. Each plugin has a declared execution sandbox and permission scope. Browse the catalog from the Plugins screen in Spaces, or find a plugin below and install it from its detail page.

Computer Use

Controls desktop environments through vision-guided navigation, mouse movement, and keyboard input. Every action is logged for your review.

Chrome Sandbox

Loads JavaScript-rendered pages in an isolated browser, reads visible text and DOM content, handles standard overlays, and performs approved web actions.

Data & Analytics

Deep Research

Runs multi-step web research across many sources, verifies claims, synthesizes findings, and produces structured reports with tables and charts.

D3 Visualizer

Turns structured data into responsive SVG charts, flow diagrams, scatter plots, network graphs, and heatmaps with exportable visuals.

SQL Grounding

Explains relational schemas, proposes and reviews analytical SQL queries, checks indexes, and protects data-changing operations with query safety controls.

Dev Tools

Code Explainer

Explains algorithms and syntax, diagnoses logic errors, suggests refactors, and works across JavaScript, TypeScript, Python, C++, and Go.

GitHub Integration

Links repository trees, monitors branches and pull requests, drafts issues and commits, and supports code-review workflows through OAuth.

Terminal Executor

Runs bash, Python, Node, git, curl, jq, and other utilities in an ephemeral Linux environment with time and resource limits.

Productivity

Workspace Sync

Drafts Gmail messages, checks calendar conflicts, creates reminders, schedules meetings, and searches Drive content through OAuth.

Notion Sync

Searches pages and databases, appends summaries, creates structured pages, and updates task records via an approved Notion integration.

Document Tools

Spreadsheets

Creates and edits grids, imports CSV/TSV and workbook data, evaluates formulas, applies cell styles, and exports spreadsheet files.

Presentations

Builds slide outlines and layouts, inserts charts and images, applies themes, and exports PDF or editable PowerPoint packages.

Communication

Slack Bridge

Summarizes channel activity, drafts rich messages, dispatches approved notifications, and supports Slack formatting and webhook flows.

Discord Webhook

Creates embeds, sends developer alerts, pipes selected logs, and queues webhook requests when rate limits apply.

Education

Study Mode

Creates flashcards, adaptive quizzes, revision checklists, spaced-repetition loops, and printable study decks from conversations or files.

Quiz Generator

Transforms supplied material into question sets with answer keys, difficulty levels, explanations, and practice-ready formats.

LaTeX Parser

Renders equations, matrices, calculus notation, and scientific symbols into responsive KaTeX or exportable vector layouts.

Writing effective plugin prompts

State the operation, source of truth, constraints, and desired output clearly. For connected service plugins, specify what should be a draft versus what can be sent immediately. Example — SQL Grounding:
“Use SQL Grounding to inspect the attached schema. Explain the relationship between orders and refunds, then draft a read-only query for monthly refund rate. Do not modify data.”
Example — Deep Research:
“Use Deep Research to find the latest academic papers on transformer efficiency improvements published in 2024. Summarize the top five findings with citations.”
Example — Terminal Executor:
“Use Terminal Executor to run the test suite in the attached repo. Report which tests fail and suggest fixes.”

Troubleshooting plugins

Attach the required file or provide the URL, identifier, date range, or output format the plugin needs. Check the plugin detail page for required inputs.
Reconnect the OAuth provider from the plugin settings, or reduce your request to a permitted read or draft operation.
Convert the source file to a supported type (PDF, CSV, TXT, standard code formats) and retry.
Narrow the scope, split the job into smaller steps, or ask for an intermediate result. Long research tasks may benefit from using Deep Research’s structured output mode.
Keep the run in the conversation thread, describe the mismatch, and ask for a corrected pass. The audit log helps you identify where the output diverged.