← Back to Skills Marketplace
liuhaonan00

vibetrading-global-signals

by Haonan Liu · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1136
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install vibetrading-global-signals
Description
Query AI-generated trading signals from vibetrading-datahub. Signals are produced by autonomous agents analyzing whale activity, news, funding rates, and technical indicators.
Usage Guidance
Key things to check before installing or running this skill: - Verify the endpoint ownership and trustworthiness of https://vibetrading.dev (the changelog notes a domain move from datahub-prd.fmcp.xyz). Ensure you are comfortable sending queries to that domain. - Be aware npm install will pull packages from the public npm registry (axios, https-proxy-agent and many transitive deps). Consider running npm audit, reviewing package-lock.json, and installing in an isolated environment (container or VM) if you’re concerned about supply-chain risk. - The SKILL.md/metadata mismatch: the skill lists curl and jq as required, but the runtime is Node.js. Make sure Node >=18 is available before running the scripts. - The skill claims the API is open (no token). That is plausible but unusual for a signals/data API — confirm the API really requires no auth and has acceptable rate limits and privacy practices. - If you will schedule cron/automated runs, limit frequency to avoid accidental rate limits or unexpected data exfil (keep it local, don’t forward raw responses to third parties). If you want a higher-confidence assessment, provide: (1) confirmation of who operates vibetrading.dev or an official homepage; (2) the exact environment where you plan to run the skill (so I can advise about isolation); or (3) a copy of the API responses (sample JSON) so I can verify the scripts’ assumptions and check for unexpected data fields or callbacks.
Capability Analysis
Type: OpenClaw Skill Name: vibetrading-global-signals Version: 1.0.1 This skill bundle is benign. It provides scripts to query AI-generated trading signals from `https://vibetrading.dev/api/v1`. The JavaScript files (`scripts/*.js`) use the `axios` library to make HTTP GET requests, constructing URLs safely with `URLSearchParams` based on command-line arguments. There is no evidence of malicious intent such as data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts in the `SKILL.md` or `README.md` files. All dependencies listed in `package.json` and `package-lock.json` are standard and appropriate for the stated purpose.
Capability Assessment
Purpose & Capability
The skill description and scripts all target the vibetrading.dev API and only need network access to query JSON signals. However the SKILL.md metadata declares required binaries: curl and jq, while the provided scripts are Node.js programs (package.json requires node >=18 and scripts use axios). Node (and npm) are not listed as required; curl/jq are only used in documentation examples. This mismatch is disproportionate and likely a packaging/documentation error.
Instruction Scope
SKILL.md instructs the agent/user to run the included node scripts and shares curl examples that query https://vibetrading.dev/api/v1. The runtime instructions do not ask the agent to read local secrets, other config paths, or to send data to unexpected endpoints. They do suggest scheduling cron jobs and running npm install (README), which are normal but increase persistence of network queries if the user enables them. The SKILL.md's claim that 'No authentication required' is unconventional for trading/data APIs and should be independently verified.
Install Mechanism
This is instruction-only (no platform install spec), but packaged files include package.json and package-lock.json with dependencies (axios, https-proxy-agent, and transitive packages) pulled from the public npm registry. That is normal and traceable, but running npm install will fetch those packages (supply-chain risk). There are no downloads from arbitrary URLs or extract steps in the skill metadata. Because there is no formal install spec, the installation step relies on the user/agent running npm install manually.
Credentials
The skill declares no required environment variables or credentials and the scripts do not access any local environment secrets. That is proportionate to the stated purpose (public API queries). One caveat: the SKILL.md states the API is 'open' (no token required) after a domain change; you should verify that claim and confirm you trust vibetrading.dev before allowing periodic automated requests.
Persistence & Privilege
always is false and the skill does not request any elevated or persistent platform privileges. It suggests cron scheduling as an optional user action, which is normal for monitoring scripts. The skill does not modify other skills or agent configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vibetrading-global-signals
  3. After installation, invoke the skill by name or use /vibetrading-global-signals
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Initial release of the skill with setup and usage guides for AI-generated trading signals. - Added scripts and instructions for querying latest signals, signals by symbol, and signals by type. - No authentication required; API is now open and accessible without a token. - Updated all API endpoint URLs from datahub-prd.fmcp.xyz to vibetrading.dev. - Included troubleshooting tips, workflow steps, and integration recommendations. - Added CHANGELOG.md, package.json, and package-lock.json for project management.
v1.0.0
Initial release of vibetrading-global-signals. - Query AI-generated crypto trading signals based on whale activity, news analysis, funding rates, and technical indicators. - No authentication required; API is open and publicly accessible. - Supports fetching latest signals for multiple symbols, filtering by signal type and time window. - Includes ready-to-use scripts for querying and monitoring signals. - API responses provide sentiment, analysis, and metadata for easy integration with trading strategies. - Documentation covers example commands, advanced usage, troubleshooting, and tips for safe trading.
Metadata
Slug vibetrading-global-signals
Version 1.0.1
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is vibetrading-global-signals?

Query AI-generated trading signals from vibetrading-datahub. Signals are produced by autonomous agents analyzing whale activity, news, funding rates, and technical indicators. It is an AI Agent Skill for Claude Code / OpenClaw, with 1136 downloads so far.

How do I install vibetrading-global-signals?

Run "/install vibetrading-global-signals" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is vibetrading-global-signals free?

Yes, vibetrading-global-signals is completely free (open-source). You can download, install and use it at no cost.

Which platforms does vibetrading-global-signals support?

vibetrading-global-signals is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created vibetrading-global-signals?

It is built and maintained by Haonan Liu (@liuhaonan00); the current version is v1.0.1.

💬 Comments