An automated financial analysis tool that scans market data and SEC filings to identify and rank profitable tender offer arbitrage opportunities.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tender-offer-arbitrage
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install tender-offer-arbitrage using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Tender Offer Arbitrage Scanner is a professional-grade analytical tool designed to uncover and evaluate active tender offers in the equity markets. By leveraging specialized search strategies, it identifies corporate actions where companies or third parties offer to buy back shares at a premium. This tool is a powerful addition to the ecosystem of Openclaw Skills, enabling investors to systematically find low-risk profit scenarios, particularly those involving odd-lot priority.
The skill goes beyond simple price alerts by performing deep-dive verification into SEC EDGAR filings like SC TO-I and SC TO-T. It synthesizes complex legal terms, proration rules, and Dutch auction price ranges into actionable investment reports. By automating the data collection and risk assessment phases, it allows users to focus on execution and portfolio management rather than manual filing searches.
To deploy this skill within your environment, ensure your agent has access to web search tools and the ability to read external financial documentation. No specialized API keys are strictly required for the basic search, though access to a financial data provider improves pricing accuracy.
# Navigate to your agent skill directory
cd skills/tender-offer-arbitrage
# Ensure the agent has permission to save results
mkdir -p results
The skill generates structured reports and maintains a consistent metadata taxonomy for all analyzed trades. Data is typically organized into the following schema:
| Attribute | Description |
|---|---|
| Ticker | Stock symbol of the target company |
| Tender Type | Classification (e.g., Issuer Bid, Third-Party Bid, Dutch Auction) |
| Odd-Lot Clause | Confirmation of priority for holders of 99 shares or fewer |
| Proration Rule | How shares are accepted if the offer is oversubscribed |
| Expiration | The final date for shareholders to tender their shares |
| Yield Forecast | Calculated profit for an odd-lot position (99 shares) |
Loading
A performance-focused skill that delegates tasks from OpenClaw to specialized LLMs via the NVIDIA NIM platform.

A streamlined execution engine for running Node.js scripts and code snippets locally without the overhead of full subagents.

A powerful integration for managing movie and TV show watchlists, history, and ratings via the Trakt.tv API.

An automated scraping and reporting tool that aggregates news from top gaming websites into structured daily digests.

A comprehensive analytical engine for Tel Aviv Stock Exchange (TASE) securities, providing real-time data, fundamental metrics, and technical indicators.

A powerful integration for managing GitLab repositories, branches, and file operations programmatically through the REST API.








































