·docx

قم بإنشاء مستندات Word وتحريرها وتحليلها مع دعم التغييرات المتعقبة

74التثبيتات·2الرائج·@rysweet

التثبيت

$npx skills add https://github.com/rysweet/amplihack --skill docx

كيفية تثبيت docx

ثبّت مهارة الذكاء الاصطناعي docx بسرعة في بيئة التطوير لديك عبر سطر الأوامر

  1. افتح الطرفية: افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal
  2. نفّذ أمر التثبيت: انسخ ونفّذ هذا الأمر: npx skills add https://github.com/rysweet/amplihack --skill docx
  3. تحقق من التثبيت: بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw

المصدر: rysweet/amplihack.

A user may ask you to create, edit, or analyze the contents of a .docx file. A .docx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks.

If you just need to read the text contents of a document, you should convert the document to markdown using pandoc. Pandoc provides excellent support for preserving document structure and can show tracked changes:

You need raw XML access for: comments, complex formatting, document structure, embedded media, and metadata. For any of these features, you'll need to unpack a document and read its raw XML contents.

قم بإنشاء مستندات Word وتحريرها وتحليلها مع دعم التغييرات المتعقبة المصدر: rysweet/amplihack.

حقائق جاهزة للاقتباس

حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.

أمر التثبيت
npx skills add https://github.com/rysweet/amplihack --skill docx
المصدر
rysweet/amplihack
الفئة
#المستندات
موثق
أول ظهور
2026-02-01
آخر تحديث
2026-03-10

Browse more skills from rysweet/amplihack

إجابات سريعة

ما هي docx؟

قم بإنشاء مستندات Word وتحريرها وتحليلها مع دعم التغييرات المتعقبة المصدر: rysweet/amplihack.

كيف أثبّت docx؟

افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/rysweet/amplihack --skill docx بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw

أين مستودع المصدر؟

https://github.com/rysweet/amplihack