---
title: "Fluent — Continue Writing action for ActionClip"
canonical_url: "https://actionclip.app/actions/fluent-app-continue-writing"
document_type: "standalone_action"
official: true
action_count: 1
catalog_schema_version: 1
catalog_revision: "2026-08-21.1"
catalog_published_at: "2026-08-20T18:50:00Z"
---

# Fluent — Continue Writing action for ActionClip

Continue the selected passage using Fluent.

## What it does

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

## Action details

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

## Action and outcome

| Action | Outcome |
| --- | --- |
| **Fluent — Continue Writing** — Selected text: The next phase of the project will focus on | Fluent runs Continue Writing on the selected text. |

## How to continue the selected passage using Fluent with ActionClip

1. Select the text you want to use.
2. Choose **Fluent — Continue Writing** from ActionClip.
3. The destination opens with your selection ready to use.

## Requirements

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.

## Privacy

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

## Action configuration

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

## Links

- [HTML listing](https://actionclip.app/actions/fluent-app-continue-writing)
- [Download action definition](https://actionclip.app/actions/fluent-app-continue-writing.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)
