Research and monitoring
Pull WeChat signals such as channels search videos, channels user profile, channels video detail, mp article detail into repeatable market, creator, or community research workflows.
WeChat Social Data Connector gives AI agents one managed route for WeChat search, profile, feed, detail, or trend operations. It is built for teams comparing WeChat API options, scraper alternatives, and agent-ready social data workflows.
Use it when an AI agent needs repeatable WeChat research, public profile lookup, content detail checks, hot list monitoring, or search enrichment without managing separate credentials inside the agent. Vernclaw keeps every request behind one stable connector contract and returns normalized data for automation.
Pull WeChat signals such as channels search videos, channels user profile, channels video detail, mp article detail into repeatable market, creator, or community research workflows.
Agents call Vernclaw with a stable connector ID, params object, and compact JSON response without managing separate credentials.
Return platform, operation, result, and item fields in a consistent envelope so downstream automations do not parse varying response formats.
This page covers Channels search videos, Channels user profile, Channels video detail, MP article detail, MP account profile, MP article stats, Universal search, Video search. Choose the operation name in the request, then pass the platform-specific parameters through `params`.
Search videos inside a WeChat Channel.
Fetch WeChat Channels user profile data.
Fetch WeChat Channels video detail.
Fetch WeChat MP article detail by URL.
Fetch WeChat MP account profile.
Fetch WeChat MP article statistics.
Search WeChat content by keyword.
Search WeChat video content by keyword.
Agents can inspect the schema with `describe`, then invoke the platform connector with a selected operation and JSON params.
vernclaw-cli describe social.wechat
vernclaw-cli invoke social.wechat --operation channels_search_videos --params '{"keyword":"AI tools"}'It is a Vernclaw connector. Agents call Vernclaw with a supported WeChat operation, and the response is normalized for automation.
No for normal Vernclaw connector use. Vernclaw users authenticate with a Vernclaw API key and managed access is handled for them.
Supported operations are Channels search videos (channels_search_videos), Channels user profile (channels_user_profile), Channels video detail (channels_video_detail), MP article detail (mp_article_detail), MP account profile (mp_account_profile), MP article stats (mp_article_stats), Universal search (search), Video search (search_videos).
Yes. Run vernclaw-cli describe social.wechat to inspect required fields, then invoke it with operation and params. Use vernclaw-cli list --json for structured catalog discovery.