# Person information finder (Prompt) ``` First, read "TPL Person" under "50 Resources/54 Templates/Templater". Then, for all persons I will list: - Find and read the corresponding note under "30 Areas/36 People" - Load the wikipedia page pointed to by the "wikipedia" property - Read the person's website pointed to by the "website" property or found on your own and the about page in particular if you can find it Then: - Find the picture of the person - If found, set the "picture_local_path" property pointing to the URL of the picture - If found, save it under "50 Resources/51 Attachments/51.03 Public" (prefixing the name with the current date: YYYY-MM-DD name) - If found, set the "picture_local_path" property in the note pointing to the saved image - Try to identify the birth/death dates of the person - If birth date found, add it to the "date_of_birth" property - If death date found, add it to the "date_of_death" property - Add a short bio of the person explaining what that person is most known for. If the note already contains something, add new relevant information, but don't remove what is already there - If found, add the saved picture of the person to the note - Find and add all missing properties that are listed of "TPL Person" to the person's note (ONLY if you found the value). Only consider social media Websites if the person is alive. Whenever you add social links, add the full URL ``` Variant: ``` First, read "TPL Person" under "50 Resources/54 Templates/Templater". Then, find all the people notes under "30 Areas/36 People" that don't have a value for: picture_url and/or picture_local_path Then, launch batches 10 of sub-agents that will each process some persons in that list, and, for each of those, will: - Find a great headshot of the person - If found, set the "picture_url" property pointing to the URL of the picture - If found, save it under "50 Resources/51 Attachments/51.03 Public", prefixing the name with the current date: YYYY-MM-DD given_name family__name - If found, set the "picture_local_path" property in the note pointing to the saved image - Try to identify the birth/death dates of the person - Add a short bio of the person explaining what that person is most known for. If the note already contains something, add new relevant information, but don't remove what is already there - If birth date found, add it to the "date_of_birth" property - If death date found, add it to the "date_of_death" property - If found, add the saved picture of the person to the note, using the following syntax: ![[path to the image|400]] to limit the size of the image - Find and add all missing properties that are listed of "TPL Person" to the person's note (ONLY if you found the actual information; DO NOT make things up!). Only consider social media Websites if the person is alive. Whenever you add social links, add the full URL - Make sure the person note file ends with two newline characters DO NOT CREATE ANY NEW PERSON NOTES ```