feat: add WeChat channel plugin (ilink)#6
Open
videGavin wants to merge 1 commit intofastclaw-ai:mainfrom
Open
Conversation
Add a channel plugin that bridges WeChat messages via the ilink bot API. - Long-poll messaging via ilink getUpdates - Text send/receive with markdown stripping - Voice-to-text transcription support - Quoted reply context preservation - Multi-account with auto-detection of new accounts - Session persistence (sync buf + context tokens) across restarts - Exponential backoff and session expiry handling Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Open
Contributor
|
Thank you for your contribution. Could you submit this plugin as a standalone repository? Something like this: Maybe you could name it: fastclaw-plugin-weixin. |
Author
|
OK
…On Fri, Mar 27, 2026 at 9:43 AM idoubi ***@***.***> wrote:
*idoubi* left a comment (fastclaw-ai/fastclaw#6)
<#6?email_source=notifications&email_token=BQ25G2RVKI5EFWCQBFPAW434SXMC5A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMJTHE2DOMRUGA32M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2LK4DSL5RW63LNMVXHIX3POBSW4X3DNRUWG2Y#issuecomment-4139472407>
Thank you for your contribution.
Could you submit this plugin as a standalone repository? Something like
this:
https://github.com/cornking2020/fastclaw-mattermost-plugin
Maybe you could name it: *fastclaw-plugin-weixin*.
—
Reply to this email directly, view it on GitHub
<#6?email_source=notifications&email_token=BQ25G2RVKI5EFWCQBFPAW434SXMC5A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMJTHE2DOMRUGA32M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2LK4DSL5RW63LNMVXHIX3POBSW4X3DNRUWG2Y#issuecomment-4139472407>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BQ25G2T6RHAD75EWIDLPBDT4SXMC5AVCNFSM6AAAAACXAY6NJ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DCMZZGQ3TENBQG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fetchandcryptoPlugin Structure
How It Works
initialize: loads WeChat accounts, starts long-poll monitors per accountmessage.inboundnotification → FastClaw routes to agentchannel.send→ plugin forwards via ilinksendMessageTest Plan
🤖 Generated with Claude Code