← Back to Skills Marketplace
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tsy-gzh-find-topic
Description
调用后端接口,获取公众号爆款选题推荐,直接输出原始 data。
Usage Guidance
This skill calls an external API (default https://api.tangshiye.cn) and requires an API key (TSY_API_KEY) read from a global .env, but the skill metadata does not declare that requirement — that's the primary red flag. Before installing, verify: 1) you trust the remote domain (api.tangshiye.cn) and its privacy/security practices; 2) the API key you supply is scoped minimally and not your broader credentials; 3) you are comfortable that the key will be sent as a query parameter (may be logged by proxies); 4) the skill will output raw response data (which may include sensitive info), so avoid passing secrets you wouldn't want printed. Prefer the author update the manifest to declare required env vars (TSY_API_KEY and optional TSY_API_URL) or provide clearer provenance; if unsure, do not install or run the skill with production credentials.
Capability Analysis
Type: OpenClaw Skill
Name: tsy-gzh-find-topic
Version: 1.0.0
The skill is a standard API wrapper for the 'tangshiye.cn' service, designed to fetch WeChat topic recommendations. It uses a local Python script (scripts/generate_request_body.py) to calculate timestamps and performs a WebFetch POST request using an API key provided in the environment variables. The logic is transparent, lacks obfuscation, and does not exhibit any signs of data exfiltration or malicious intent.
Capability Assessment
Purpose & Capability
The name/description say: call a backend API and output the response data, which matches the SKILL.md and the small helper script. However the manifest lists no required environment variables or primary credential while SKILL.md explicitly reads TSY_API_URL and TSY_API_KEY from a global .env — this metadata/instruction mismatch is unexpected.
Instruction Scope
Instructions are narrowly scoped: run the bundled Python script to produce a JSON body, POST it to {BASE_URL}/gzh/findTopic?apikey={SATOKEN}, and output the response.data raw. That scope is coherent with the stated purpose. Concern: the skill requires reading a global .env for TSY_API_KEY/TSY_API_URL (an access to host configuration) which is not declared; the agent will send the API key as a query parameter to an external domain and then output raw response data without filtering.
Install Mechanism
No install spec; the only code is a tiny, readable Python script that generates timestamps. No downloads or extracted archives — low install risk.
Credentials
SKILL.md requires TSY_API_KEY (called SATOKEN) and optionally TSY_API_URL from a global .env, but the manifest declares no required env vars or primary credential. Requiring a secret API key is proportionate to calling a protected backend, but failing to declare that in metadata is an inconsistency that could lead to unexpected secret exposure. Also the API key is sent as a query parameter (?apikey=...), which may be logged by intermediaries — a privacy risk the user should consider.
Persistence & Privilege
always is false, no install-time changes or system-wide modifications, and the skill does not request persistent presence or elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tsy-gzh-find-topic - After installation, invoke the skill by name or use
/tsy-gzh-find-topic - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
tsy-gzh-find-topic 1.0.0
- 初始版本,支持通过后端接口获取公众号爆款选题推荐。
- 调用 POST {BASE_URL}/gzh/findTopic,自动处理参数与请求体生成。
- 只输出接口响应的原始 data 字段,不进行任何加工、分析或补充。
- 严格按 HTTP 和接口状态判断输出结果,若配置或请求异常则直接报错。
Metadata
Frequently Asked Questions
What is tsy-gzh-find-topic?
调用后端接口,获取公众号爆款选题推荐,直接输出原始 data。 It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.
How do I install tsy-gzh-find-topic?
Run "/install tsy-gzh-find-topic" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is tsy-gzh-find-topic free?
Yes, tsy-gzh-find-topic is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does tsy-gzh-find-topic support?
tsy-gzh-find-topic is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created tsy-gzh-find-topic?
It is built and maintained by AI架构师汤师爷 (@tangshiyegit); the current version is v1.0.0.
More Skills