---
title: "Fluent - Smart Panel action for ActionClip"
canonical_url: "https://actionclip.app/actions/fluent-app-smart-panel"
document_type: "standalone_action"
official: true
action_count: 1
catalog_schema_version: 1
catalog_revision: "2026-08-25.3"
catalog_published_at: "2026-08-25T10:06:27Z"
---

# Fluent - Smart Panel action for ActionClip

Open Fluent's Smart Panel with the selected text as context.

## What it does

Reproduces Fluent's generic PopClip action. ActionClip sends the selected text through Fluent's FLNT/SPNL Apple event. Fluent keeps that selection as action context rather than placing it in the prompt field; enable Show text selection as attachment in Fluent's Smart Panel settings if you want the selection shown in the panel.

## Action details

| Field | Value |
| --- | --- |
| Category | App Integrations |
| Action type | AppleScript |
| Default result | Open another app or website |
| Internet | Depends on the destination app |

## Action and outcome

| Action | Outcome |
| --- | --- |
| **Fluent - Smart Panel** — Selected text: Draft a concise reply confirming Friday's meeting. | Fluent opens its Smart Panel with the selection available to its actions. |

## How to open Fluent's Smart Panel with the selected text as context with ActionClip

1. Select the text you want to use.
2. Choose **Fluent - Smart Panel** from ActionClip.
3. The destination opens with your selection ready to use.

## Requirements

Fluent 1.7.1 or later must be installed. macOS may ask you to allow ActionClip to control Fluent.

## Privacy

ActionClip passes the selected text to Fluent on this Mac. Fluent then uses the local or cloud model configured in Fluent.

## Action script

````applescript
tell application id "net.epicbits.FluentStandalone"
    «event FLNTSPNL» "{{selected_text}}"
end tell
````

## Links

- [HTML listing](https://actionclip.app/actions/fluent-app-smart-panel)
- [Download action definition](https://actionclip.app/actions/fluent-app-smart-panel.actionclip)
- [All Fluent app actions](https://actionclip.app/actions/fluent-app)
- [Browse App Integrations actions](https://actionclip.app/marketplace#marketplace-appIntegrations)
- [All Marketplace listings](https://actionclip.app/marketplace)
