Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

nexlinknexlink 文档

Agent Skill

nexlink 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,679

周安装

369

GitHub Stars

1

下载量

3,041
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:nexlink(nexlink 文档)
来源仓库:https://github.com/asistent-alex/nexlink
安装命令:
openclaw skills install nexlink
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install nexlink

简介

Exchange 与 Nextcloud 连接器,打通邮件、日历、任务与企业网盘。

  • 集成 YouTube 字幕提取与多语言视频内容理解能力。
  • 适合需要跨办公系统集成与信息聚合的用户。
  • 安装命令:openclaw skills install nexlink;需配置各服务账户凭据。
  • 建议启用两步验证并限制应用权限范围以降低安全风险。

SKILL.md

name
nexlink
version
0.15.9
description
🔗 NexLink — Enterprise Connector for Nextcloud, Exchange & YouTube. Built by Firma de AI. Email, calendar, tasks, file management, document understanding, transcript extraction, contacts, analytics — with built-in security confirmations and least-privilege defaults.
metadata
openclaw
requires
bins
env
dependencies
type
pip
version
==5.6.0
type
pip
version
==1.3.0
type
pip
version
==0.7.1
description
Secure XML parsing — fixes XXE vulnerability
type
pip
version
==2.31.0
type
pip
version
==6.0.2
type
pip
version
>=0.10.0
optional
true
type
pip
version
>=1.0.0
description
Document understanding features
type
pip
version
>=7.0.0
optional
true
description
Testing framework
primaryEnv
EXCHANGE_SERVER
skillKey
nextlink
emoji
🔗
homepage
https://github.com/asistent-alex/openclaw-nexlink
always
false
author
Firma de AI
links
homepage
https://firmade.ai
repository
https://github.com/asistent-alex/openclaw-nexlink

NexLink — Nextcloud, Exchange & YouTube Connector

Built by Firma de AI, supported by Firma de IT.

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

  • Nextcloud: file operations, sharing, document understanding, workflow extraction
  • Exchange: email, calendar, tasks, analytics
  • YouTube: transcript extraction with language fallback

Available Modules

ModuleDescriptionCommand
NextcloudFiles, sharing, summarization, Q&A, action extraction, Contacts (CardDAV)`nexlink files <...> \nexlink contacts --source nextcloud <...>`
ExchangeEmail, Calendar, Tasks, Analytics, Contacts`nexlink <mail\cal\tasks\analytics\sync\contacts>`
YouTubeTranscript extraction with language fallback`nexlink youtube transcript\languages <url>`

What it solves

Use this skill when you want to work with:

  • Nextcloud files: listing, search, upload, download, move, sharing
  • document understanding: extract-text, summarize, ask-file
  • workflow extraction: extract actions from files and create Exchange tasks
  • YouTube transcripts: nexlink youtube transcript <url> (text/JSON, language fallback, save to Nextcloud)
  • emails, replies, drafts and attachments in Exchange
  • calendar, meetings and follow-up tasks
  • Exchange tasks, including delegate access
  • Contacts: Exchange contacts (EWS) and Nextcloud contacts (CardDAV)

Quick Start

Email

# Connection
nexlink mail connect

# List emails
nexlink mail read --limit 10
nexlink mail read --unread

# Send email
nexlink mail send --to "client@example.com" --subject "Offer" --body "..."

# Reply
nexlink mail reply --id EMAIL_ID --body "Reply"

Calendar

# Events
nexlink cal today
nexlink cal week
nexlink cal list --days 7

# Create event
nexlink cal create --subject "Meeting" --start "2024-01-15 14:00" --duration 60

# With attendees
nexlink cal create --subject "Team Meeting" --start "2024-01-15 14:00" --to "user1@example.com,user2@example.com"

Tasks

# List
nexlink tasks list
nexlink tasks list --overdue

# Create
nexlink tasks create --subject "Review proposal" --due "+7d" --priority high

# Complete
nexlink tasks complete --id TASK_ID

Analytics (Email Statistics)

# General statistics
nexlink analytics stats --days 30

# Average response time
nexlink analytics response-time --days 7

# Top senders
nexlink analytics top-senders --limit 20

# Activity heatmap
nexlink analytics heatmap --days 30

# Statistics per folder
nexlink analytics folders

# Full report
nexlink analytics report --days 30

Contacts

# Exchange contacts (default source)
nexlink contacts list
nexlink contacts list --limit 10

# Get Exchange contact by ID
nexlink contacts get --id CONTACT_ID

# Create Exchange contact
nexlink contacts create --name "John Doe" --email "john@example.com" --phone "+40-700-000-000"
nexlink contacts create --name "Acme Corp" --phone "+40-711-111-111" --org "Acme" --title "CEO"

# Update Exchange contact
nexlink contacts update --id CONTACT_ID --phone "+40-722-222-222"

# Delete Exchange contact (moves to trash)
nexlink contacts delete --id CONTACT_ID

# Search contacts
nexlink contacts search --query "Acme"

# Nextcloud contacts (CardDAV — use --source nextcloud)
nexlink contacts addressbooks --source nextcloud
nexlink contacts list --source nextcloud
nexlink contacts list --source nextcloud --addressbook "/remote.php/dav/addressbooks/users/alex/contacts/"

# Get Nextcloud contact by UID
nexlink contacts get --uid CONTACT_UID --source nextcloud

# Create Nextcloud contact
nexlink contacts create --source nextcloud --name "Jane Doe" --email "jane@example.com" --phone "+40-733-333-333"

# Update Nextcloud contact
nexlink contacts update --uid CONTACT_UID --source nextcloud --phone "+40-744-444-444"

# Delete Nextcloud contact
nexlink contacts delete --uid CONTACT_UID --source nextcloud

Files (Nextcloud)

# List and search
nexlink files list /Documents/
nexlink files search contract /Clients/

# Upload / Download
nexlink files upload /local/report.pdf /Documents/
nexlink files download /Documents/report.pdf /local/

# Document understanding
nexlink files extract-text /Clients/contract.docx
nexlink files summarize /Clients/contract.docx
nexlink files ask-file /Clients/contract.docx "When is the renewal due?"

# Workflow extraction
nexlink files extract-actions /Clients/contract.txt
nexlink files create-tasks-from-file /Clients/contract.txt
nexlink files create-tasks-from-file /Clients/contract.txt --select 1,2 --execute

### YouTube Transcripts

Extract video subtitles with automatic language fallback:

Basic text transcript (English)

nexlink youtube transcript https://www.youtube.com/watch?v=VIDEO_ID

Romanian transcript with JSON output (includes timestamps)

nexlink youtube transcript https://youtu.be/VIDEO_ID --lang ro --format json

Try multiple languages, fall back in order

nexlink youtube transcript VIDEO_ID --lang ro,en

Save transcript to Nextcloud

nexlink youtube transcript VIDEO_ID --lang en --save

List available caption languages

nexlink youtube languages https://www.youtube.com/watch?v=VIDEO_ID


**Note:** Requires `pip install youtube-transcript-api` for the underlying library.

## Combined Workflows

### Email + Files

Send email with attachment from Nextcloud:

Download from Nextcloud and send

nexlink files download /Documents/offer.pdf /tmp/ nexlink mail send --to "client@example.com" --subject "Offer" --body "..." --attach /tmp/offer.pdf


Save attachment from email to Nextcloud:

Download attachment and upload to Nextcloud

nexlink mail download-attachment --id EMAIL_ID --name "contract.pdf" --output /tmp/ nexlink files upload /tmp/contract.pdf /Contracts/


### Calendar + Tasks

Create task from meeting request:

After meeting, create follow-up task

nexlink tasks create --subject "Follow-up meeting X" --due "+3d"


## Full Configuration

See [references/setup.md](references/setup.md) for detailed configuration.

## Positioning public / branding

For public listings, documentation, and SEO copy, prefer this positioning:

- **Public title:** `Firma de AI — Exchange & Nextcloud Assistant`
- **Subtitle:** `Email, files, tasks, and document workflows for teams`
- **Brand line:** `Built by Firma de AI, supported by Firma de IT.`
- **Links:** `https://firmade.ai` and `https://firmade.it`

This keeps the internal skill name `nexlink` while making the public positioning more accurate and searchable.

## Coding Standards

This project follows the [Hardshell Coding Standards](https://github.com/asistent-alex/openclaw-hardshell).

When writing or modifying Python code, see:
- **[Python Standards](https://github.com/asistent-alex/openclaw-hardshell/blob/main/references/languages/python.md)** - PEP 8, type hints, docstrings, security
- **[Testing Standards](https://github.com/asistent-alex/openclaw-hardshell/blob/main/references/testing.md)** - TDD, test pyramid, coverage
- **[Git Workflow](https://github.com/asistent-alex/openclaw-hardshell/blob/main/references/git-workflow.md)** - Conventional commits, PR process

Key rules:

- **PEP 8 formatting** - use `black` for formatting, `ruff` for linting
- **Type hints** - required for all function parameters and return types
- **Docstrings** - Google-style for all public functions and classes
- **Testing** - `pytest` with `pytest-cov` for coverage
- **Security** - never use `pickle` or `eval()` on untrusted input
- **Dependencies** - use `uv` or `poetry`, pin versions, audit with `pip-audit`

## Module Structure

modules/ ├── exchange/ # Email, Calendar, Tasks (Exchange on-prem) │ ├── SKILL.md # Module documentation │ ├── mail.py # Email operations │ ├── cal.py # Calendar operations │ ├── tasks.py # Task operations │ ├── sync.py # Sync and reminders │ └── ... ├── nextcloud/ # File management, doc understanding, workflow extraction │ ├── SKILL.md # Module documentation │ └── nextcloud.py # File operations and analysis └── (future modules)


## Notes

- Tasks are created in the default mailbox's Tasks folder or in the target mailbox when using delegate access
- For collaborative tasks, use calendar events with attendees
- Self-signed certificates require `verify_ssl: false`

## License

MIT License - see LICENSE file for details.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.38%
按下载量换算2,323

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills