# ターミナル (CLI)

[Soulverの数学エンジン](https://soulver.app/core) を使用して計算を実行するには、ターミナルで `soulver` コマンドを使用できます。

```
6月 20日 + 3週間
11 July
```

インストールするには、`Soulver > Integrations > Terminal (Command Line Interface)` に移動してください。

メインの Soulver アプリバンドル内のコマンドラインツールに 'soulver' エイリアスを追加します。

#### 通貨換算

通貨換算は、メインの Soulver アプリによって事前にダウンロードされた最新レートを使用してサポートされています。

```
$ soulver '$100 in EUR'
€60.46
```

ターミナルから "$" シンボルを使用したい場合は、式を**シングルクォート**で囲む必要がある点にご注意ください。これは、$ シンボルがコマンドラインでの変数展開に使用されるためです。

{% hint style="warning" %}
天気、過去の通貨換算、株価、ナレッジアシスタントなど、その他のライブデータサービスは、コマンドラインツールからは**利用できません**。
{% endhint %}

### [スタンドアロン CLI](https://github.com/soulverteam/Soulver-CLI)

Soulver のインストールを必要としない無料のスタンドアロン CLI も提供しています。

最も簡単なインストール方法は homebrew を経由することです。

`brew install soulver-cli`

このツールに関する詳細は [GitHub](https://github.com/soulverteam/Soulver-CLI) でご覧いただけます。

{% hint style="warning" %}
スタンドアロン CLI の場合も、通貨レートを更新するには Soulver Mac アプリが必要です。
{% 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/command-line-tool-automator-and-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.
