Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ar/features/data-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ openyida data query operation-records <appType> \

## إدارة المهام

<Tip>
للاستعلام عن بيانات مركز المهام العالمي دون تحديد `appType`، استخدم أمر `openyida task-center`. راجع [مرجع CLI](/ar/features/skills#مركز-المهام-العالمي).
</Tip>

### استعلام قائمة المهام

```bash
Expand Down
70 changes: 70 additions & 0 deletions ar/features/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,76 @@ openyida cdn-refresh <المسار>

---

## تكامل DingTalk CLI

```bash
# تمرير أوامر DingTalk CLI (dws)
openyida dws <command> [args]

# تثبيت DingTalk CLI
openyida dws install

# عرض مساعدة dws
openyida dws help

# أمثلة
openyida dws contact user search --keyword "اسم" # البحث عن جهات الاتصال
openyida dws calendar event list # عرض أحداث التقويم
openyida dws todo task create --title "مهمة" # إنشاء مهمة
openyida dws approval instance list # عرض حالات الموافقة
openyida dws attendance record list # الاستعلام عن سجلات الحضور
openyida dws chat robot send --content "رسالة" # إرسال رسالة روبوت
```

أضف `-f json` لإخراج JSON (مفيد لوكلاء الذكاء الاصطناعي).

<Note>
يجب تثبيت DingTalk CLI (`dws`) بشكل منفصل. قم بتشغيل `openyida dws install` للتثبيت الموجّه، أو قم بزيارة [مستودع DingTalk CLI](https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli) للإعداد اليدوي.
</Note>

### الخدمات المدعومة

| الخدمة | بادئة الأمر | الوصف |
|--------|-----------|-------|
| جهات الاتصال | `contact` | إدارة المستخدمين/الأقسام |
| التقويم | `calendar` | إنشاء الأحداث، استعلامات التوفر |
| المهام | `todo` | إنشاء وتعيين المهام |
| الموافقة | `approval` | إدارة حالات العملية |
| الحضور | `attendance` | استعلام سجلات الحضور |
| الدردشة | `chat` | إرسال رسائل الروبوت |
| DING | `ding` | إرسال رسائل DING |
| التقارير | `report` | إدارة التقارير |
| مساحة العمل | `workbench` | استعلامات التطبيقات |
| وثائق المطورين | `devdoc` | البحث في الوثائق |

---

## مركز المهام

```bash
# الاستعلام عن مركز المهام
openyida task-center <type> [--page N] [--size N] [--keyword TEXT]
```

الأنواع المدعومة: `todo` (قيد الانتظار)، `created` (أنشأتها)، `done` (تمت معالجتها)، `cc` (نسخة)، `pre-submit` (إرسال بالنيابة).

---

## تصدير المحادثات

```bash
# تصدير سجلات محادثات الذكاء الاصطناعي
openyida export-conversation [خيارات]

# الخيارات
openyida export-conversation --output <path> # تحديد مسار ملف الإخراج
openyida export-conversation --input <file> # تحديد ملف المحادثة المدخل
openyida export-conversation --latest # تصدير أحدث محادثة فقط (افتراضي)
openyida export-conversation --list # عرض المحادثات المتاحة
```

---

## الخيارات العامة

| الخيار | الوصف |
Expand Down
4 changes: 4 additions & 0 deletions de/features/data-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ openyida data query operation-records <appType> \

## Aufgabenverwaltung

<Tip>
Um globale Aufgabenzentrumsdaten ohne Angabe eines `appType` abzufragen, verwenden Sie den Befehl `openyida task-center`. Siehe [CLI-Referenz](/de/features/skills#globales-aufgabenzentrum).
</Tip>

### Aufgabenliste abfragen

```bash
Expand Down
70 changes: 70 additions & 0 deletions de/features/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,76 @@ openyida cdn-refresh <Pfad>

---

## DingTalk CLI-Integration

```bash
# DingTalk CLI (dws) Befehle durchreichen
openyida dws <command> [args]

# DingTalk CLI installieren
openyida dws install

# dws-Hilfe anzeigen
openyida dws help

# Beispiele
openyida dws contact user search --keyword "Name" # Kontakte suchen
openyida dws calendar event list # Kalendertermine auflisten
openyida dws todo task create --title "Aufgabe" # Aufgabe erstellen
openyida dws approval instance list # Genehmigungsinstanzen auflisten
openyida dws attendance record list # Anwesenheitsdaten abfragen
openyida dws chat robot send --content "Nachricht" # Roboter-Nachricht senden
```

Fügen Sie `-f json` für JSON-Ausgabe hinzu (nützlich für KI-Agenten).

<Note>
DingTalk CLI (`dws`) muss separat installiert werden. Führen Sie `openyida dws install` für eine geführte Installation aus, oder besuchen Sie das [DingTalk CLI-Repository](https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli) für die manuelle Einrichtung.
</Note>

### Unterstützte Dienste

| Dienst | Befehlspräfix | Beschreibung |
|--------|--------------|--------------|
| Kontakte | `contact` | Benutzer-/Abteilungsverwaltung |
| Kalender | `calendar` | Terminerstellung, Verfügbarkeitsabfragen |
| Aufgaben | `todo` | Aufgabenerstellung und -zuweisung |
| Genehmigung | `approval` | Prozessinstanzverwaltung |
| Anwesenheit | `attendance` | Stempeluhr-Abfragen |
| Chat | `chat` | Roboter-Nachrichtenversand |
| DING | `ding` | DING-Nachrichtenversand |
| Berichte | `report` | Berichtsverwaltung |
| Arbeitsbereich | `workbench` | Anwendungsabfragen |
| Entwickler-Docs | `devdoc` | Dokumentationssuche |

---

## Aufgabenzentrum

```bash
# Aufgabenzentrum abfragen
openyida task-center <type> [--page N] [--size N] [--keyword TEXT]
```

Unterstützte Typen: `todo` (zu erledigen), `created` (von mir erstellt), `done` (erledigt), `cc` (in Kopie), `pre-submit` (Stellvertretende Einreichung).

---

## Konversationsexport

```bash
# KI-Konversationsaufzeichnungen exportieren
openyida export-conversation [Optionen]

# Optionen
openyida export-conversation --output <path> # Ausgabedateipfad angeben
openyida export-conversation --input <file> # Eingabe-Konversationsdatei angeben
openyida export-conversation --latest # Nur neueste Konversation exportieren (Standard)
openyida export-conversation --list # Verfügbare Konversationen auflisten
```

---

## Globale Optionen

| Option | Beschreibung |
Expand Down
4 changes: 4 additions & 0 deletions en/features/data-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ openyida data query operation-records <appType> \

## Task management

<Tip>
To query global task center data across all applications without specifying an `appType`, use the `openyida task-center` command. See [CLI reference](/en/features/skills#global-task-center).
</Tip>

### Query task list

```bash
Expand Down
70 changes: 70 additions & 0 deletions en/features/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,76 @@ openyida cdn-refresh <path>

---

## DingTalk CLI integration

```bash
# Pass-through to DingTalk CLI (dws)
openyida dws <command> [args]

# Install DingTalk CLI
openyida dws install

# Show dws help
openyida dws help

# Examples
openyida dws contact user search --keyword "name" # Search contacts
openyida dws calendar event list # List calendar events
openyida dws todo task create --title "task" # Create a todo
openyida dws approval instance list # List approval instances
openyida dws attendance record list # Query attendance records
openyida dws chat robot send --content "message" # Send robot message
```

Use `-f json` for JSON output (useful for AI agents).

<Note>
DingTalk CLI (`dws`) must be installed separately. Run `openyida dws install` for guided installation, or visit the [DingTalk CLI repository](https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli) for manual setup.
</Note>

### Supported services

| Service | Command prefix | Description |
|---------|---------------|-------------|
| Contacts | `contact` | User and department management |
| Calendar | `calendar` | Event creation, availability queries |
| Todo | `todo` | Task creation and assignment |
| Approval | `approval` | Process instance management |
| Attendance | `attendance` | Clock-in record queries |
| Chat | `chat` | Robot message sending |
| DING | `ding` | DING message sending |
| Report | `report` | Report management |
| Workbench | `workbench` | Application queries |
| Dev docs | `devdoc` | Documentation search |

---

## Task center

```bash
# Query task center
openyida task-center <type> [--page N] [--size N] [--keyword TEXT]
```

Supported types: `todo`, `created`, `done`, `cc`, `pre-submit`.

---

## Conversation export

```bash
# Export AI conversation records
openyida export-conversation [options]

# Options
openyida export-conversation --output <path> # Specify output file path
openyida export-conversation --input <file> # Specify input conversation file
openyida export-conversation --latest # Export latest conversation only (default)
openyida export-conversation --list # List available conversations
```

---

## Global options

| Option | Description |
Expand Down
4 changes: 4 additions & 0 deletions es/features/data-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ openyida data query operation-records <appType> \

## Gestión de tareas

<Tip>
Para consultar los datos del centro de tareas global sin especificar un `appType`, use el comando `openyida task-center`. Consulte la [referencia CLI](/es/features/skills#centro-de-tareas-global).
</Tip>

### Consultar lista de tareas

```bash
Expand Down
70 changes: 70 additions & 0 deletions es/features/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,76 @@ openyida cdn-refresh <ruta>

---

## Integración de DingTalk CLI

```bash
# Pasar comandos al DingTalk CLI (dws)
openyida dws <command> [args]

# Instalar DingTalk CLI
openyida dws install

# Mostrar ayuda de dws
openyida dws help

# Ejemplos
openyida dws contact user search --keyword "nombre" # Buscar contactos
openyida dws calendar event list # Listar eventos del calendario
openyida dws todo task create --title "tarea" # Crear una tarea pendiente
openyida dws approval instance list # Listar instancias de aprobación
openyida dws attendance record list # Consultar registros de asistencia
openyida dws chat robot send --content "mensaje" # Enviar mensaje de robot
```

Agregue `-f json` para salida JSON (útil para agentes de IA).

<Note>
DingTalk CLI (`dws`) debe instalarse por separado. Ejecute `openyida dws install` para una instalación guiada, o visite el [repositorio de DingTalk CLI](https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli) para la configuración manual.
</Note>

### Servicios soportados

| Servicio | Prefijo de comando | Descripción |
|----------|-------------------|-------------|
| Contactos | `contact` | Gestión de usuarios/departamentos |
| Calendario | `calendar` | Creación de eventos, consultas de disponibilidad |
| Pendientes | `todo` | Creación y asignación de tareas |
| Aprobación | `approval` | Gestión de instancias de proceso |
| Asistencia | `attendance` | Consulta de registros de fichaje |
| Chat | `chat` | Envío de mensajes de robot |
| DING | `ding` | Envío de mensajes DING |
| Informes | `report` | Gestión de informes |
| Espacio de trabajo | `workbench` | Consultas de aplicaciones |
| Docs de desarrollo | `devdoc` | Búsqueda de documentación |

---

## Centro de tareas

```bash
# Consultar el centro de tareas
openyida task-center <type> [--page N] [--size N] [--keyword TEXT]
```

Tipos soportados: `todo` (pendientes), `created` (creadas por mí), `done` (procesadas), `cc` (en copia), `pre-submit` (envío por delegación).

---

## Exportación de conversaciones

```bash
# Exportar registros de conversaciones de IA
openyida export-conversation [opciones]

# Opciones
openyida export-conversation --output <path> # Especificar ruta del archivo de salida
openyida export-conversation --input <file> # Especificar archivo de conversación de entrada
openyida export-conversation --latest # Exportar solo la última conversación (predeterminado)
openyida export-conversation --list # Listar conversaciones disponibles
```

---

## Opciones globales

| Opción | Descripción |
Expand Down
4 changes: 4 additions & 0 deletions fr/features/data-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ openyida data query operation-records <appType> \

## Gestion des tâches

<Tip>
Pour interroger les données du centre de tâches global sans spécifier d'`appType`, utilisez la commande `openyida task-center`. Voir la [référence CLI](/fr/features/skills#centre-de-tâches-global).
</Tip>

### Interroger la liste des tâches

```bash
Expand Down
Loading