// Give
nw["recycling_type"!="center"][~"^recycling:belts|clothes|shoes|textiles$"~"^yes$"];
nw["recycling_type"="center"]["fee"][~"^recycling:belts|clothes|shoes|textiles$"~"^yes$"];
// Give and take
nw["social_facility"="clothing_bank"];
nw["amenity"="give_box"]["clothes"!="no"];
nw["amenity"="freeshop"]["clothes"!="no"];
// Repair
nw["repair"="assisted_self_service"][~"^(service:){0,1}(clothes|shoes|fabrik):repair$"~"^yes$"];
overpass-turbo