Grammarly

v1.0.0

Grammarly integration. Manage data, records, and automate workflows. Use when the user wants to interact with Grammarly data.

0· 60·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
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (Grammarly integration) matches the instructions: all actions are mediated via the Membrane CLI and aim to interact with Grammarly data. The skill does not ask for unrelated credentials or filesystem access that would be inconsistent with its stated goal.
Instruction Scope
SKILL.md stays on-topic: it instructs installation and use of Membrane CLI, how to create/list connections, discover/run actions, and proxy requests to Grammarly. It does not instruct reading unrelated files, harvesting environment variables, or posting data to unexpected endpoints. It does rely on the operator completing browser-based authentication for connections.
Install Mechanism
There is no packaged install spec in the registry (instruction-only), but the runtime instructions tell users/agents to run `npm install -g @membranehq/cli`. Installing a global npm package is a normal approach but carries the typical risk of executing third-party code on the host; this is expected for a CLI-based integration but the user should verify the package source/version before installing.
Credentials
The skill declares no required env vars, config paths, or credentials. It explicitly advises not to ask users for API keys and to rely on Membrane's connection flow. The only extra requirement is a Membrane account and network access, which are proportionate to the described function.
Persistence & Privilege
The skill does not request persistent/system-wide privileges and is not configured as always-enabled. It is user-invocable and allows normal autonomous invocation, which is the platform default and reasonable for an integration of this type.
Assessment
This skill appears coherent and does what it says: it teaches the agent to use the Membrane CLI to access Grammarly. Before installing or running it, consider: (1) Installing `@membranehq/cli` globally runs third‑party code on your machine—verify the package on npm and the vendor (Membrane) and prefer installing in a controlled environment. (2) Using Membrane means your Grammarly access is proxied through Membrane's servers (they handle auth/refresh); review Membrane's privacy/security policies if you're concerned about third‑party access to your Grammarly data. (3) The skill requires you to complete browser-based authentication flows—be cautious about entering credentials in unfamiliar pages. (4) If you do not want an agent to execute CLI installs or commands autonomously, avoid granting autonomous execution or require manual confirmation for these steps.

Like a lobster shell, security has layers — review code before you run it.

latestvk9764dx4zjxnfkw6qfhab6zsmn84d68g

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments