Install
openclaw skills install @samuelnoah45/conquer-keywordConquer a keyword: rewrite the connected WordPress site's best-matching page for it and propose the change as a reviewable diff with a before/after summary. Use to turn a target keyword into an actual page edit. Requires a connected Conqueror MCP server and a WordPress connection.
openclaw skills install @samuelnoah45/conquer-keywordTake one target keyword and improve the connected WordPress site's best-matching page for it — better title, excerpt, structure, and content, matched to search intent — then propose the rewrite for human review. Proposing changes nothing on the site: the user reviews a diff in Conqueror and decides whether to apply it to the original post.
projectIdIf projectId is missing, use list_projects first. If the project has no WordPress connection, stop and tell the user to connect one in the project's settings page (Site URL + application password).
list_wordpress_posts: find candidate posts (search by keyword). Includes drafts.get_wordpress_post: read the current title, excerpt, and body of the target post. The body is raw editor content — it may contain Gutenberg block comments (<!-- wp:… -->) and shortcodes.get_serp_results: see what currently ranks for the keyword.get_keyword_metrics: optional — attach volume/difficulty/intent to the keyword when useful context.propose_wordpress_revision: store the rewrite for review. Pass the post's postId; the current version is snapshotted so the user gets a diff and can roll back after applying.You cannot apply, publish, or roll back a change. Those are the user's clicks in Conqueror.
list_wordpress_posts with the keyword as search. If one post is clearly the best match, use it; otherwise show the top candidates and ask the user to pick. Read it with get_wordpress_post.get_serp_results for the keyword; read 2-3 top-ranking pages to see the depth, structure, and subtopics that win. Note the dominant search intent (informational, commercial, transactional).propose_wordpress_revision with the post's postId. Give the user the returned review link, and say plainly that nothing on the live site has changed yet.propose_wordpress_revision