← Back to Skills Marketplace
112
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tdx-ua-patcher
Description
通达信 TcefWnd.dll User-Agent 修改工具。用于查找通达信安装目录、检测版本信息、修改浏览器组件的 UA 标识。当用户需要修改通达信 UA、伪装成移动端浏览器、或绕过某些网站对通达信内置浏览器的限制时使用此 skill。
Usage Guidance
This tool appears to do what it says: it searches common 通达信 install locations and directly patches TcefWnd.dll to change the embedded User‑Agent. Before using it: (1) confirm you obtained the script from a trusted source (the skill's source is unknown); (2) ensure 通达信 is fully closed (the script does not check running processes) and verify you have permission to overwrite files in the install directory; (3) make a separate copy of the original DLL (the script creates a .backup only if one doesn't already exist); (4) test the restoration procedure in advance; (5) scan the backup and modified file with antivirus/EDS; (6) consider running the script in a sandbox/VM if you are unsure. The skill does not exfiltrate data or require credentials, but patching binaries can break the application — proceed only if you understand those risks.
Capability Analysis
Type: OpenClaw Skill
Name: tdx-ua-patcher
Version: 1.0.0
The skill is a specialized utility designed to modify the User-Agent string in the TongDaxin (通达信) trading software's browser component (TcefWnd.dll). The script `scripts/patch_ua.py` performs targeted binary patching by searching for the UA signature, creating a backup file, and ensuring the new string maintains the original file offset through space padding. There is no evidence of data exfiltration, unauthorized network activity, or malicious intent; the code is transparent and includes safety features like dry-run mode and length verification.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md and the included scripts all describe the same capability: locating 通达信 installations and patching TcefWnd.dll to replace the embedded User‑Agent string. The hardcoded installation paths, DLL target, and UA handling are coherent with that stated purpose.
Instruction Scope
SKILL.md instructs scanning specific install paths, previewing, backing up, and restoring — all consistent with binary patching. One minor mismatch: the documentation advises checking that 通达信 processes (tdxcef.exe, TdxW.exe) are not running before patching, but the script does not enforce or perform a process check; it will attempt to copy and overwrite the DLL directly. Also, modifying installed application binaries requires write permissions and carries the expected risk of corrupting the app if done incorrectly.
Install Mechanism
This is an instruction-only skill with a small local Python script and no install spec; nothing is downloaded or written by an installer. That is the lowest-risk install model and matches the skill's function.
Credentials
The skill requests no environment variables or credentials. The only required capabilities are local filesystem read/write access to the target application directories (expected for a patch tool). There are no network endpoints, tokens, or unrelated service credentials requested.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or global agent config. It does, however, write a .backup file beside the DLL and overwrite the DLL itself — this is necessary for the stated purpose but does require appropriate file system privileges (possibly admin rights) and can be disruptive if performed while the program is running.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tdx-ua-patcher - After installation, invoke the skill by name or use
/tdx-ua-patcher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
tdx-ua-patcher 1.0.0 initial release:
- New tool for modifying User-Agent in 通达信(TongDaXin) TcefWnd.dll browser component.
- Supports listing found installations, previewing changes, and applying patches to default or specified paths.
- Features automatic backup, UA length validation (padding if necessary), and process checks to ensure safe modification.
- Allows custom UA strings; default UA mimics Android mobile browsers.
- Includes dry-run mode for testing changes without modification.
Metadata
Frequently Asked Questions
What is 通达信UA修改,TcefWnd.dll修改?
通达信 TcefWnd.dll User-Agent 修改工具。用于查找通达信安装目录、检测版本信息、修改浏览器组件的 UA 标识。当用户需要修改通达信 UA、伪装成移动端浏览器、或绕过某些网站对通达信内置浏览器的限制时使用此 skill。 It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.
How do I install 通达信UA修改,TcefWnd.dll修改?
Run "/install tdx-ua-patcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 通达信UA修改,TcefWnd.dll修改 free?
Yes, 通达信UA修改,TcefWnd.dll修改 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 通达信UA修改,TcefWnd.dll修改 support?
通达信UA修改,TcefWnd.dll修改 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 通达信UA修改,TcefWnd.dll修改?
It is built and maintained by 祝先生Bruce (@libertyzero10); the current version is v1.0.0.
More Skills