App Integrations

Fluent — Make Concise

Shorten the selected text using Fluent's Make Concise action.

OfficialExternal appFluent app

Download action

What Fluent — Make Concise does

Reproduces Fluent's generated PopClip action by sending the selected text and Fluent action identifier makeConcise through the FLNT/ACTN Apple event.

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 — Make Concise example
ActionOutcome
Fluent — Make ConciseSelected text: I am writing to let you know that the report is now complete.Fluent runs Make Concise on the selected text.

Use Fluent — Make Concise

Follow these steps to shorten the selected text using Fluent's Make Concise action with ActionClip.

  1. Select the text you want to use.
  2. Choose Fluent — Make Concise 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 and the corresponding built-in Fluent action must be available. 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 FLNTACTN» {"makeConcise", "{{selected_text}}"}
end tell