Initial import: SharePoint Lists skill
Claude Code skill for SharePoint Lists CRUD via Microsoft Graph (app-only auth): reusable graph.mjs client, sp.mjs CLI, and setup + API reference docs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
11
.claude/skills/sharepoint-lists/.env.example
Normal file
11
.claude/skills/sharepoint-lists/.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# Copy this file to ".env" (same directory) and fill in real values.
|
||||
# The CLI loads .env automatically. NEVER commit the real .env (it is git-ignored).
|
||||
#
|
||||
# From the Azure AD (Entra) app registration — see references/setup.md.
|
||||
|
||||
SP_TENANT_ID=00000000-0000-0000-0000-000000000000
|
||||
SP_CLIENT_ID=00000000-0000-0000-0000-000000000000
|
||||
SP_CLIENT_SECRET=your-client-secret-value-here
|
||||
|
||||
# Optional: default site so you can omit --site on every command.
|
||||
# SP_SITE_URL=https://contoso.sharepoint.com/sites/Marketing
|
||||
Reference in New Issue
Block a user