← 返回 Skills 市场
vibetrading-global-signals
作者
Haonan Liu
· GitHub ↗
· v1.0.1
1136
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vibetrading-global-signals - 安装完成后,直接呼叫该 Skill 的名称或使用
/vibetrading-global-signals触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1136 次。
如何安装 vibetrading-global-signals?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vibetrading-global-signals」即可一键安装,无需额外配置。
vibetrading-global-signals 是免费的吗?
是的,vibetrading-global-signals 完全免费(开源免费),可自由下载、安装和使用。
vibetrading-global-signals 支持哪些平台?
vibetrading-global-signals 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 vibetrading-global-signals?
由 Haonan Liu(@liuhaonan00)开发并维护,当前版本 v1.0.1。
推荐 Skills