Thetix is an advanced options intelligence platform skill designed to empower financial AI agents with conversational portfolio analysis, options strategy calculators, and real-time market insights.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install thetaedge-skill
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 thetaedge-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Thetix skill is an integration designed to bring professional-grade financial intelligence and options analysis directly into your AI workflows. As part of the ecosystem of Openclaw Skills, it connects AI coding agents and automated systems to the ThetaEdge API, allowing them to perform deep options analysis, run calculators, search market news, and manage investment portfolios using natural language commands.
By leveraging this skill, developers can construct sophisticated trading assistants that can query live market data, design optimal options strategies such as covered calls or cash-secured puts, and automatically extract AI-generated trading ideas. The skill handles asynchronous job processing for complex calculations and visualizes data using dynamic charts, markdown tables, and interactive payoff diagrams.
First, obtain your API key by logging into your ThetaEdge dashboard and navigating to Profile > API Keys.
Set your environment variables in your terminal shell:
export THETAEDGE_API_KEY="te_your_key_here"
export THETAEDGE_API_BASE="https://api.thetaedge.ai" # defaults if unset
To persist credentials across different platforms and leverage Openclaw Skills seamlessly, configure your settings files as follows:
Claude Code (~/.claude/settings.json):
{
"env": {
"THETAEDGE_API_KEY": "te_your_key_here"
}
}
OpenClaw (~/.openclaw/openclaw.json):
{
"skills": {
"entries": {
"thetix": {
"enabled": true,
"env": {
"THETAEDGE_API_KEY": "te_your_key_here",
"THETAEDGE_API_BASE": "https://api.thetaedge.ai"
}
}
}
}
}
Default Agent Settings (~/.config/thetaedge/credentials.json):
{
"api_key": "te_your_key_here",
"api_base": "https://api.thetaedge.ai"
}
Test your setup using a basic curl command to check existing chat collections:
curl -s -H "Authorization: Bearer $THETAEDGE_API_KEY" "$THETAEDGE_API_BASE/api/thetix-chat-collections"
The Thetix skill processes complex structured JSON schemas across its primary capabilities. Below are the core object models used by the API:
| Field | Type | Description |
|---|---|---|
id |
String | Unique ID of the brokerage account |
name |
String | Display name of the account |
source |
String | Brokerage provider source |
positionsCount |
Number | Count of active holding positions |
setupStatus |
String | Account onboarding/integration state |
| Field | Type | Description |
|---|---|---|
title |
String | Structured headline of the trade or roll action |
priority |
String | Ranking classification (high, medium, low) |
type |
String | Idea classification (roll, trade, monitor, other) |
estimatedValue |
Number | Projected monetary impact or premium generated |
deadline |
String | Expiration or response deadline |
Developers and agents should format output payloads for maximum readability:
$) and display exactly two decimal places (e.g., $1,250.50).12.4%).chat_id into a processing session to automatically append new conversation segments while preserving historical context.POST /api/thetix-cards/<card_id>/refresh endpoint to pull live quotes.Loading
An advanced AI-driven integration skill for the Zhihu AIOps platform designed to automate asset discovery, SNMP metric queries, and compliance inspections.

Ra Pro is an advanced deep research intelligence skill for AI agents that conducts extensive web-based investigations across up to 20 authoritative sources to compile multi-angle competitive analyses and formal reports.

A lightweight, AI-powered meeting intelligence skill that instantly parses messy transcripts and notes into structured action items and summaries.

An AI-powered research assistant skill that instantly searches the web and synthesizes a structured, three-source research brief on any topic.

ChronoPrism is a dual-axis research engine that generates narrative-driven, deeply analyzed market and product strategy reports combining historical cause-and-effect paths with horizontal ecosystem competitive analyses.

A powerful multi-source 30-day research brief tool for autonomous AI agents powered by the AIsa API.








































