Automate device UI tasks by specifying an end goal; the agent handles app launching, screen interactions, and multi-step workflows. Returns a task ID for status polling.
Fetch new WeChat Official Account articles since the last stored timestamp, stopping when no newer content exists. Includes anti-detection delays and optional work-hour bypass.
Enables crawling WeChat Official Account articles via the mp.weixin.qq.com search interface, including account search, article listing, incremental crawling, and fetching articles as Markdown with local SQLite storage.
A Model Context Protocol server that enables AI tools to automatically publish articles to WeChat Official Accounts, supporting Markdown-to-HTML conversion, image handling, and both preview and official publishing modes.
Retrieve configured notification channels and their status from TrendRadar's config.yaml and .env files. Supports 9 channels including WeChat, Telegram, Slack, email, and webhooks.
Read a WeChat Official Account article and return its title, body in Markdown, images (up to 10), and keyframes from up to 3 videos. Handles Tencent Video, WeChat-native, and Channels embeds.
Verify the mini program automation session is ready. Use before screenshot, page, or element operations. On failure, retry with reconnect=true or pass projectSelection if prompted.
Lists JavaScript scripts in a WeChat MiniApp page to identify scripts for debugging breakpoints or code analysis. Returns script IDs, URLs, and source map details.
Fetch and store metadata for one page of WeChat official account articles by fakeid. Repeat with incremented begin until no articles remain to complete a full crawl.
Retrieve page elements by CSS selector, returning their summary (tagName, text, value, size, offset). Optionally include full outerWxml for each element.