Convert Source Clip to Import Node

Is there any way to convert a media clip inside the batch to an import node?
I don’t understand python.
But I believe that the information that the Import Node needs is in the Source Clip, (Metadata, Resizes, Color Management).
Any ideas ?

Yes it’s possible with python.
If it’s a soft linked clip you can get the media_path, create a batchgroup and import the clip into batch from the path.
If it’s a managed media you have to export it first, then create a batch and import it in the batch
All this in a hook, maybe a console script as well.