Files
Claude-SharepointLists/.claude/skills/sharepoint-lists/.env.example
ang3l12 fd957177b9 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>
2026-06-16 11:12:50 -06:00

12 lines
505 B
Plaintext

# 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