← Back to Skills Marketplace
1
by
ojbkxiongdei
· GitHub ↗
· v0.1.4
· MIT-0
224
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install rolex-maybeai-sheet
Description
MaybeAI Sheet skill for full Excel/spreadsheet lifecycle management. Upload, read, edit, and analyze Excel files via the MaybeAI platform. Use when the user...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rolex-maybeai-sheet - After installation, invoke the skill by name or use
/rolex-maybeai-sheet - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 224 downloads so far.
How do I install 1?
Run "/install rolex-maybeai-sheet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 1 free?
Yes, 1 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 1 support?
1 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 1?
It is built and maintained by ojbkxiongdei (@ojbkxiongdei); the current version is v0.1.4.
More Skills