← Back to Skills Marketplace
158
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install market-sensor
Description
AI 驱动的股票多因子分析——查自选、看报告、触发分析、查额度。支持美股、加密货币、A 股。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install market-sensor - After installation, invoke the skill by name or use
/market-sensor - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is MarketSensor?
AI 驱动的股票多因子分析——查自选、看报告、触发分析、查额度。支持美股、加密货币、A 股。 It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.
How do I install MarketSensor?
Run "/install market-sensor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MarketSensor free?
Yes, MarketSensor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MarketSensor support?
MarketSensor is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created MarketSensor?
It is built and maintained by xmhu (@xmhu); the current version is v1.0.0.
More Skills