Botstar
v1.0.2Botstar integration. Manage data, records, and automate workflows. Use when the user wants to interact with Botstar data.
⭐ 0· 102·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
high confidencePurpose & Capability
The name/description match the instructions: this integrates with Botstar via the Membrane platform. One minor inconsistency: the registry metadata lists no required binaries, but the runtime instructions expect npm (to install the CLI) and the membrane CLI to be available — the manifest should have declared those as required.
Instruction Scope
SKILL.md confines the agent to using the Membrane CLI to list/connect/run Botstar actions and to proxy API requests. It does not instruct reading unrelated files or environment variables. The only broader behavior is that requests and Botstar data are routed through Membrane (explicitly stated).
Install Mechanism
This is an instruction-only skill (no install spec). It tells users to run `npm install -g @membranehq/cli` (a global npm install). That is a normal but higher-scope action than no install; installing global npm packages requires npm and elevated user permissions on some systems and introduces the usual trust surface of third-party packages.
Credentials
No environment variables or credentials are requested by the skill. Membrane is described as managing authentication server-side, which is proportionate to the stated function. Note: using Membrane means Botstar credentials and proxied requests will flow through Membrane's service.
Persistence & Privilege
The skill does not request persistent presence (always:false), does not modify other skills, and does not require storing credentials in the agent. It operates via user-invoked CLI commands and connections.
Assessment
This skill appears to do what it says: it instructs the agent to use the Membrane CLI to connect to and operate on Botstar data. Before installing, verify you trust the Membrane project/package (@membranehq/cli) and its npm release (installing global npm packages requires appropriate privileges). Understand that Botstar data and credentials will be proxied through Membrane’s service—review Membrane’s privacy/security policies and the getmembrane.com / repository source to ensure that routing your data through their servers is acceptable. Also ensure npm is installed on your system (the SKILL.md expects npm and the membrane CLI, but the skill manifest did not list required binaries).Like a lobster shell, security has layers — review code before you run it.
latestvk970cgpwyrxecx6fhx0zdpb0dx842s0x
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
