
Skill
sharepoint-site-discovery
discover SharePoint sites and libraries
Description
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.
SKILL.md
SharePoint Site Discovery
Use this skill when the main job is locating the right SharePoint site, drive, or folder before file analysis or editing.
Start Here
- Treat SharePoint discovery as site-scoped, not user-recency-scoped.
- Use
search(query="...")for keyword search. - Use
search(query=None, hostname=..., site_path=..., folder_path=...)for browse mode. - Use
get_site(...)andlist_site_drives(...)when the user knows the site but not the right library.
Workflow
- If the user names a SharePoint hostname and site path, validate them with
get_site(...). - If the site is known but the right library is not, use
list_site_drives(...)to inspect the site-scoped document libraries. - If the user wants to browse a known folder or library, use
search(query=None, hostname=..., site_path=..., folder_path=...)and inspect the immediate children. - If the user wants to find a file by keyword, use
search(query="..."), then narrow withhostname,site_path, orfolder_pathwhen the scope is known. - Preserve the exact returned
url, site, drive, and folder context so laterfetch,update_file, orupload_filecalls use the resolved destination instead of a guessed path. - When multiple plausible sites or libraries exist, present the candidates and explain the distinguishing context instead of picking silently.
Output Conventions
- Name the exact site, library, and folder you resolved.
- Distinguish clearly between browse results and keyword-search results.
- When handing off to another SharePoint workflow, include the resolved
urlor the exact site and folder context that should be reused.
Example Requests
- "Find the right SharePoint site for the launch checklist and show me the available document libraries."
- "Browse the ops site and narrow me to the folder that contains the Q2 roadmap files."
- "Search SharePoint for the pricing workbook, but keep the search inside the finance site."
More skills from the plugins repository
View all 600 skillsaccessibility-and-inclusive-visualization
make data visualizations accessible
Jun 30AccessibilityChartsData VisualizationDesignagent-browser
automate browser interactions for agents
Apr 6AgentsBrowser AutomationTestingagent-browser-verify
verify dev server output with automated browser
Apr 6Browser AutomationLocal DevelopmentTestingagents-sdk
build AI agents on Cloudflare Workers
Apr 6AgentsCloudflare WorkersSDKServerless +1ai-elements
build chat UIs with AI Elements
Apr 6FrontendReactshadcn/uiUI Components +1ai-gateway
configure Vercel AI Gateway
Apr 6AI InfrastructureCost OptimizationLLMPerformance +1
More from OpenAI
View publisherprior-auth-packet-builder
build healthcare prior authorization packets
openai-agents-python
Apr 16DocumentsHealthcareInsuranceRegulatory Complianceaspnet-core
build ASP.NET Core web applications
skills
Apr 12.NETASP.NET CoreBlazorC# +1chatgpt-apps
build ChatGPT Apps SDK applications
skills
Apr 12Apps SDKChatGPTMCPOpenAIcli-creator
build CLIs from API docs
skills
Apr 12API DevelopmentCLICodexcloudflare-deploy
deploy projects to Cloudflare
skills
Apr 12CloudflareCloudflare PagesCloudflare WorkersDeploymentdefine-goal
define and set measurable project goals
skills
May 23ProductivityProject ManagementStrategyTask Management