← Back to Skills Marketplace
73
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install tradealpha-open-platformv2
Description
Fetch realtime TradeAlpha news across Reuters, Bloomberg, Truth Social, research alerts, and domestic news sources via `POST /api/v1/news/realtime_news`. Use...
Usage Guidance
This package appears internally consistent, but before installing: (1) verify you trust the endpoint https://quantaccess.lxaa.top because your TradeAlphaToken will be sent there (in both Authorization header and JSON body); (2) ensure you only provide a token with the minimal necessary privileges and avoid sharing high-privilege credentials; (3) confirm your runtime has a recent Node version (the script uses fetch); and (4) if you need extra assurance, review the included get-realtime-news.js yourself — it is short and readable and shows the exact network request being made.
Capability Analysis
Type: OpenClaw Skill
Name: tradealpha-open-platformv2
Version: 0.0.2
The skill is a functional tool designed to fetch financial news from the TradeAlpha platform. It uses a Node.js script (scripts/get-realtime-news.js) to send authenticated POST requests to a documented external API (https://quantaccess.lxaa.top). The code is transparent, includes input validation, and limits its data access to a specific environment variable (TradeAlphaToken) required for the service. There is no evidence of malicious intent, unauthorized data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description, required binary (node), declared primaryEnv (TradeAlphaToken), and the API endpoint (quantaccess.lxaa.top) all match the implemented script and SKILL.md; there are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md instructs only running the included Node script, filling parameters from user language, and returning the API's response. The instructions explicitly limit behavior (only read TradeAlphaToken, post to the listed URL, do not echo the token) and do not ask to read unrelated files or environment variables.
Install Mechanism
No install spec — instruction-only with one included script. This is low-risk: nothing is downloaded from third-party URLs or installed system-wide.
Credentials
Only a single credential (TradeAlphaToken) is required and it is used by the script to authenticate to the declared API. No other secrets or config paths are requested.
Persistence & Privilege
The skill does not request always:true or any elevated persistent presence, and it does not modify other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tradealpha-open-platformv2 - After installation, invoke the skill by name or use
/tradealpha-open-platformv2 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.2
- Added new execution guardrails to handle environments without shell/exec capability; now directly inform the user if local script execution is unavailable.
- Clarified workflow and execution steps, including additional rules to prevent repeated or circular behavior when ability to run scripts is missing.
- Adjusted response style and error handling to emphasize clear communication when execution limits are encountered.
- Updated version to 0.0.2.
v0.0.1
Initial release of TradeAlpha Open Platform v2 Realtime News skill:
- Fetches realtime news from Reuters, Bloomberg, Truth Social, research alerts, and domestic sources using a single API endpoint.
- Filters news by source, category, importance, and time range as requested by the user.
- Requires a user-provided TradeAlphaToken environment variable for authentication; directs users to register/login if missing.
- Enforces detailed guardrails: time range (not before 2025-04-01), result pagination, no fabrication of news or errors.
- Clear error handling for common API errors, providing direct user feedback and guidance.
- Returns concise summaries with original news times and sources, prioritizing relevance and recency.
Metadata
Frequently Asked Questions
What is Tradealpha Realtime News?
Fetch realtime TradeAlpha news across Reuters, Bloomberg, Truth Social, research alerts, and domestic news sources via `POST /api/v1/news/realtime_news`. Use... It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.
How do I install Tradealpha Realtime News?
Run "/install tradealpha-open-platformv2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tradealpha Realtime News free?
Yes, Tradealpha Realtime News is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tradealpha Realtime News support?
Tradealpha Realtime News is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tradealpha Realtime News?
It is built and maintained by Jiuwei2 (@jiuwei2); the current version is v0.0.2.
More Skills