← Back to Skills Marketplace
pz325

Tecent Finance

by pz325 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
3650
Downloads
6
Stars
22
Active Installs
1
Versions
Install in OpenClaw
/install tecent-finance
Description
Get stock prices, quotes, and compare stocks using Tencent Finance API. No API key required. Supports US stocks, China A-Shares, Hong Kong stocks. Optimized for use in mainland China.
Usage Guidance
Do not install or run an unreviewed 'tfin' binary. The skill package contains only documentation and no code or authoritative install source. Ask the publisher for the source repository or an official release URL and a copy of the tfin script so you (or someone you trust) can inspect it. If you must try it, run it inside an isolated environment (container or VM) and avoid creating system-wide symlinks in /usr/local/bin until you verify the code. Prefer packages distributed via a verifiable registry (PyPI, GitHub releases) with checksums/signatures. If the author cannot provide source or a trustworthy install method, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill Name: tecent-finance Version: 1.0.0 The OpenClaw AgentSkills skill bundle appears benign. The `SKILL.md` file describes a Python CLI tool for fetching stock data from Tencent Finance API. Installation instructions involve standard `chmod +x` and `ln -sf` commands for a CLI tool, and dependencies (`requests`, `rich`) are legitimate. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent to perform actions beyond the stated purpose. All described actions are consistent with a tool designed to query a financial API.
Capability Assessment
Purpose & Capability
The skill claims to provide a Python CLI named 'tfin' for Tencent Finance, but the bundle contains only SKILL.md and no code or install spec. The README assumes a tfin file exists at /path/to/skills/tencent-finance/tfin, which is not present in the published manifest — this is inconsistent and prevents verification of what the tool actually does.
Instruction Scope
Runtime instructions tell the user/agent to chmod a tfin binary and optionally symlink it into /usr/local/bin, then run that binary to fetch data from Tencent's API. Because the binary/source is missing, those instructions would either do nothing or depend on an external, unspecified binary. The instructions also direct network access (calling Tencent APIs) which is expected for the stated purpose but should be traceable to the included code; here it is not.
Install Mechanism
There is no install spec provided (lowest-risk in terms of automatic code execution). However, SKILL.md implies manual installation of a script that is not included and gives no authoritative download URL, release host, or repository to verify — that omission is a red flag because it forces users to obtain a binary from an unspecified source before use.
Credentials
The skill does not request environment variables, credentials, or config paths. The declared runtime requirements (Python 3.7+, requests, rich) are proportional to a CLI that queries a public finance API.
Persistence & Privilege
The skill does not request persistent privileges and always:false. However, the instructions recommend creating a symlink in /usr/local/bin (system-wide executable path), which requires elevated privileges and modifies system state — users should not place an unreviewed binary into that location.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tecent-finance
  3. After installation, invoke the skill by name or use /tecent-finance
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Tencent Finance CLI. - Fetch real-time stock and crypto prices, quotes, and comparison using Tencent Finance API. - No API key required; optimized for mainland China network. - Supports US stocks, China A-Shares, Hong Kong stocks, and major cryptocurrencies. - Simple CLI commands: quick price check, detailed quote, compare, and search. - Covers key financial metrics: price, market cap, P/E, P/B, volume, and more. - Easy Python setup with minimal dependencies (requests, rich).
Metadata
Slug tecent-finance
Version 1.0.0
License
All-time Installs 22
Active Installs 22
Total Versions 1
Frequently Asked Questions

What is Tecent Finance?

Get stock prices, quotes, and compare stocks using Tencent Finance API. No API key required. Supports US stocks, China A-Shares, Hong Kong stocks. Optimized for use in mainland China. It is an AI Agent Skill for Claude Code / OpenClaw, with 3650 downloads so far.

How do I install Tecent Finance?

Run "/install tecent-finance" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tecent Finance free?

Yes, Tecent Finance is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Tecent Finance support?

Tecent Finance is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tecent Finance?

It is built and maintained by pz325 (@pz325); the current version is v1.0.0.

💬 Comments