PancakeSwap Harvest Rewards Check pending CAKE and partner-token rewards across all PancakeSwap farming positions and generate harvest instructions or deep links to claim them. Overview This skill does not execute transactions — it checks pending rewards and produces deep links to the PancakeSwap UI. The user reviews and confirms in their own wallet. Security ::: danger MANDATORY SECURITY RULES 1. Shell safety : Always use single quotes when assigning user-provided values to shell variables (e.g., ). Always quote variable expansions in commands (e.g., , ). 2. Input validation : Before using a…