← 返回 Skills 市场
1
作者
ojbkxiongdei
· GitHub ↗
· v0.1.4
· MIT-0
224
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install rolex-maybeai-sheet
功能描述
MaybeAI Sheet skill for full Excel/spreadsheet lifecycle management. Upload, read, edit, and analyze Excel files via the MaybeAI platform. Use when the user...
安全使用建议
This skill is mostly coherent with its stated purpose, but review and verify before installing or running any scripts: 1) Confirm the correct API host — SKILL.md mentions maybe.ai while the scripts target play-be.omnimcp.ai; only set your real token after confirming the intended service. 2) Inspect and fix the example scripts: some calls omit the Authorization header (and DOC_ID is used without being declared) — add Authorization where required and test with non-sensitive documents. 3) Treat MAYBEAI_API_TOKEN as sensitive: don't paste it into public places, and only use it with a trusted host. 4) Avoid running the scripts verbatim on production data until you confirm endpoints' authentication/authorization behavior (notably GET /api/v1/excel/export appears in examples without auth). If you want, provide the canonical MaybeAI API docs or the intended BASE_URL and I can re-check the scripts for the exact missing headers and suggest precise fixes.
功能分析
Type: OpenClaw Skill
Name: rolex-maybeai-sheet
Version: 0.1.4
The skill bundle provides a comprehensive interface for managing Excel spreadsheets via the MaybeAI platform API (play-be.omnimcp.ai). The included shell scripts (scripts/01-09) and documentation (SKILL.md) demonstrate standard, transparent use of curl and jq to perform spreadsheet operations such as uploading, reading, and editing data. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; all actions are consistent with the stated purpose of Excel lifecycle management.
能力评估
Purpose & Capability
The skill claims full Excel lifecycle management via MaybeAI and the scripts implement that with numerous API calls. Requesting a single MAYBEAI_API_TOKEN is proportionate. Minor mismatch: the SKILL.md text references maybe.ai while the scripts use https://play-be.omnimcp.ai (OmniMCP host); the top-level 'Name' field is also odd ('1') but the slug/name in files is rolex-maybeai-sheet.
Instruction Scope
Runtime instructions and included shell scripts are explicit and limited to API calls to the declared service and local file operations (upload/save). However, several example calls omit the Authorization header (e.g., export and some POST calls in scripts/09-end-to-end.sh), contradicting the SKILL.md claim that authenticated endpoints require Authorization: Bearer <token>. That inconsistency could lead to failed requests or unintended unauthenticated access if the endpoint allows public download by document_id. Also scripts reference a DOC_ID env var (used but not declared in requires.env table).
Install Mechanism
No install spec; scripts-only approach. SKILL.md suggests installing jq and curl via standard package managers — reasonable and low-risk. Nothing is downloaded from arbitrary URLs in an installation step.
Credentials
Only MAYBEAI_API_TOKEN is required (declared as primary credential), which is proportional. Scripts also use DOC_ID and optionally BASE_URL, but DOC_ID is not declared in requires.env. Verify token scope and intended host before providing the token.
Persistence & Privilege
Skill is not always-included and does not request persistent system privileges. It only contains example scripts that run curl/jq and save exported files locally.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rolex-maybeai-sheet - 安装完成后,直接呼叫该 Skill 的名称或使用
/rolex-maybeai-sheet触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.4
fix: add auth headers to read scripts, hardcode BASE_URL
v0.1.3
fix: add auth headers to read scripts, hardcode BASE_URL
元数据
常见问题
1 是什么?
MaybeAI Sheet skill for full Excel/spreadsheet lifecycle management. Upload, read, edit, and analyze Excel files via the MaybeAI platform. Use when the user... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 224 次。
如何安装 1?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rolex-maybeai-sheet」即可一键安装,无需额外配置。
1 是免费的吗?
是的,1 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
1 支持哪些平台?
1 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 1?
由 ojbkxiongdei(@ojbkxiongdei)开发并维护,当前版本 v0.1.4。
推荐 Skills