auth-dynamics
Installation
SKILL.md
Auth Dynamics
Get a bearer token for Dynamics 365 / Dataverse WebAPI requests from the local machine.
Use this skill for authentication and for preparing direct WebAPI calls. For reading records, metadata, WhoAmI, or entity sets, use the dynamics-webapi skill. For writes, do not use dynamics-webapi; get a token here and make explicit custom WebAPI requests.
Fast Path
Prefer the Python helper. It uses only the Python standard library.
From PowerShell:
python "$HOME\.agents\skills\auth-dynamics\scripts\auth_dynamics.py" https://contoso.crm.dynamics.com
From macOS/Linux shells: