What to do with Scope Box with dynamo?

To provide some feedback on this topic:
During my learning period, I was tasked with creating a complete Dynamo script for creating levels. In our Revit workflow, we require scope boxes. So, I was able to duplicate Scope Boxes using native Dynamo.

How I did it: I simply calculated the elevation at which I wanted to place the new Scope Box.
Then, I retrieved the ones already present in our project and created a model group with Dynamo. I then placed an instance of this group in Revit, giving it a reference level.
I also managed the Scope Box naming and height, which is now possible since Revit 2024. Finally, I had to ungroup the base Scope Box in the project, as well as the new one.

In terms of coordinates, I retrieved the group.location from the base Scope Box to place my new instance exactly aligned with the one below.

I know it’s possible to do this using external nodes, but we don’t use any external nodes at our company.

Here is the packages:

If this can help anyone with this issue, I’d be happy to help.