Token — управление криптокошельками и транзакциями

integrations

Token is a Claude Code skill that connects to Token via the Membrane CLI, enabling management of wallets, addresses, and transactions as well as automation of token transfers. Membrane handles authentication and credential refresh automatically, so integration logic stays clean without manual auth plumbing. Available actions are discovered with `membrane action list --intent=QUERY`, and executed with `membrane action run`, passing JSON parameters as needed. When built-in actions don't cover a use case, the skill supports direct requests to the Token API through Membrane's proxy, which injects correct authentication headers transparently. It's a good fit for developers who need to integrate Token workflows without spending time on authorization setup.