Skip to content

Action

An Action is the requirements and process for completing a task. It's a text description similar to a program—essentially a prompt.

What Can It Do

  • Translate content according to professional context
  • Parse and classify/sort all images in text
  • Automatically add illustrations based on article paragraphs
  • Content structure checking, paragraph review
  • Generate meeting minutes, create SVG posters
  • Any "one-time completion" task

Core Features

  • One-time execution: Ends after completing the task, doesn't continuously affect conversation
  • Clear input/output: Tells AI what to do, how to do it, what format to output
  • Reusable: Write once, call repeatedly

Usage Methods

1. Column Header Trigger

Trigger Actions at the top of each column to process the entire document.

2. Selected Text Trigger

Select specific text then trigger an Action for localized processing.

3. Quick Use in Tab

During auto-completion, nearby Actions are automatically discovered and used.

Action Examples

Meeting Minutes Generator:

<role>
You are a professional meeting record analyst
</role>

<action>
Analyze meeting records and generate concise meeting minutes
</action>

<format>
## Meeting Minutes
**Topic:** [Topic]
**Key Decisions:**
- [Decision 1]
- [Decision 2]
**Action Items:**
- [Item] - Owner: [Name]
</format>

Text Polisher:

<role>
You are a professional text editor
</role>

<action>
Optimize the expression quality of selected text while preserving original meaning
</action>

<format>
Output the optimized text directly
</format>

When to Use

  • ✅ When you need to complete a specific task
  • ✅ When you need structured output
  • ✅ When the task is one-time

Build with ❤️ by Dessix