智能选股助手 — GroundAPI
v1.0.0Smart A-share stock screener — translate natural language investment preferences into filters and return ranked candidates with details. Powered by GroundAPI...
⭐ 1· 44·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (A‑share stock screener) align with the declared requirement GROUNDAPI_KEY and the SKILL.md which maps user intents to finance_stock_screen() and finance_stock() calls to GroundAPI MCP. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md stays on topic: it translates NL filters, calls finance_stock_screen(...) and finance_stock(...), formats results, and supports follow-up refinements. It does not instruct reading local files, other env vars, or sending data to unexpected endpoints beyond the GroundAPI MCP endpoint described in the doc.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes on-disk code risk; the agent will rely on an existing MCP integration to call the external API.
Credentials
Only a single API credential (GROUNDAPI_KEY) is required and declared as the primaryEnv, which is proportionate for a third‑party API service. There are no unrelated secret/env requests.
Persistence & Privilege
always:false and user-invocable:true (normal). The skill can be invoked autonomously by the agent (disable-model-invocation:false) and will call an external MCP endpoint using the provided API key — this is expected but means you must trust the GroundAPI provider with requests made on your behalf.
Assessment
This skill is internally consistent, but before installing: confirm you trust https://groundapi.net and understand what the GroundAPI service does with requests and returned data. Provide a dedicated API key with minimal permissions if possible, avoid embedding any sensitive account credentials in queries, and monitor/rotate the key if you see unexpected usage. Also verify your agent's mcpServers configuration points to the intended GroundAPI endpoint (not a malicious mirror) before enabling the skill.Like a lobster shell, security has layers — review code before you run it.
latestvk970n240b9ypkz8v14jxsrvgbd84577n
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔍 Clawdis
EnvGROUNDAPI_KEY
Primary envGROUNDAPI_KEY
