← 返回 Skills 市场
158
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install market-sensor
功能描述
AI 驱动的股票多因子分析——查自选、看报告、触发分析、查额度。支持美股、加密货币、A 股。
安全使用建议
This skill appears to do what it says: use your MarketSensor API key to call api.marketsensor.ai for watchlist, analysis, report, and quota operations. Before installing: (1) Verify the MarketSensor service and domain (https://www.marketsensor.ai) are legitimate and you trust the provider; (2) Use an API key with appropriate scope/limits (do not reuse high-privilege keys); (3) Be aware the skill includes a hook that inspects your submitted prompt (CLAUDE_USER_PROMPT) to decide when to remind the agent to call the API — this reads user input (not secrets) but may run whenever prompts mention stock terms; (4) If you have privacy concerns, review what user prompts the platform exposes to hooks and avoid placing sensitive data in prompts; (5) If you need extra assurance, test with a limited/throwaway API key and confirm behavior (rate limits, responses) before using production credentials.
功能分析
Type: OpenClaw Skill
Name: market-sensor
Version: 1.0.0
The MarketSensor skill is a legitimate tool designed to provide stock, cryptocurrency, and A-share market analysis via the api.marketsensor.ai service. It includes comprehensive documentation in SKILL.md, helper shell scripts (check-quota.sh, poll-analysis.sh) for API interaction, and a Node.js hook (handler.js) that provides context-aware reminders to the agent. All network activity is directed to the stated API endpoint, and there is no evidence of data exfiltration, malicious execution, or prompt injection attacks.
能力评估
Purpose & Capability
Name/description describe an API-based market analysis assistant and the skill only requires a single API key (MARKETSENSOR_API_KEY) and calls endpoints under api.marketsensor.ai — this is proportional and expected for the declared capabilities.
Instruction Scope
SKILL.md and the included scripts only instruct use of MarketSensor API endpoints and curl; the handler hook inspects the incoming prompt (process.env.CLAUDE_USER_PROMPT) to detect stock-related requests and prints a reminder. The hook does not exfiltrate secrets or read unrelated files, but it does access the runtime prompt (not declared in requires.env) — expected for a prompt-triggered hook but worth noting.
Install Mechanism
No install spec; files are instruction/scripts/hooks shipped with the skill. There are no downloads from untrusted URLs or archive extraction. Scripts are simple shell/curl commands and a small Node hook — no high-risk install behavior observed.
Credentials
The only required environment variable is MARKETSENSOR_API_KEY (declared as primaryEnv) which is exactly what's needed to authenticate to the MarketSensor API. The hook reads CLAUDE_USER_PROMPT (platform-provided), which is not a secret credential; no other secret env vars or unrelated credentials are requested.
Persistence & Privilege
The skill is not always-enabled and can be invoked by the user; it does include a prompt hook (UserPromptSubmit) that triggers a reminder when stock-related keywords appear, but it does not modify other skills or system settings and does not request permanent elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install market-sensor - 安装完成后,直接呼叫该 Skill 的名称或使用
/market-sensor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
支持自选股管理(增删查)、AI 多因子分析触
发与报告获取(Markdown/JSON)、账户额度查询,覆盖美股、加密货币、A股三大市场
Initial release: watchlist management, AI
multi-factor analysis with report generation (Markdown/JSON), quota tracking. Supports US stocks, crypto, and China A-shares
元数据
常见问题
MarketSensor 是什么?
AI 驱动的股票多因子分析——查自选、看报告、触发分析、查额度。支持美股、加密货币、A 股。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。
如何安装 MarketSensor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install market-sensor」即可一键安装,无需额外配置。
MarketSensor 是免费的吗?
是的,MarketSensor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MarketSensor 支持哪些平台?
MarketSensor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 MarketSensor?
由 xmhu(@xmhu)开发并维护,当前版本 v1.0.0。
推荐 Skills