> ## Documentation Index
> Fetch the complete documentation index at: https://docs.finkkle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Finkkle Spaces Plugin Catalog: All Built-In Plugins

> Browse every built-in Finkkle Spaces plugin by category — Deep Research, Terminal Executor, Slack Bridge, Study Mode, and more — with usage tips.

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.

## Featured

<CardGroup cols={2}>
  <Card title="Computer Use" icon="desktop">
    Controls desktop environments through vision-guided navigation, mouse movement, and keyboard input. Every action is logged for your review.
  </Card>

  <Card title="Chrome Sandbox" icon="chrome">
    Loads JavaScript-rendered pages in an isolated browser, reads visible text and DOM content, handles standard overlays, and performs approved web actions.
  </Card>
</CardGroup>

## Data & Analytics

<CardGroup cols={2}>
  <Card title="Deep Research" icon="magnifying-glass-chart">
    Runs multi-step web research across many sources, verifies claims, synthesizes findings, and produces structured reports with tables and charts.
  </Card>

  <Card title="D3 Visualizer" icon="chart-bar">
    Turns structured data into responsive SVG charts, flow diagrams, scatter plots, network graphs, and heatmaps with exportable visuals.
  </Card>

  <Card title="SQL Grounding" icon="database">
    Explains relational schemas, proposes and reviews analytical SQL queries, checks indexes, and protects data-changing operations with query safety controls.
  </Card>
</CardGroup>

## Dev Tools

<CardGroup cols={2}>
  <Card title="Code Explainer" icon="code">
    Explains algorithms and syntax, diagnoses logic errors, suggests refactors, and works across JavaScript, TypeScript, Python, C++, and Go.
  </Card>

  <Card title="GitHub Integration" icon="github">
    Links repository trees, monitors branches and pull requests, drafts issues and commits, and supports code-review workflows through OAuth.
  </Card>

  <Card title="Terminal Executor" icon="terminal">
    Runs bash, Python, Node, git, curl, jq, and other utilities in an ephemeral Linux environment with time and resource limits.
  </Card>
</CardGroup>

## Productivity

<CardGroup cols={2}>
  <Card title="Workspace Sync" icon="envelope">
    Drafts Gmail messages, checks calendar conflicts, creates reminders, schedules meetings, and searches Drive content through OAuth.
  </Card>

  <Card title="Notion Sync" icon="file-lines">
    Searches pages and databases, appends summaries, creates structured pages, and updates task records via an approved Notion integration.
  </Card>
</CardGroup>

## Document Tools

<CardGroup cols={2}>
  <Card title="Spreadsheets" icon="table">
    Creates and edits grids, imports CSV/TSV and workbook data, evaluates formulas, applies cell styles, and exports spreadsheet files.
  </Card>

  <Card title="Presentations" icon="presentation-screen">
    Builds slide outlines and layouts, inserts charts and images, applies themes, and exports PDF or editable PowerPoint packages.
  </Card>
</CardGroup>

## Communication

<CardGroup cols={2}>
  <Card title="Slack Bridge" icon="slack">
    Summarizes channel activity, drafts rich messages, dispatches approved notifications, and supports Slack formatting and webhook flows.
  </Card>

  <Card title="Discord Webhook" icon="discord">
    Creates embeds, sends developer alerts, pipes selected logs, and queues webhook requests when rate limits apply.
  </Card>
</CardGroup>

## Education

<CardGroup cols={2}>
  <Card title="Study Mode" icon="book">
    Creates flashcards, adaptive quizzes, revision checklists, spaced-repetition loops, and printable study decks from conversations or files.
  </Card>

  <Card title="Quiz Generator" icon="circle-question">
    Transforms supplied material into question sets with answer keys, difficulty levels, explanations, and practice-ready formats.
  </Card>

  <Card title="LaTeX Parser" icon="square-root-variable">
    Renders equations, matrices, calculus notation, and scientific symbols into responsive KaTeX or exportable vector layouts.
  </Card>
</CardGroup>

## 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

<Accordion title="Missing input error">
  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.
</Accordion>

<Accordion title="Permission denied">
  Reconnect the OAuth provider from the plugin settings, or reduce your request to a permitted read or draft operation.
</Accordion>

<Accordion title="Unsupported format">
  Convert the source file to a supported type (PDF, CSV, TXT, standard code formats) and retry.
</Accordion>

<Accordion title="Timeout">
  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.
</Accordion>

<Accordion title="Unexpected output">
  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.
</Accordion>
