← Back to Skills Marketplace
108
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install rumble-autotip
Description
Autonomous AI agent that tips Rumble.com creators in cryptocurrency based on watch time, with smart splits, community pools, event-triggered tipping, and con...
Usage Guidance
Key issues to consider before installing: (1) This skill will manage BIP-39 seed phrases and perform on-chain transactions in a browser extension — only use a wallet with small, expendable funds unless you can inspect the extension code. (2) The SKILL.md says the OpenAI key is optional, but the registry marks it required — if you supply your key the agent may send contextual data (watch time, creator IDs, maybe addresses) to OpenAI; confirm what data is sent and whether you’re comfortable with that. (3) The instructions explicitly say it will "silently extract wallet addresses" from Rumble pages — ask the publisher to clarify what "silently" means and to provide audited source code showing where sensitive data is stored, how signing is done (local-only vs remote), and what telemetry/network calls occur. (4) Verify the npm packages (@tetherto/*) are trustworthy (review their source, maintainers, and recent releases). (5) If you proceed, prefer a dedicated low-value account or a hardware wallet-supported flow, and request the extension’s full source for review or a privacy/security policy explaining data flows.
Capability Analysis
Type: OpenClaw Skill
Name: rumble-autotip
Version: 2.0.1
The skill bundle describes an autonomous cryptocurrency tipping agent that manages BIP-39 wallets and executes on-chain transactions via Tether WDK. While it includes budget guardrails and claims to be non-custodial, it possesses high-risk capabilities such as 'silently' extracting wallet addresses from Rumble.com and making autonomous spending decisions using AI reasoning (GPT-4o-mini). The handling of sensitive seed phrases and the potential for financial loss through automated execution or manipulation of the decision pipeline (e.g., via malicious creator metadata or prompt injection) warrants a suspicious classification. Key files: SKILL.md, skill.json.
Capability Assessment
Purpose & Capability
Name and description match required node packages (@tetherto/wdk and wallet plugins) and the skill's tipping/wallet features — these dependencies are plausible for a tipping agent. Minor inconsistencies: SKILL.md calls the OpenAI API key "optional" in the setup section, while registry metadata lists OPENAI_API_KEY as required/primary.
Instruction Scope
Instructions tell the agent/extension to inject content scripts into rumble.com, track watch time, and "silently extract wallet addresses via Rumble's HTMX endpoints." That phrasing implies stealthy data collection. The skill also instructs generating/importing a BIP-39 seed and managing wallets in-browser — sensitive operations that require strong guarantees about local storage, signing, and no exfiltration. Because this is an instruction-only skill with no code files to audit, those behaviors cannot be verified.
Install Mechanism
Install metadata requests three npm node packages scoped to @tetherto. Installing wallet libraries is expected for in-extension wallet functionality. However, the packages and publisher are not widely known here (moderate trust risk). No remote arbitrary download URLs are present, which reduces high-risk install concerns, but the platform will fetch third-party packages for execution in the agent environment.
Credentials
Only OPENAI_API_KEY is requested, which is reasonable for AI reasoning. However, SKILL.md claims the key is optional while the registry marks it required and primary — this inconsistency matters because providing the key allows the skill to send decision context to OpenAI (potentially including watch time, creator identifiers, and wallet metadata). The skill also instructs handling of BIP-39 seed phrases (sensitive secret material) but does not declare how/where they are stored or whether they ever leave the browser context.
Persistence & Privilege
always is false and there are no requested system-wide config paths or credentials for other services. The skill is user-invocable and can run autonomously (platform default), which is expected for an agent plugin.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rumble-autotip - After installation, invoke the skill by name or use
/rumble-autotip - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
**v2.1.0 is a feature and metadata update for the rumble-autotip skill.**
- Added a formal skill manifest in YAML with description, version, requirements, dependencies, and metadata.
- Declared OpenAI API key as a required environment variable for AI-powered features.
- Explicitly listed package dependencies for the Tether Wallet Development Kit (EVM and BTC support).
- Provided homepage and installation instructions for greater clarity and discoverability.
- No changes to skill commands, capabilities, or logic. User-facing functionality is unchanged.
v2.0.0
Initial release: Autonomous cryptocurrency tipping agent for Rumble.com video creators in a Chrome extension.
- Create, update, and delete auto-tipping rules for Rumble content, including per-minute rates, min/max conditions, and network/token selection.
- Manage a non-custodial crypto wallet (BIP-39 HD) via Tether WDK in the extension, with address and balance display.
- Smart tips: split payments between creators, collaborators, and causes; manage tipping community pools; and distribute based on watch time.
- Event-triggered auto-tipping (e.g., livestream milestones, chat spikes, subscriber goals) with customizable triggers and safety cooldowns.
- Built-in conversational AI interface for natural language rule management; optional OpenAI integration for confidence-based decisions and budget adaptation.
- Daily budget controls, live tip statistics, detailed transaction history, and robust anti-spam/safety guardrails.
Metadata
Frequently Asked Questions
What is RumbleTipAI?
Autonomous AI agent that tips Rumble.com creators in cryptocurrency based on watch time, with smart splits, community pools, event-triggered tipping, and con... It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.
How do I install RumbleTipAI?
Run "/install rumble-autotip" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is RumbleTipAI free?
Yes, RumbleTipAI is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does RumbleTipAI support?
RumbleTipAI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created RumbleTipAI?
It is built and maintained by Dev-me (@dev-me4); the current version is v2.0.1.
More Skills