From mindtickle-pack
Provides MindTickle security basics including API key management in environment variables, checklists for rotation and auditing, and integration resources.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mindtickle-pack:mindtickle-security-basicsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
# .env (never commit)
MINDTICKLE_API_KEY=your-key
# .gitignore: .env
See mindtickle-prod-checklist.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin mindtickle-packProvides OpenEvidence security basics including API key .env setup, checklists for rotation, auditing, and per-environment keys. Useful for secure SaaS API integrations.
Secures Clay integrations with API key storage in secrets managers, webhook signature verification via Node.js middleware, and provider credential isolation.
Applies Apollo.io API security best practices: secure key storage via env vars/secret managers, PII redaction for logs, access controls, rotation, and audits.