← Back to Skills Marketplace
cizixiu

Wolai API 技能

by 花渡 · GitHub ↗ · v1.0.7 · MIT-0
cross-platform ⚠ suspicious
395
Downloads
0
Stars
0
Active Installs
10
Versions
Install in OpenClaw
/install wolai-api-skill
Description
Wolai API skill — 操作 wolai 笔记(块/页面/数据库)/ Wolai API Skill - Operate wolai notes (blocks, pages, database) via REST API
Usage Guidance
This skill appears to implement Wolai API calls and needs a Wolai App Token (WOLAI_TOKEN). Before installing: (1) verify how you'll provide the token — prefer setting WOLAI_TOKEN in a secure config/environment rather than pasting the permanent token into chat; (2) restrict the Wolai app permissions to the minimum required and be ready to revoke/reset the token if needed; (3) note the SKILL.md is Windows PowerShell–oriented (writes to D:\ and uses Windows APIs) so it may not work on non-Windows agents; (4) metadata/version mismatches (SKILL.md version, _meta.json, registry version) look sloppy — consider asking the publisher to clarify and provide a consistent manifest; (5) if you cannot confirm secure handling of tokens by the agent platform, do not provide a long-lived token. If these issues are acceptable and you can supply the token securely, the skill's behavior otherwise aligns with its stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: wolai-api-skill Version: 1.0.7 The skill provides a legitimate PowerShell-based interface for interacting with the Wolai note-taking platform's REST API (openapi.wolai.com). The code in SKILL.md includes standard API interaction patterns, proper UTF-8 encoding handling for Chinese characters, and rate-limiting logic, with no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The skill claims to operate Wolai notes via the Wolai Open API and the SKILL.md requires a WOLAI_TOKEN — this is appropriate for the stated purpose. However, the registry metadata earlier reported no required env vars/primary credential while the SKILL.md declares WOLAI_TOKEN required; that metadata mismatch is inconsistent.
Instruction Scope
SKILL.md contains concrete PowerShell code that calls only the Wolai API endpoint (https://openapi.wolai.com) which is in-scope. Concerns: (1) setup text ambiguously tells users to 'tell the token to the AI assistant' while the pre-check expects WOLAI_TOKEN in the environment — this could encourage pasting a permanent token into chat history; (2) examples write to a fixed Windows path (D:\output.json) and the runtime is Windows PowerShell, but the skill has no OS restriction — instructions are Windows-specific and may not work elsewhere; (3) the skill performs filesystem writes (examples) and requires the ability to read env vars, which are reasonable for the task but should be noted.
Install Mechanism
No install spec and no code files beyond SKILL.md/_meta.json — instruction-only skill; lowest install risk because nothing is downloaded or executed at install time.
Credentials
SKILL.md requires a single permanent app token (WOLAI_TOKEN), which is proportionate for API access. But the registry metadata contradicts this (says no required env vars/primary credential). The SKILL.md also instructs users in a way that could lead to pasting a long-lived token into chat — risky. The skill does not request unrelated credentials.
Persistence & Privilege
always is false and model invocation is allowed (defaults). The skill does not request elevated or persistent platform privileges. No evidence it modifies other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wolai-api-skill
  3. After installation, invoke the skill by name or use /wolai-api-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.7
wolai-api-skill 1.0.7 - No file changes detected in this release. - All functionality, documentation, and configuration remain unchanged from the previous version.
v1.0.6
wolai-api-skill 1.0.6 - Updated skill description for bilingual clarity (Chinese and English). - Added explicit skill version to metadata. - Removed unused or deprecated fields (e.g., allowed-tools, disable). - No changes to functional logic; documentation and metadata improvements only.
v1.0.5
wolai-api-skill 1.0.5 - Updated skill metadata: added "source" field with GitHub repository URL. - Standardized credentials format in the configuration. No functional or behavioral changes to skill logic.
v1.0.4
Remove all token persistence examples and storage advice from SKILL.md; only declare credentials in frontmatter
v1.0.3
Add runtime/credentials in SKILL.md frontmatter metadata; remove explicit token persistence instructions
v1.0.2
Fix ClawHub security warnings: add runtime/credentials declarations in _meta.json, add Token security notice in SKILL.md
v1.1.1
wolai-api-skill 1.1.1 - 新增 Invoke-WolaiApi 的 RawJson 参数,支持直接返回原始 JSON,解决 PowerShell 控制台下中文乱码问题。 - 文档补充了应对中文乱码的两种推荐方式(JSON原始输出写入文件、对象属性访问)。 - 其余功能和接口保持不变。
v1.1.0
wolai-api-skill 1.1.0 - Added _meta.json file for enhanced metadata management. - Expanded documentation to include more block types and detailed API parameter usage. - Added instructions and examples for paginated traversal of blocks and richer content creation. - Improved API usage guidance, including error handling and rate limit tips.
v1.0.1
- Removed the file references/api.md from the repository. - Documentation still refers to references/api.md for detailed API parameters, though the file no longer exists. - Minor text update: in the Setup section, "应用权限" flow updated from "页面协作 → 应用权限" to "成员协作→应用权限".
v1.0.0
wolai-skill 1.0.0 - 首发版本,实现通过 wolai Open API 操作 wolai 笔记,包括页面、块和数据库。 - 支持读取页面/块内容、创建块、获取与插入数据库、Token 获取与刷新等主要能力。 - 提供 PowerShell 示例脚本和常见工作流说明,便于快速集成与使用。 - 文档涵盖接口决策表、速查错误码、接口限制及常见问题。
Metadata
Slug wolai-api-skill
Version 1.0.7
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 10
Frequently Asked Questions

What is Wolai API 技能?

Wolai API skill — 操作 wolai 笔记(块/页面/数据库)/ Wolai API Skill - Operate wolai notes (blocks, pages, database) via REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 395 downloads so far.

How do I install Wolai API 技能?

Run "/install wolai-api-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wolai API 技能 free?

Yes, Wolai API 技能 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Wolai API 技能 support?

Wolai API 技能 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wolai API 技能?

It is built and maintained by 花渡 (@cizixiu); the current version is v1.0.7.

💬 Comments