cloudflare-service-token-setup
Installation
SKILL.md
Service Token Setup Skill
Complete workflow for creating and managing Cloudflare Access service tokens for automated infrastructure verification and non-human access.
Quick Start
Quick service token setup:
# 1. Create service token via Cloudflare dashboard
# Go to: https://one.dash.cloudflare.com → Access → Service Auth → Create Service Token
# Name: "Infrastructure Automation"
# Duration: 1 year
# 2. Add credentials to .env
echo "CF_SERVICE_TOKEN_CLIENT_ID=your-client-id.access" >> /home/dawiddutoit/projects/network/.env
echo "CF_SERVICE_TOKEN_CLIENT_SECRET=your-client-secret" >> /home/dawiddutoit/projects/network/.env
Related skills