← Back to Skills Marketplace
Teller
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
120
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install teller
Description
Teller integration. Manage data, records, and automate workflows. Use when the user wants to interact with Teller data.
Usage Guidance
This skill is internally consistent and uses the Membrane CLI to access Teller. Before installing or running commands: (1) verify the @membranehq/cli package on npm (owner, download counts, repository) rather than blindly running 'npm -g'; consider using npx or a container if you prefer not to install globally; (2) confirm that getmembrane.com / the Membrane service is the correct, trusted integration layer for your Teller data and review their privacy/data handling; (3) when doing headless login, only complete authentication flows you initiated and avoid pasting secrets into untrusted prompts; (4) check the small command inconsistencies (e.g., flags shown without values) in the SKILL.md before running; and (5) if you enable agent-autonomous invocation, be aware an agent with access could run the CLI commands against your Membrane account — restrict that capability if you want manual control.
Capability Analysis
Type: OpenClaw Skill
Name: teller
Version: 1.0.1
The skill provides instructions for an AI agent to interact with the Teller financial platform using the Membrane CLI. It follows standard integration patterns, emphasizes secure credential management by offloading authentication to the Membrane platform, and lacks any indicators of malicious intent, data exfiltration, or harmful prompt injection (SKILL.md).
Capability Assessment
Purpose & Capability
The name/description (Teller integration) matches the runtime instructions: all actions are performed via the Membrane CLI and Membrane connections. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md stays within its stated purpose (install Membrane CLI, login, connect to a Teller connector, discover and run actions). Minor issues: a couple of command examples assume flags (e.g., '--tenant' without a value) or provide broad agent type names; the instructions rely on interactive login flows for headless environments which require user involvement. The skill does not instruct the agent to read unrelated files or exfiltrate data.
Install Mechanism
This is an instruction-only skill (no install spec), but it recommends installing @membranehq/cli via 'npm install -g'. Installing a global npm CLI is a standard approach but has moderate operational risk (installs code from npm). The package appears namespaced to @membranehq, which is appropriate, but users should verify the package source before running a global install.
Credentials
No environment variables, secrets, or config paths are requested. SKILL.md explicitly advises letting Membrane manage credentials and not asking users for API keys, which is proportionate to the stated functionality.
Persistence & Privilege
The skill is not forced-always and does not request persistent system-level privileges or modifications to other skills. It is user-invocable and uses the normal autonomous invocation default (not flagged here).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install teller - After installation, invoke the skill by name or use
/teller - 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 Teller?
Teller integration. Manage data, records, and automate workflows. Use when the user wants to interact with Teller data. It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.
How do I install Teller?
Run "/install teller" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Teller free?
Yes, Teller is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Teller support?
Teller is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Teller?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills