OneNote

ReviewAudited by ClawScan on May 17, 2026.

Overview

This appears to be a normal OneNote connector through ClawLink, but it requires trusting ClawLink and its plugin with your OneNote connection and approving any note changes.

Before installing, make sure you trust ClawLink and the ClawHub plugin source. During setup, use the official ClawLink URLs, review the Microsoft/OneNote permissions, do not paste raw credentials into chat, and only approve previews for note changes you actually want.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing the separate plugin is necessary for the skill to work, but it means the user is trusting code outside this skill package.

Why it was flagged

The skill itself is instruction-only, but its setup depends on a separate plugin that is not included in the reviewed artifacts.

Skill content
Install the verified ClawLink plugin: `openclaw plugins install clawhub:clawlink-plugin`
Recommendation

Install the plugin only from the expected ClawHub source and verify ClawLink before pairing or connecting OneNote.

What this means

Connecting OneNote can give the integration access to notebooks, sections, pages, and note content according to the approved scopes.

Why it was flagged

The skill relies on delegated account access and credential handling through ClawLink, which is expected for a OneNote integration but sensitive.

Skill content
ClawLink ... handles hosted connection flows and credentials so you don't need to configure OneNote API access yourself.
Recommendation

Review the OneNote/Microsoft permissions during connection and revoke the ClawLink connection if you no longer need it.

What this means

If approved, the agent may create or update OneNote content; accidental approval could change notes.

Why it was flagged

The skill can invoke dynamic OneNote tools, including writes, but it includes preview and confirmation safeguards.

Skill content
For writes or anything marked as requiring confirmation, call `clawlink_preview_tool` first, then confirm with the user. Execute with `clawlink_call_tool`.
Recommendation

Check previews carefully and approve only specific note changes you intended.

What this means

Your OneNote connection and related requests may pass through ClawLink as the integration gateway.

Why it was flagged

The artifacts disclose that ClawLink is an external intermediary for the local device credential and OneNote tool access.

Skill content
The resulting device credential is stored locally in OpenClaw's plugin config and is only sent to `claw-link.dev`.
Recommendation

Use this skill only if you trust ClawLink, confirm the URL before pairing, and avoid pasting raw credentials into chat.