# macOSサービス

Soulver を使用して、macOS のどこでもサービス経由でテキストを評価します。

任意のアプリでテキストを選択し、右/コントロールクリックして **サービス** > **Soulver で計算** に移動します。

利用可能なサービス：6種類

| Service Name        | Action            |
| ------------------- | ----------------- |
| Calculate & Copy    | 結果をクリップボードにコピーします |
| Calculate & Replace | テキストを結果に置き換えます    |
| Calculate & Append  | 結果を元のテキストに追記します   |
| Insert Total        | アイテムのリストの合計を追記します |
| Insert Average      | アイテムのリストの平均を追記します |
| Insert Count        | アイテムのリストの個数を追記します |

![Soulver services in TextEdit](/files/YqTwOHQLcjFsqufrjULd)

{% 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/ja/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.
