# Alfred & Raycast

### Alfred Workflow

[Alfred](https://www.alfredapp.com) 是一个流行的 Spotlight 替代品，多年来一直可用于 Mac。

我们提供了一个 [workflow](https://www.soulver.app/alfred)，让您能够通过 Alfred 使用 Soulver 进行计算。

{% hint style="info" %}
该 Alfred workflow 使用位于 Soulver bundle 内的 Soulver CLI。

该 workflow 期望 Soulver 安装在以下位置：

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

如果您将 Soulver 移动到其他位置或重命名它，请确保相应地修改 workflow 设置中的 'installpath' 变量。
{% endhint %}

### Raycast Extension?

[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/zh/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.
