بنقرة واحدة
cloudflare
Cloudflare APIs: DNS, Workers, Tunnels, zones. Trigger: Cloudflare, DNS records, manage domains.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Cloudflare APIs: DNS, Workers, Tunnels, zones. Trigger: Cloudflare, DNS records, manage domains.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run the announcement round for a finished project: attribution check, directory submissions, launch-post drafts in Mike's voice. Drafts only — never posts. Trigger: /announce <project>, 'announce', 'launch round', 'tell people about'.
Novel ignition ritual for story-bible: 3-line 'previously on' + one pulling question. Body-double for getting into writing state, zero obligation. Trigger: /ignite, 'ignite', 'novel time', 'story time'.
Read/post Twitter/X via `bird` CLI: tweets, threads, search, timelines, bookmarks, follows, lists, media.
Drive VISIBLE Chrome with real profile/logins (CDP :9222). Screenshots, JS eval, interactive element picking, cookies. Frontend testing, authed flows, anything user should see. Headless text-only reading → Browser* tools. Linux + macOS.
Read before git commits.
Compact current conversation into handoff doc for another agent.
| name | cloudflare |
| description | Cloudflare APIs: DNS, Workers, Tunnels, zones. Trigger: Cloudflare, DNS records, manage domains. |
Load the API token before any Cloudflare API call:
export $(grep CF_API_TOKEN ~/.env | xargs)
Then use it in requests:
curl -s -H "Authorization: Bearer $CF_API_TOKEN" -H "Content-Type: application/json" \
"https://api.cloudflare.com/client/v4/..."
Base URL: https://api.cloudflare.com/client/v4
GET /zonesGET /zones/{zone_id}GET /zones/{zone_id}/dns_recordsPOST /zones/{zone_id}/dns_records with {"type":"A","name":"...","content":"...","proxied":true}PATCH /zones/{zone_id}/dns_records/{record_id}DELETE /zones/{zone_id}/dns_records/{record_id}GET /accounts/{account_id}/cfd_tunnelGET /accounts/{account_id}/cfd_tunnel/{tunnel_id}GET /accounts/{account_id}/workers/scriptsPUT /accounts/{account_id}/workers/scripts/{script_name}python3 -m json.tool or jq for readability