Asin Data Api

v1.0.0

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

0· 13·0 current·0 all-time
byMembrane Dev@membranedev
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 and description say it integrates with ASIN Data API and the SKILL.md exclusively documents using the Membrane CLI and Membrane connections to reach ASIN Data API. Required resources and instructions (CLI usage, network access, Membrane account) are appropriate for that purpose.
Instruction Scope
Runtime instructions focus on installing and using the Membrane CLI, creating connections, listing and running actions, and proxying requests. The doc does not instruct reading arbitrary local files, environment variables, or sending data to unexpected endpoints beyond Membrane/ASIN Data API. Login flows require browser-based authentication as documented.
Install Mechanism
This is an instruction-only skill with no install spec, but the SKILL.md tells users to run `npm install -g @membranehq/cli` (and examples using `npx`) which is a reasonable, common install method for a CLI. As a caution: global npm installs execute code from the npm registry, so users should verify the package name and publisher (use the official Membrane source) and avoid running as root if not necessary.
Credentials
The skill declares no required env vars, no primary credential, and the instructions explicitly advise creating a connection so Membrane manages credentials server-side. It does not request unrelated secrets or excess environment access.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence or modify other skills. It allows normal autonomous invocation (platform default), which is expected for skills and not a concern by itself.
Assessment
This skill appears coherent and limited to using the Membrane CLI to talk to ASIN Data API. Before installing: (1) confirm you want to install @membranehq/cli from the official Membrane source (check getmembrane.com / npm publisher), (2) prefer using npx for one-off use if you don't want a global install, (3) avoid running npm install -g as root, (4) be aware the login opens a browser and grants Membrane access to the connection you create — review what permissions are requested during auth. If you need stricter control over credentials, consider using an account dedicated to this integration or review Membrane's privacy/permissions docs first.

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

latestvk976vbycqkhb496pkjjrqmtmnn84akzk

License

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

Comments