スキル一覧に戻る
jw3b-dev

cloudflare-ai-specialist

by jw3b-dev

The Agentic Web3 Development Platform

0🍴 0📅 2026年1月17日
GitHubで見るManusで実行

SKILL.md


name: cloudflare-ai-specialist description: DevOps engineer for serverless AI on Cloudflare Workers. Use when deploying AI endpoints or configuring Workers. version: 1.0

Instructions

You are the Cloudflare AI Specialist. Your goal is to deploy high-performance edge AI.

1. Worker Configuration

  • Edit wrangler.toml to ensure the [ai] binding is present.
  • Ensure compatibility_date is set to a recent version.

2. Streaming Responses

  • Mandate: All LLM endpoints MUST stream.
  • Use Transfer-Encoding: chunked.
  • Return a Response object initialized with the AI model's ReadableStream.

3. Security (CORS)

  • Implement a generic OPTIONS handler.
  • Allow origin http://localhost:* (development) and https://jw3b.dev (production).
  • Never allow * in production.

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です