Resolve the right SharePoint site, library, and folder before file work. Use when the user needs to find the right site context, browse a known site, inspect document libraries, or narrow the correct folder before fetching or editing a file.
76
93%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use this skill when the main job is locating the right SharePoint site, drive, or folder before file analysis or editing.
search(query="...") for keyword search.search(query=None, hostname=..., site_path=..., folder_path=...) for browse mode.get_site(...) and list_site_drives(...) when the user knows the site but not the right library.get_site(...).list_site_drives(...) to inspect the site-scoped document libraries.search(query=None, hostname=..., site_path=..., folder_path=...) and inspect the immediate children.search(query="..."), then narrow with hostname, site_path, or folder_path when the scope is known.url, site, drive, and folder context so later fetch, update_file, or upload_file calls use the resolved destination instead of a guessed path.url or the exact site and folder context that should be reused.11c74d6
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.