腾讯财经行情接口
v1.0.0腾讯财经实时行情接口,查询A股、港股、美股、期货、外汇、ETF的实时行情数据。触发关键词:查股价、查行情、查指数、腾讯接口、股票报价、实时行情
⭐ 0· 245·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, SKILL.md examples, and the included Python script all consistently implement querying https://qt.gtimg.cn/q= for market quotes; nothing requested or installed is disproportionate to that purpose.
Instruction Scope
Runtime instructions and examples only show fetching/parsing the Tencent endpoint and using results locally (including cron usage). The instructions do not request reading unrelated files, secrets, or sending data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only) which is low risk. The bundled Python script imports the third-party 'requests' package but no dependency/install instructions are declared—this is an operational omission, not a security indicator.
Credentials
The skill does not request environment variables, credentials, or config paths. The code does not access secrets or unrelated system configuration.
Persistence & Privilege
Skill does not request permanent 'always' inclusion and makes no changes to other skills or system-wide config. Autonomous invocation is allowed (platform default) but is not combined with broad privileges here.
Assessment
This skill is coherent and implements what it claims: direct, unauthenticated GET requests to Tencent's public quote endpoint and local parsing. Before installing, note: (1) the Python script requires the 'requests' library—ensure your agent environment provides it; (2) the endpoint is unauthenticated and rate-limited—avoid high-frequency polling (SKILL.md suggests >=100ms) to prevent IP blocking; (3) the data is for reference only and not financial advice; (4) because the skill makes network calls, consider whether you are comfortable allowing the agent to perform outbound HTTP requests. If you need robustness, add input validation, retries, and explicit dependency declarations.Like a lobster shell, security has layers — review code before you run it.
chinavk976gmhqvg8qa46jmd8jtxxmks83q4m8financevk976gmhqvg8qa46jmd8jtxxmks83q4m8latestvk976gmhqvg8qa46jmd8jtxxmks83q4m8quotevk976gmhqvg8qa46jmd8jtxxmks83q4m8realtimevk976gmhqvg8qa46jmd8jtxxmks83q4m8stockvk976gmhqvg8qa46jmd8jtxxmks83q4m8
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
