WordPress Add Links Find and add internal and external links to a blog post draft, naturally woven into existing sentences. Trigger - "find links for this post" - "find internal links" - "add links to this post" - "link this draft" Environment Variables - — Blog base URL (e.g. ) - — WordPress account username - — Application password (not your regular password) Process Phase 1: Load the Post Determine input type from what the user provides: Local file — Read the markdown file. Parse any frontmatter for title, tags, or topic context. WordPress URL — Extract the slug from the URL, then fetch vi…