Seatable
v1.0.2SeaTable integration. Manage data, records, and automate workflows. Use when the user wants to interact with SeaTable data.
⭐ 0· 74·0 current·0 all-time
byVlad Ursul@gora050
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The SKILL.md describes a SeaTable integration implemented by the Membrane CLI; that aligns with the skill name/description. However the registry metadata lists no required binaries while the instructions clearly require the 'membrane' CLI (and optionally npm/npx) — an omission in metadata rather than a functional mismatch.
Instruction Scope
Runtime instructions are narrowly scoped to installing/using the Membrane CLI, creating connections, listing actions, running actions, and proxying API requests to SeaTable. They do not instruct reading arbitrary local files or unrelated environment variables. Important: requests and proxied API calls are routed through Membrane's service, so user data and SeaTable traffic will transit Membrane servers.
Install Mechanism
This is an instruction-only skill (no code files). It tells users to install a third-party npm package globally (npm install -g @membranehq/cli) or use npx in one example. Installing a global npm package is a moderate-risk action (it executes third‑party code on the machine). There are no extracts from unknown URLs or direct downloads in the instructions.
Credentials
The skill does not request extra environment variables or secrets in metadata. It requires a Membrane account (interactive login) to obtain and store credentials via Membrane, which is proportionate to the described behavior. Note: global npm installs may require elevated privileges on some systems.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide privileges or modify other skills. It is user-invocable and allows autonomous invocation (platform default), which is expected for this kind of integration.
Assessment
This skill is an instruction set for using the Membrane CLI to access SeaTable. Before installing or using it: 1) Verify @membranehq/cli on npm (publisher, versions, recent activity) or prefer using npx (safer, does not require global install). 2) Understand that API calls and your SeaTable data will be proxied through Membrane's service (homepage: getmembrane.com); review their privacy/security policies before sending sensitive data. 3) Be cautious about running global npm installs (may require sudo); consider using npx or a controlled environment. 4) The registry metadata omitted the required 'membrane' CLI — treat that as a documentation gap, not necessarily malicious. If you need stronger assurance, ask the publisher for the exact package repo, inspect the CLI source on GitHub, or use direct SeaTable API integration instead.Like a lobster shell, security has layers — review code before you run it.
latestvk97bb6ejexm20e6qtzfm6yz7c1842rhp
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
