← Back to Skills Marketplace
Tink
by
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
124
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install tink
Description
Tink integration. Manage data, records, and automate workflows. Use when the user wants to interact with Tink data.
Usage Guidance
This skill appears coherent: it uses the Membrane CLI to access Tink and does not ask for extra secrets. Before installing, confirm you trust the @membranehq/cli package (npm install -g will run code on your machine). Expect the authentication flow to open a browser or return a code you must paste; Membrane will manage tokens server-side. If you need to avoid installing global npm packages or prefer not to use a hosted proxy service for auth, consider doing API integration directly or verifying Membrane's documentation and package repository (github.com/membranedev) first.
Capability Analysis
Type: OpenClaw Skill
Name: tink
Version: 1.0.1
The skill provides a standard integration for the Tink financial platform via the Membrane CLI. It facilitates authentication, action discovery, and execution through the Membrane platform. The instructions in SKILL.md promote security best practices by advising the agent to use Membrane's managed authentication rather than requesting raw API keys from the user. No evidence of data exfiltration, malicious execution, or obfuscation was found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (Tink integration) align with the actions the SKILL.md instructs (install Membrane CLI, connect a Tink connector, discover and run actions). There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
The SKILL.md confines itself to installing/using the Membrane CLI, authenticating via the Membrane login flow, creating connections, discovering and running actions. It does not instruct reading unrelated files, scraping system state, or exfiltrating data to unknown endpoints. It relies on interactive OAuth/browser-based login and on Membrane for credential management.
Install Mechanism
There is no registry install spec, but the instructions tell the user to install @membranehq/cli via npm (or use npx). Pulling a package from the npm registry is a reasonable, expected mechanism here, but npm packages execute code on install/runtime — verify you trust the @membranehq package and its source before running npm install -g.
Credentials
The skill declares no required env vars or credentials. Authentication is handled by Membrane's browser/OAuth flow as described, so there are no disproportionate secret requests in the SKILL.md.
Persistence & Privilege
The skill is instruction-only and registry metadata does not request always:true or other elevated privileges. Following the SKILL.md may install a CLI on the host (user-initiated), but the skill itself does not request persistent agent-wide privileges or modify other skills' configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tink - After installation, invoke the skill by name or use
/tink - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Tink?
Tink integration. Manage data, records, and automate workflows. Use when the user wants to interact with Tink data. It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.
How do I install Tink?
Run "/install tink" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tink free?
Yes, Tink is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tink support?
Tink is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tink?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.
More Skills