ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

imm-romania

Exchange and Nextcloud workflow assistant for teams, built by Firma de AI and supported by Firma de IT. Integrates Exchange (email, calendar, tasks, analytics), Nextcloud (file management, sharing, text extraction, summarization, file Q&A, action extraction, task creation from files), and persistent memory via LCM plugin. Use when the user needs email operations, calendar management, task tracking, file operations, document summarization/Q&A, extracting actions from files, creating tasks from documents, email analytics, or combined workflows like "send report and archive copy", "create task from email", "schedule meeting with file attachment", "search conversation history", or "show email statistics".

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/asistent-alex/exchange-nextcloud-assistant
Or

Firma de AI — Exchange & Nextcloud Assistant

Built for teams using Firma de AI and supported by Firma de IT.

This skill connects Exchange and Nextcloud into one practical workflow layer for:

  • Exchange: email, calendar, tasks, analytics
  • Nextcloud: file operations, sharing, document understanding, workflow extraction
  • Memory: persistent context via LCM plugin

Module Disponibile

ModulDescriereComandă
ExchangeEmail, Calendar, Tasks, Analyticsimm-romania <mail|cal|tasks|analytics|sync>
NextcloudFișiere, sharing, sumarizare, Q&A, extragere acțiuniimm-romania files <list|search|extract-text|summarize|ask-file|extract-actions|create-tasks-from-file|...>
MemoryContext persistentAutomat via LCM plugin

Ce rezolvă concret

Folosește skillul când vrei să lucrezi cu:

  • emailuri, reply-uri, drafturi și atașamente în Exchange
  • calendar, meeting-uri și follow-up tasks
  • task-uri Exchange, inclusiv delegate access
  • fișiere Nextcloud: listare, căutare, upload, download, mutare, sharing
  • document understanding: extract-text, summarize, ask-file
  • workflow extraction: extrage acțiuni din fișiere și creează task-uri Exchange
  • context persistent între sesiuni prin LCM

Utilizare Rapidă

Email

# Conexiune
imm-romania mail connect

# Listează email-uri
imm-romania mail read --limit 10
imm-romania mail read --unread

# Trimite email
imm-romania mail send --to "[email protected]" --subject "Ofertă" --body "..."

# Răspunde
imm-romania mail reply --id EMAIL_ID --body "Răspuns"

Calendar

# Evenimente
imm-romania cal today
imm-romania cal week
imm-romania cal list --days 7

# Creează eveniment
imm-romania cal create --subject "Meeting" --start "2024-01-15 14:00" --duration 60

# Cu invitați
imm-romania cal create --subject "Team Meeting" --start "2024-01-15 14:00" --to "[email protected],[email protected]"

Tasks

# Listează
imm-romania tasks list
imm-romania tasks list --overdue

# Creează
imm-romania tasks create --subject "Review proposal" --due "+7d" --priority high

# Completează
imm-romania tasks complete --id TASK_ID

Analytics (Email Statistics)

# Statistici generale
imm-romania analytics stats --days 30

# Timp mediu de răspuns
imm-romania analytics response-time --days 7

# Top expeditori
imm-romania analytics top-senders --limit 20

# Activity heatmap
imm-romania analytics heatmap --days 30

# Statistici per folder
imm-romania analytics folders

# Raport complet
imm-romania analytics report --days 30

Fișiere (Nextcloud)

# Listează și caută
imm-romania files list /Documents/
imm-romania files search contract /Clients/

# Upload / Download
imm-romania files upload /local/report.pdf /Documents/
imm-romania files download /Documents/report.pdf /local/

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-asistent-alex-exchange-nextcloud-assistant": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.