Ayrshare
v1.0.0Ayrshare integration. Manage data, records, and automate workflows. Use when the user wants to interact with Ayrshare data.
⭐ 0· 27·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 skill says it's an Ayrshare integration and all runtime instructions are about using the Membrane CLI to discover/connect to Ayrshare actions and proxy requests. Required artifacts (network access, Membrane account, Membrane CLI) are coherent with that purpose.
Instruction Scope
SKILL.md directs the agent to install and use @membranehq/cli, run login/connect/list/action/request commands, and use Membrane's proxy for raw API calls. It does not instruct reading unrelated files, harvesting environment variables, or sending data to unknown endpoints; scope is limited to connecting to Ayrshare via Membrane.
Install Mechanism
There is no registry install spec; instead the README instructs users to run an npm global install (npm install -g @membranehq/cli). Installing a public npm CLI is a common approach but carries the usual moderate risk of executing third-party code—verify the package's provenance and permissions before installing globally.
Credentials
The skill requests no environment variables or local credentials and explicitly tells the agent not to ask users for API keys, relying on Membrane to manage auth. This is proportionate to its function, though it shifts trust to Membrane (which will hold the actual Ayrshare credentials).
Persistence & Privilege
The skill is instruction-only, does not request always:true, and does not instruct modifying other skills or system-wide config. It requires user-driven auth flows (browser login) and does not request autonomous permanent presence beyond normal agent invocation.
Assessment
This skill appears to be what it claims: an Ayrshare integration that uses the Membrane CLI. Before installing or using it: 1) verify the @membranehq/cli package on npm/GitHub to ensure you're installing the official CLI; 2) be aware npm -g installs run third‑party code with elevated privileges — consider a local or sandboxed install if concerned; 3) expect to authenticate in a browser (Membrane will hold the Ayrshare credentials and proxy requests), so only use if you trust Membrane as the credential holder; 4) the skill does not request extra secrets, but network access and a Membrane account are required. If any of these trust assumptions are unacceptable, do not install or use the CLI.Like a lobster shell, security has layers — review code before you run it.
latestvk978dd8j53xntr29919r8vjzr58477kt
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
