# AlfredとRaycast

### Alfredワークフロー

[Alfred](https://www.alfredapp.com)は、長年にわたり利用されているMac向けの人気のSpotlight代替ツールです。

私たちは、[ワークフロー](https://www.soulver.app/alfred)を提供しており、これを使用するとAlfredからSoulverを使って計算を実行できます。

{% hint style="info" %}
このAlfredワークフローは、Soulverのバンドル内に配置されているSoulver CLIを使用します。

ワークフローは、Soulverが以下の場所にインストールされていることを想定しています。

`/Applications/Soulver 3.app/Contents/MacOS/CLI/soulver`

Soulverを別の場所に移動したり、名前を変更した場合は、ワークフローの設定にある「installpath」変数を適切に修正してください。
{% endhint %}

### Raycast拡張機能は？

[Raycast](https://www.raycast.com)は、[強力な自然言語計算機](https://www.raycast.com/core-features/calculator)を標準搭載した、モダンなランチャー兼生産性ツールです。

専用のSoulver拡張機能は冗長になります。なぜなら、数学の式を単に入力するだけでRaycastの計算機を呼び出すことができるからです。

RaycastがSoulverでおなじみの自然言語フレーズの多くをサポートしていることに、きっと驚くはずです。


---

# 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/alfred-and-raycast.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.
