Управление ZIP-архивами через API

integrations

Zip Archive Api is a Claude Code skill that connects to the Zip Archive API via the Membrane CLI, enabling programmatic creation, extraction, and manipulation of zip archives. It works with two core objects — File (a file inside the archive) and Extracted File (a file extracted from it) — and supports discovering available actions through natural language intent queries scoped to a connection ID, then executing them with `membrane action run`. Membrane handles authentication and credential refresh automatically, removing auth boilerplate from integration logic. When built-in actions fall short, the skill proxies arbitrary HTTP requests to the Zip Archive API with authentication headers injected transparently. Designed for developers and teams automating zip file workflows in applications or pipelines, it requires network access and a free Membrane account.