infisical

Installation
SKILL.md

Core APIs

1. Obtain an Access Token

All API calls require a Bearer token. Exchange your Machine Identity credentials for a temporary access token (default TTL: 2 hours):

Write to /tmp/infisical_login.json:

{
  "clientId": "<client-id>",
  "clientSecret": "<client-secret>"
}

Replace <client-id> and <client-secret> with your actual INFISICAL_CLIENT_ID and INFISICAL_CLIENT_SECRET values.

Then run:

Related skills
Installs
12
GitHub Stars
59
First Seen
Apr 13, 2026