← Back to Skills Marketplace
406
Downloads
2
Stars
0
Active Installs
19
Versions
Install in OpenClaw
/install wolai-mcp-skill
Description
Wolai MCP skill — 操作 wolai 笔记(块/页面/搜索/数据库)/ Wolai Mcp Skill - Operate wolai notes (blocks, pages, search, database) via MCP protocol
Usage Guidance
This skill otherwise looks coherent for controlling Wolai via MCP, but be careful: the SKILL.md contains a contradictory instruction that could encourage you to paste your Wolai token into a chat with the assistant. Do NOT share the token in chat. Instead: 1) follow the provided GUI or PowerShell steps to set WOLAI_MCP_TOKEN as a user environment variable; 2) verify the token scope in your Wolai account and rotate/delete it immediately if you ever paste it by mistake; 3) prefer creating a dedicated token for this skill (not your main account token) and limit its lifetime if possible; 4) review the referenced GitHub repository (https://github.com/cizixiu/wolai-mcp-skill) to confirm the implementation matches the instructions; and 5) if you require stronger assurance, contact the skill author to clarify the contradictory guidance and/or test with a token that has minimal privileges. If you cannot ensure you will never paste the token into chat, do not install or use this skill.
Capability Analysis
Type: OpenClaw Skill
Name: wolai-mcp-skill
Version: 1.3.3
The skill is a legitimate integration for the Wolai note-taking platform, providing a comprehensive set of tools to manage pages, blocks, and databases via the official Wolai MCP API (api.wolai.com). The provided PowerShell and Python scripts in SKILL.md are well-structured, containing standard API calling logic, error handling, and clear instructions for users to securely configure their credentials via environment variables. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The skill is an instruction-only Wolai MCP client and only declares one credential, WOLAI_MCP_TOKEN, which is exactly what a Wolai MCP integration needs; runtime (PowerShell) and the MCP endpoint (https://api.wolai.com/v1/mcp) are consistent with the stated purpose.
Instruction Scope
Most instructions stay within the scope of configuring and using the Wolai MCP token and making API calls. However, the prereq/precheck text is internally inconsistent: it includes a clear security warning not to paste the token into chat, yet the preflight message lists '方式一(最简单):直接把 Token 告诉 AI 助手,让它帮你写入' (i.e. 'just tell the AI assistant to write it for you') — this contradicts the earlier warning and could encourage users to expose their token in chat. That contradictory guidance is a real risk vector for credential leakage.
Install Mechanism
Instruction-only skill with no install spec and no code files beyond SKILL.md; nothing is downloaded or written to disk by an installer, which is low-risk from an install perspective.
Credentials
The skill only requires WOLAI_MCP_TOKEN and the runtime code uses just that environment variable for Authorization, which is proportionate. The concern is not extra env access but the instructions that could prompt users to share the token in chat rather than set it as an environment variable — a user-behavior risk rather than an overbroad credential request by the skill itself.
Persistence & Privilege
always:false (no forced inclusion) and disable-model-invocation:false (normal). The skill does not request persistent system-level configuration or access to other skills' settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wolai-mcp-skill - After installation, invoke the skill by name or use
/wolai-mcp-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.3
wolai-mcp-skill 1.3.3
- No file changes detected in this release.
- The SKILL.md documentation remains identical to version 1.3.1.
- No new features, bug fixes, or updates included in this version.
v1.3.2
wolai-mcp-skill 1.3.2
- Updated setup instructions for environment variable configuration.
- Now explicitly warns users not to paste the Token directly in chat for security reasons.
- Removed the option to let the assistant set tokens automatically; users must now configure manually.
- Clarified and streamlined steps for both GUI and PowerShell configuration methods.
v1.3.1
wolai-mcp-skill v1.3.1
- Added version field ("1.3.1") to SKILL.md metadata.
- Simplified and updated the description to clarify supported features in both Chinese and English.
- Small metadata format and language cleanups for better clarity and consistency.
- No core logic or function changes.
v1.3.0
wolai-mcp-skill v1.3.0
- Migrated from the original wolai Open API to the new wolai MCP protocol for enhanced capabilities.
- Support for reading, creating, updating, deleting, and searching wolai documents, including section-level editing and block-level precision operations.
- Adds usage instructions and setup guides for the MCP Token configuration.
- MCP version supports advanced operations that are not available in the standard API (delete, modify, search, multi-column layouts, etc).
- Now prioritizes use of this skill if WOLAI_MCP_TOKEN is configured.
- No code changes detected in this release. Documentation and onboarding updated for MCP protocol support.
v1.2.12
No file changes detected for version 1.2.12. No updates or modifications were made in this release.
v1.2.11
Version 1.2.11 – Skill migrated from wolai MCP协议 to wolai Open API
- 完全替换 wolai MCP 协议,全面升级为 wolai Open API(RESTful)版
- Skill 更名为 "wolai" 并适配 wolai Open API 能力,支持常用读取、写入、搜索、数据库操作等
- 调整凭证方式,现需配置 WOLAI_TOKEN(App Token),获取方式见新文档
- 新增详细的 API 调用 PowerShell 封装与频率控制说明
- 文档内含全面的接口用法、权限规则、分页与富文本范例
- 移除 MCP 专属的便捷函数和调用方式,对齐官方 wolai Open API 设计
v1.2.10
wolai-mcp-skill 1.2.10
- No file changes detected in this version.
- No new features, fixes, or updates are included.
- Behavior and documentation remain the same as the previous release.
v1.2.9
wolai-mcp-skill 1.2.9
- Added a _meta.json file to the project.
- Updated SKILL.md to include a public source URL field under the metadata.
- No changes to runtime logic or interface.
v1.2.8
wolai-mcp-skill 1.2.8
- 移除了 `_meta.json` 文件。
- SKILL.md 文档优化:安装及 Token 配置说明更清晰详细,分步引导更易懂,推荐图形界面方法为主,命令行和注册表操作也有独立分节。
- 简化了有关直接通过对话配置环境变量的描述,强调自行设置 Token 的方法,提升安全性。
- 其他文档内容(接口用法、PowerShell 示例等)保持一致,未涉及功能和代码更改。
v1.2.7
- 明确区分和完善了 wolai MCP Token 的两种配置方式(对话写入/手动环境变量配置),并分别详列操作步骤与安全提示。
- 优化凭证预检和指引文案,提升配置失败时的用户指引准确性和易懂性。
- 无核心功能、API 或脚本变更,仅文档内容优化。
v1.2.6
Remove all token persistence examples and storage advice from SKILL.md; only declare credentials in frontmatter
v1.2.5
Add runtime/credentials in SKILL.md frontmatter metadata; remove explicit token persistence instructions
v1.2.4
Fix ClawHub security warnings: add runtime/credentials declarations in _meta.json, add Token security notice in SKILL.md
v1.2.3
wolai-mcp-skill v1.2.3
- No changes detected in files or documentation for this release.
- Functionality, setup steps, and usage scenarios remain unchanged from previous version.
v1.2.2
wolai-mcp-skill 1.2.2
- 增强核心调用函数,新增超时、错误处理、重试及调用日志,提升稳定性。
- 补充便捷函数(New-WolaiPage、Add-WolaiBlocks、Find-WolaiPage)简化常用操作。
- 优化 Token 配置指引,支持直接对话和命令行两种方式。
- 新增凭证预检脚本,检测并引导配置 Token。
- 更新快速入门,突出最常用 5 个场景并精简说明。
v1.2.1
- Updated the HTTP request headers in the core PowerShell function to include charset in the Content-Type (`application/json; charset=utf-8`).
- Refactored variable assignment in the core function: body JSON is now stored in `$bodyJson` before converting to bytes.
- No changes to feature set or workflows; internal code quality improvement only.
v1.2.0
wolai-mcp-skill 1.2.0 Changelog
- 工具名、参数与调用示例全面更新,对齐新版 wolai MCP 协议(如 page → get_page, doc → page, doc_id → page_id 等)。
- 增加了顶级页面管理(list_pages)、页面元信息查询(get_page)、封面管理(list_builtin_covers, update_page)等说明。
- 补充并细化常用工作流示例,如页面操作、块操作、封面设置等。
- 工具决策表扩展、工具用法更细致(如区分 create_page / create_block / update_block)。
- 完善了 API 说明,便于开发者调用新版 MCP 功能。
v1.0.1
- 优化了 wolai MCP Token 获取说明,调整为依照新版 wolai 笔记个人设置界面获取方式
- 增加了首次使用 skill 时的 Token 配置提醒说明
- 文档 Setup 部分更详细,强调 Token 以 sk- 开头,指明所在入口
- 内容进一步聚焦实际使用流程,便于新用户理解和操作
- 其余功能无变动,仅文档和用户引导步骤优化
v1.0.0
- Initial release of wolai-mcp skill, supporting full-featured operations on wolai notes through the official MCP protocol.
- Enables reading, writing, searching, deleting, and modifying documents, sections, and blocks, with powerful section- and block-level precision.
- Provides detailed setup instructions and sample PowerShell workflows for common tasks like reading outlines, creating pages, appending content, and editing blocks.
- Supports multi-column layouts, bulk operations, and features not covered by the classic API version.
- Comprehensive error handling and guidance included for authentication, permissions, and rate limiting.
- Prioritizes use of this skill when WOLAI_MCP_TOKEN is configured.
Metadata
Frequently Asked Questions
What is Wolai MCP 技能?
Wolai MCP skill — 操作 wolai 笔记(块/页面/搜索/数据库)/ Wolai Mcp Skill - Operate wolai notes (blocks, pages, search, database) via MCP protocol. It is an AI Agent Skill for Claude Code / OpenClaw, with 406 downloads so far.
How do I install Wolai MCP 技能?
Run "/install wolai-mcp-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wolai MCP 技能 free?
Yes, Wolai MCP 技能 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wolai MCP 技能 support?
Wolai MCP 技能 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wolai MCP 技能?
It is built and maintained by 花渡 (@cizixiu); the current version is v1.3.3.
More Skills