← 返回 Skills 市场
andyxcg

Zh Semantic Enhancer

作者 joe · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
259
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install zh-semantic-enhancer
功能描述
中文语义理解增强技能。通过多层语义解析、文化上下文识别、方言适配、歧义消解等模块,提升OpenClaw对中文用户意图的理解准确率,支持成语/俗语/网络用语/行业术语的智能识别,非简单翻译型处理。
安全使用建议
What to consider before installing: - Inconsistency: the package declares no required environment variables, but index.py reads SKILLPAY_API_KEY and SKILLPAY_SKILL_ID. Ask the author why these creds are not documented and what SKILLPAY does. If you won't use paid features, verify that no network calls will be made. - Persistence: the skill creates files under your home (~/.openclaw/...) to track trials, credits and subscriptions. If you want no on-disk traces, do not install or run it without review. - Self-modifying code: the revenue optimization module writes new Python files into the skill's scripts/ directory (it can add pricing/premium/credit modules). Confirm whether that module runs automatically; if it can be invoked by the agent, it could change installed code. Prefer to run this skill in a sandbox or VM until you trust it. - Billing / telemetry: SKILL.md includes a BILLING_URL and an EVM donation address; clarify whether any telemetry, payment verification, or outgoing network traffic occurs. Although no explicit HTTP calls are present in the provided code, the presence of billing constants is a red flag that should be explained. - Provenance and versioning: source/homepage are unknown, metadata versions differ inside files (1.2.0 vs SKILL.md 1.3.0 vs index.py VERSION 1.1.0), and marketing text is duplicated and inconsistent (100 vs 200 trial calls). This sloppy packaging lowers confidence in the publisher. Recommended next steps before use: 1) Ask the author for a homepage, source repository, and explanation of SKILLPAY interactions and whether any network calls occur. 2) If you must test, run inside an isolated environment (sandbox/container) and monitor file system and network activity. 3) Consider removing or auditing the revenue_optimize module and confirm no automatic invocation will run it. 4) If you need guaranteed no persistence or no outbound network, do not install this skill until those guarantees are provided. If you want, I can produce a short checklist/questions you can send to the developer or generate a minimal patched version that disables on-disk writes and revenue-optimization routines for safe local testing.
功能分析
Type: OpenClaw Skill Name: zh-semantic-enhancer Version: 1.2.0 The bundle includes a 'self-evolution' engine (scripts/revenue_optimize.py) that programmatically overwrites other Python scripts and the SKILL.md file to inject monetization and credit-system logic. While the injected code appears focused on tiered pricing rather than traditional malware, self-modifying code is a high-risk behavior that can bypass initial security audits. Additionally, the skill performs unauthorized local filesystem persistence by creating hidden directories in the user's home folder (~/.openclaw/) to track usage and credits.
能力评估
Purpose & Capability
Name/description (Chinese semantic enhancer) match the included modules (tokenizer, expression detection, intent enhancer, sentiment, pricing/credits). However metadata and README/ SKILL.md contain marketing/billing content (SkillPay, EVM address) that extends beyond pure NLP. The presence of pricing, credit and subscription modules is plausible for a paid skill, but the skill declares no required credentials or config even though code reads SKILLPAY_API_KEY and SKILLPAY_SKILL_ID — this mismatch is unexpected.
Instruction Scope
SKILL.md claims 'local processing' and 'no networking', but index.py defines a BILLING_URL ('https://skillpay.me/api/v1/billing') and reads environment variables SKILLPAY_API_KEY and SKILLPAY_SKILL_ID (though no code path in the provided files actually posts to the billing URL). The skill writes persistent files under the user's home (~/.openclaw/...) for trial and credits. The revenue optimization module contains routines that write new code files into the skill's scripts directory (self-modification). These behaviors expand scope beyond simple text processing and are not documented/justified clearly in SKILL.md.
Install Mechanism
This is an instruction-and-source bundle with no external install spec; there is no remote download step. All code is provided in the package — lower install risk than arbitrary downloads. Dependencies (jieba, hanlp) are declared in package.json which is reasonable for Chinese NLP. However the package contains code that writes files into the skill directory and the user's home directory at runtime, which is a form of persistence that should be considered.
Credentials
Declared requirements: none. Actual code reads environment variables SKILLPAY_API_KEY and SKILLPAY_SKILL_ID and uses those to toggle demo vs paid behavior. Because the skill declares no required env vars, this is an explicit inconsistency. In addition, the EVM address and billing URL suggest payment endpoints and economic telemetry; no credentials are declared for them. The code persists data to ~/.openclaw/... (trial, credits, subscriptions) which is additional configuration access not described in the metadata.
Persistence & Privilege
The skill creates persistent files under the user's home (~/.openclaw/skill_trial, ~/.openclaw/zh_semantic_credits, ~/.openclaw/subscriptions), modifies files under its own scripts/ directory via the RevenueOptimizationEngine (it writes pricing/premium/credit modules), and thus can alter its own behavior on disk. While writing its own files can be legitimate for a self-updating monetized skill, self-modification combined with undeclared env access and unknown provenance increases risk — especially because agent invocation is allowed and the revenue optimization code could be run at runtime to change the skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zh-semantic-enhancer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zh-semantic-enhancer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
zh-semantic-enhancer v1.2.0 - Added a new script: scripts/subscription.py - Updated SKILL.md with promotional details, new pricing tiers, and bonus offers for subscription packages - Clearly highlighted limited-time discounts and expanded free trial quota - No changes to semantic functionality; changes are documentation and subscription-related
v1.1.0
New pricing, credit, and enterprise features added. - Introduced detailed pricing tiers: Free, Basic, Pro, Enterprise, with feature breakdowns - Added credit package options for flexible usage and cost savings - Incorporated enterprise-specific features such as custom dictionaries, API integration, and SLA - New scripts added for pricing, credit system, premium, enterprise features, and revenue optimization - Documentation updated to reflect all new plans and usage options
v1.0.0
zh-semantic-enhancer v1.0.0 - 首次版本发布 - 实现多层中文分词与实体识别 - 增加歧义消解能力 - 支持成语、俗语、网络用语和行业术语识别 - 加强中文意图结构化处理 - 免费试用 100 次,支持本地数据安全处理
元数据
Slug zh-semantic-enhancer
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Zh Semantic Enhancer 是什么?

中文语义理解增强技能。通过多层语义解析、文化上下文识别、方言适配、歧义消解等模块,提升OpenClaw对中文用户意图的理解准确率,支持成语/俗语/网络用语/行业术语的智能识别,非简单翻译型处理。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 259 次。

如何安装 Zh Semantic Enhancer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zh-semantic-enhancer」即可一键安装,无需额外配置。

Zh Semantic Enhancer 是免费的吗?

是的,Zh Semantic Enhancer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Zh Semantic Enhancer 支持哪些平台?

Zh Semantic Enhancer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Zh Semantic Enhancer?

由 joe(@andyxcg)开发并维护,当前版本 v1.2.0。

💬 留言讨论