# macOS 服务

使用 Soulver 通过服务在 macOS 的任何位置评估文本。

在任何应用程序中选择一些文本，右/控制点击，然后导航到 **服务** > **使用 Soulver 计算**。

可用的六个服务：

| 服务名称  | 操作         |
| ----- | ---------- |
| 计算并复制 | 将结果复制到剪贴板  |
| 计算并替换 | 用结果替换文本    |
| 计算并追加 | 将结果追加到原始文本 |
| 插入总和  | 追加列表项的总和   |
| 插入平均值 | 追加列表项的平均值  |
| 插入计数  | 追加列表项的计数   |

![Soulver services in TextEdit](/files/3RzuZphyBgxsqLydAKZb)

{% hint style="info" %}
使用 **macOS** **键盘快捷键系统设置**，您可以为这些服务分配一个按键组合。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.soulver.app/zh/documentation/integrations/macos-services.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
