Skip to main content

Documentation Index

Fetch the complete documentation index at: https://agdiai-597e782f.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Community Plugins

Community plugins are third-party packages that extend Agdi with new channels, tools, providers, or other capabilities. They are built and maintained by the community, published on ClawHub or npm, and installable with a single command.
agdi plugins install <package-name>
Agdi checks ClawHub first and falls back to npm automatically.

Listed plugins

Codex App Server Bridge

Independent Agdi bridge for Codex App Server conversations. Bind a chat to a Codex thread, talk to it with plain text, and control it with chat-native commands for resume, planning, review, model selection, compaction, and more.
agdi plugins install agdi-codex-app-server

DingTalk

Enterprise robot integration using Stream mode. Supports text, images, and file messages via any DingTalk client.
agdi plugins install @largezhou/ddingtalk

Lossless Claw (LCM)

Lossless Context Management plugin for Agdi. DAG-based conversation summarization with incremental compaction — preserves full context fidelity while reducing token usage.
agdi plugins install @martian-engineering/lossless-claw

Opik

Official plugin that exports agent traces to Opik. Monitor agent behavior, cost, tokens, errors, and more.
agdi plugins install @opik/opik-agdi

QQbot

Connect Agdi to QQ via the QQ Bot API. Supports private chats, group mentions, channel messages, and rich media including voice, images, videos, and files.
agdi plugins install @sliverp/qqbot

wecom

Agdi Enterprise WeCom Channel Plugin. A bot plugin powered by WeCom AI Bot WebSocket persistent connections, supports direct messages & group chats, streaming replies, and proactive messaging.
agdi plugins install @wecom/wecom-agdi-plugin

Submit your plugin

We welcome community plugins that are useful, documented, and safe to operate.
1

Publish to ClawHub or npm

Your plugin must be installable via agdi plugins install \<package-name\>. Publish to ClawHub (preferred) or npm. See Building Plugins for the full guide.
2

Host on GitHub

Source code must be in a public repository with setup docs and an issue tracker.
3

Open a PR

Add your plugin to this page with:
  • Plugin name
  • npm package name
  • GitHub repository URL
  • One-line description
  • Install command

Quality bar

RequirementWhy
Published on ClawHub or npmUsers need agdi plugins install to work
Public GitHub repoSource review, issue tracking, transparency
Setup and usage docsUsers need to know how to configure it
Active maintenanceRecent updates or responsive issue handling
Low-effort wrappers, unclear ownership, or unmaintained packages may be declined.