Pretix

v1.0.2

Pretix integration. Manage Events. Use when the user wants to interact with Pretix data.

0· 101·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 skill describes a Pretix integration and all instructions center on using the Membrane CLI to connect to Pretix, list actions, run actions, or proxy API requests. Requiring Membrane (and network access/a Membrane account) is coherent for this purpose.
Instruction Scope
SKILL.md only instructs using the Membrane CLI: login, create/list connections, discover/run actions, and proxy requests. It does not ask the agent to read unrelated files, harvest environment variables, or transmit data to unexpected endpoints. The guidance to let Membrane manage credentials reduces local secret handling.
Install Mechanism
There is no install spec in the bundle (instruction-only). The doc instructs users to run `npm install -g @membranehq/cli` to obtain the Membrane CLI. Installing a global npm package is a reasonable step for a CLI-based integration, but it does write code to disk and requires trusting the package maintainer—users should verify the package source (package name, publisher, and project homepage) before installing globally.
Credentials
The skill declares no required env vars or credentials and explicitly advises against asking users for API keys, instead creating connections managed by Membrane. This is proportionate to the stated functionality.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or to modify other skills/configs. The default ability for the agent to invoke the skill autonomously is normal and not, by itself, a concern here.
Assessment
This skill is internally consistent: it uses the Membrane CLI to integrate with Pretix and does not request unrelated credentials or access. Before installing, verify you trust Membrane/@membranehq (check the npm package page, getmembrane.com, and the GitHub repository), since the SKILL.md instructs installing a global npm CLI which will run code on your machine. If you prefer not to install a global package, you can run the CLI with npx per the docs or use a scoped/local install. As always, avoid pasting secrets into chats and confirm any browser-based login flows are legitimate.

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

latestvk97bk7e1114rn530n4z09zxnj18433nf

License

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

Comments