MsgForward — Cross-platform Message Forwarding Plugin
7/3/26...Less than 1 minute
MsgForward — Cross-platform Message Forwarding Plugin
astrbot_plugin_msg_forward_cc is a clean, robust, and extensible AstrBot cross-platform message forwarding plugin, forked from Siaospeed/astrbot_plugin_msg_transfer.
Features
- Multi-platform Support: Works with any AstrBot platform adapter (QQ, WeChat, Telegram, Discord, etc.)
- Message Source Labeling: Automatically adds source information before messages with customizable templates
- Persistent Storage: Forwarding rules are automatically saved and persist across restarts
- WebUI Configuration: Visual configuration through AstrBot WebUI
- Command-based Binding:
mf bindrawfor direct forwarding rule creation without WebUI - Source Info Control: Toggle source information display status for individual rules
- Message Filtering: Blacklist/whitelist modes with regex support
Quick Start
- Download from AstrBot plugin marketplace or download
.zipfrom Release - Install via "Install from file" in AstrBot WebUI plugin page
- Restart AstrBot
Commands
| Command | Description |
|---|---|
mf add | Create a forwarding binding request |
mf bind | Accept a forwarding binding request |
mf bindraw | Create forwarding binding directly |
mf del | Delete a forwarding rule |
mf list | List related forwarding rules |
mf hide | Toggle source info display status |
mf filter | View filter configuration |
Examples
#mf bindraw qq 654321 wx 123456 # QQ Group 654321 → WeChat 123456
#mf bindraw qq 114514 wxs 123456 # QQ Group 114514 → WeChat DM 123456