mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 20:35:39 -06:00
docs(plugins): register imap in generated plugin inventory (#130363)
The bundled imap plugin landed in #130230 without regenerating the plugin inventory docs, so pnpm plugins:inventory:check failed on main and the plugin was absent from the reference index. Regenerate, and register its operator guide in PLUGIN_DOC_ALIASES so the generated reference page links to /automation/imap (same mechanism codex and firecrawl use).
This commit is contained in:
committed by
GitHub
parent
610a9c56e2
commit
066f5eb83d
@@ -52,7 +52,7 @@ Each entry lists the package, distribution route, and description.
|
||||
|
||||
## Core npm package
|
||||
|
||||
58 plugins
|
||||
59 plugins
|
||||
|
||||
- **[a2a](/plugins/reference/a2a)** (`@openclaw/a2a`) - included in OpenClaw. A2A v1.0 Agent-to-Agent protocol channel plugin.
|
||||
|
||||
@@ -102,6 +102,8 @@ Each entry lists the package, distribution route, and description.
|
||||
|
||||
- **[huggingface](/plugins/reference/huggingface)** (`@openclaw/huggingface-provider`) - included in OpenClaw. Adds Hugging Face model provider support to OpenClaw.
|
||||
|
||||
- **[imap](/plugins/reference/imap)** (`@openclaw/imap`) - included in OpenClaw. Watch IMAP mailboxes and dispatch authenticated incoming email to isolated agent sessions.
|
||||
|
||||
- **[linux-node](/plugins/reference/linux-node)** (`@openclaw/linux-node`) - included in OpenClaw. Desktop notifications, camera capture, and location for Linux node hosts.
|
||||
|
||||
- **[litellm](/plugins/reference/litellm)** (`@openclaw/litellm-provider`) - included in OpenClaw. Adds LiteLLM model provider support to OpenClaw.
|
||||
|
||||
@@ -16,5 +16,5 @@ Regenerate it with:
|
||||
pnpm plugins:inventory:gen
|
||||
```
|
||||
|
||||
Use [Plugin inventory](/plugins/plugin-inventory) to browse all 149
|
||||
Use [Plugin inventory](/plugins/plugin-inventory) to browse all 150
|
||||
generated plugin reference pages by distribution, package, and description.
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
---
|
||||
summary: "Watch IMAP mailboxes and dispatch authenticated incoming email to isolated agent sessions."
|
||||
read_when:
|
||||
- You are installing, configuring, or auditing the imap plugin
|
||||
title: "Imap plugin"
|
||||
---
|
||||
|
||||
# Imap plugin
|
||||
|
||||
Watch IMAP mailboxes and dispatch authenticated incoming email to isolated agent sessions.
|
||||
|
||||
## Distribution
|
||||
|
||||
- Package: `@openclaw/imap`
|
||||
- Install route: included in OpenClaw
|
||||
|
||||
## Surface
|
||||
|
||||
plugin
|
||||
|
||||
## Related docs
|
||||
|
||||
- [imap](/automation/imap)
|
||||
@@ -33,6 +33,7 @@ const PLUGIN_DOC_ALIASES = new Map([
|
||||
["duckduckgo", "/tools/duckduckgo-search"],
|
||||
["exa", "/tools/exa-search"],
|
||||
["firecrawl", "/tools/firecrawl"],
|
||||
["imap", "/automation/imap"],
|
||||
["parallel", "/tools/parallel-search"],
|
||||
["perplexity", "/tools/perplexity-search"],
|
||||
["policy", "/cli/policy"],
|
||||
|
||||
Reference in New Issue
Block a user