1. Receive user query for WeChat articles with specific keywords.
2. Extract keywords and any optional parameters like number of articles or URL resolution.
3. Execute the `search_wechat.js` script with the extracted parameters.
4. Parse the script's output to extract article title, summary, publication date, source account, and URL.
5. Format the extracted information into a readable output.
6. Present the results to the user.