The bot doesn't use the housemaid pots by default, so the KS farmer will have code to handle it. Usually that is handled in your profile onleavecombat but if your character doing dailies doesn't kill anything then you never actually leave combat. So you may need to add the code into your WP that the dailiy character uses.
if not player:hasBuff(506684) then -- Unbridled Enthusiasm
inventory:useItem(207200)
end
if not player:hasBuff(506686) then -- clear thought
inventory:useItem(207202)
end
if not player:hasBuff(506687) then -- housemaid luck
inventory:useItem(207203)
end
Remember no matter you do in life to always have a little fun while you are at it