App Integrations

Fluent

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

OfficialExternal appFluent app

Download action

What Fluent 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.

View every Fluent app action available in ActionClip.

CategoryApp Integrations
Action typeAppleScript
ResultOpen another app or website
InternetDepends on the destination app

Action and outcome

Fluent example
ActionOutcome
FluentSelected text: Draft a concise reply confirming Friday's meeting.Fluent opens its Smart Panel with the selection available to its actions.

Use Fluent

Follow these steps 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 from ActionClip.
  3. The destination opens with your selection ready to use.

Requirements and privacy

  • Before you start: Fluent 1.7.1 or later must be installed. macOS may ask you to allow ActionClip to control Fluent.
  • Your selected text: ActionClip passes the selected text to Fluent on this Mac. Fluent then uses the local or cloud model configured in Fluent.

Action configuration

The definition below is included so you can inspect how the action works before downloading it.

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