← Back to Skills Marketplace
361
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install one-note
Description
OneNote API integration with managed OAuth via Microsoft Graph. Access notebooks, sections, section groups, and pages. Use this skill when users want to crea...
Usage Guidance
This skill proxies OneNote calls through Maton (gateway.maton.ai / ctrl.maton.ai). Before installing, confirm you trust maton.ai because your MATON_API_KEY and proxied OneNote data will flow through their service and OAuth flow. Use a scoped API key, store it securely (not in shared shells), rotate/revoke it if needed, and review Maton's privacy/terms. Note the small metadata mismatch (no primary credential declared in registry even though MATON_API_KEY is required) — it's likely benign but worth being aware of.
Capability Analysis
Type: OpenClaw Skill
Name: one-note
Version: 1.0.0
The 'one-note' skill is a standard API integration bundle for managing Microsoft OneNote via a third-party gateway (gateway.maton.ai). It provides clear instructions and Python code snippets for CRUD operations on notebooks, sections, and pages using a required API key (MATON_API_KEY). No evidence of malicious behavior, data exfiltration, or harmful prompt injection was found in SKILL.md or the associated metadata.
Capability Assessment
Purpose & Capability
The name/description (OneNote via Microsoft Graph) matches the instructions and endpoints (gateway.maton.ai, ctrl.maton.ai, connect.maton.ai). Requiring an API key for a gateway/proxy service is expected.
Instruction Scope
SKILL.md only instructs making HTTP requests to Maton endpoints and reading the declared MATON_API_KEY env var; it does not request unrelated files, other env vars, or unexpected network destinations.
Install Mechanism
No install spec or code is included (instruction-only), so nothing is written to disk or installed. This is the lowest-risk install profile.
Credentials
The skill only requires MATON_API_KEY, which is proportionate for a gateway-based OAuth integration. Minor metadata mismatch: registry lists no primary credential, but SKILL.md clearly treats MATON_API_KEY as the required key.
Persistence & Privilege
always is false and there is no install; the skill does not request permanent system presence or modify other skills. Agent autonomous invocation remains enabled (platform default).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install one-note - After installation, invoke the skill by name or use
/one-note - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Microsoft OneNote API integration skill (v1.0.0) released.
- Provides managed OAuth integration with Microsoft Graph for OneNote.
- Supports listing, creating, and organizing notebooks, sections, and pages via a Maton API gateway.
- Offers code examples for all major API operations, including authentication and connection management.
- Allows users to manage and specify OneNote connections through the Maton Control API.
- Requires an active network connection and a valid MATON_API_KEY environment variable for authentication.
Metadata
Frequently Asked Questions
What is Microsoft OneNote?
OneNote API integration with managed OAuth via Microsoft Graph. Access notebooks, sections, section groups, and pages. Use this skill when users want to crea... It is an AI Agent Skill for Claude Code / OpenClaw, with 361 downloads so far.
How do I install Microsoft OneNote?
Run "/install one-note" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Microsoft OneNote free?
Yes, Microsoft OneNote is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Microsoft OneNote support?
Microsoft OneNote is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Microsoft OneNote?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.0.
More Skills