This great answer Minitoc and memoir describes know how to put a chapter toc at the beginning of every chapter with the package titletoc using
\startcontents[chapters]
\printcontents[chapters]{}{1}{}
I am looking for a way to automate this for every non-starred chapter in scrbook (in the sense that one does not have to type the two lines after every \chapter command), probably modifying the chapter definition slightly.