TikHub で公開 WeChat 記事を取得し、出典に忠実で簡潔な中国語要約を作成します。
WeChat Article Summary Retrieve public WeChat article data through api:tikhubapi and produce a source-faithful Chinese summary. Retrieval Require a public mp.weixin.qq.com article URL. Search the live TikHub capability catalog for the most specific WeChat article-detail or article-parse Action, inspect its schema, and execute it separately. Never guess an Action name or substitute social posts from another platform.
# WeChat Article Summary Retrieve public WeChat article data through <integration-tag>api:tikhub_api</integration-tag> and produce a source-faithful Chinese summary. ## Retrieval Require a public `mp.weixin.qq.com` article URL. Search the live TikHub capability catalog for the most specific WeChat article-detail or article-parse Action, inspect its schema, and execute it separately. Never guess an Action name or substitute social posts from another platform. If TikHub cannot retrieve the article, report the provider error and ask the user to paste the text. Do not bypass anti-bot checks or scrape authenticated content. ## Summarization Use the returned title, author, publication time, body, and canonical URL when available. Ignore navigation, ads, recommendations, and comments unless the user asks about them. - Under about 500 Chinese characters: one or two sentences. - About 500 to 2,000 characters: one compact paragraph plus key data when present. - Longer articles: three to five ordered bullets, followed by the author's conclusion or requested action. Preserve numbers, dates, named entities, qualifications, and opposing views. Distinguish the author's claims from verified facts. If the retrieved body is incomplete, label the summary partial. Return the source title and URL with the summary so the user can verify it. ## Attribution This native Loadout re-authoring preserves the source package's length-aware Chinese summarization rules. WebFetch, local Python fallback, and anti-bot retry behavior were replaced by TikHub's live WeChat capabilities. See [UPSTREAM.md](UPSTREAM.md) and [LICENSE.txt](LICENSE.txt).