ما هي create-agent-with-sanity-context؟
قم ببناء وكلاء الذكاء الاصطناعي مع وصول منظم إلى محتوى Sanity عبر context MCP. يغطي إعداد الاستوديو وتنفيذ الوكيل والأنماط المتقدمة مثل الأدوات من جانب العميل والعرض المخصص. المصدر: sanity-io/agent-context.
قم ببناء وكلاء الذكاء الاصطناعي مع وصول منظم إلى محتوى Sanity عبر context MCP. يغطي إعداد الاستوديو وتنفيذ الوكيل والأنماط المتقدمة مثل الأدوات من جانب العميل والعرض المخصص.
ثبّت مهارة الذكاء الاصطناعي create-agent-with-sanity-context بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: sanity-io/agent-context.
Give AI agents intelligent access to your Sanity content. Unlike embedding-only approaches, Context MCP is schema-aware—agents can reason over your content structure, query with real field values, follow references, and combine structural filters with semantic search.
Note: Context MCP understands your schema structure but not your domain. You'll provide domain context (what your content is for, how to use it) through the agent's system prompt.
| Sanity Project ID | Your sanity.config.ts or sanity.io/manage | | Dataset name | Usually production — check your sanity.config.ts | | Sanity API read token | Create at sanity.io/manage → Project → API → Tokens. See HTTP Auth docs | | LLM API key | From your LLM provider (Anthropic, OpenAI, etc.) — any provider works |
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/sanity-io/agent-context --skill create-agent-with-sanity-contextقم ببناء وكلاء الذكاء الاصطناعي مع وصول منظم إلى محتوى Sanity عبر context MCP. يغطي إعداد الاستوديو وتنفيذ الوكيل والأنماط المتقدمة مثل الأدوات من جانب العميل والعرض المخصص. المصدر: sanity-io/agent-context.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/sanity-io/agent-context --skill create-agent-with-sanity-context بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/sanity-io/agent-context