Real Skill packageSource verifiedClawHub registry

WenYan 文言引擎

通用古风语体引擎(不限于 OpenClaw,可接入 Claude/ChatGPT/Gemini/Dify/Ollama 等任何智能体)。 将 AI 回复转换为古中文风格,支持儒雅、武侠、三国、战国、史记、白话、诗经、禅意八种风格。 当用户说"用古风说话"、"切换文言"、"换个古代风格"、"用武侠语气"时触发。

Identity and source

Publisher attributionPondsiregistry owner unverified by skillvetai
Functional categoryAwaiting category reviewreview pending · 0% rule confidence
Package forminstruction with code34 recorded files
Canonical sourceClawHub registryclawhub:pondsi:wenyanskill
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 9/2/2026.claude/skills/wenyan

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 9/2/2026.agents/skills/wenyan

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 9/2/2026skills/wenyan

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @pondsi/wenyanskill
clawhub inspect @pondsi/wenyanskill --version 1.0.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
32 / 34 inspected as text
Checked
9/2/2026, 4:32:29 AM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
3 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
  • api: paypal.me
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
9/1/2026, 9:08:47 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:15f45077c1c57364279faf7ec09bb5d96bb39bb53471691a9e6a52d16bdc81f3
Show up to 30 recorded paths
  • assets/agents.md
  • assets/examples.md
  • assets/style-comparison.md
  • CHANGELOG.md
  • CONTRIBUTING.md
  • LICENSE
  • manifest.json
  • README.md
  • references/shared/address-system.json
  • references/shared/taboo-words.json
  • references/styles/baihua.style.json
  • references/styles/chan.style.json
  • references/styles/ruya.style.json
  • references/styles/sanguo.style.json
  • references/styles/shiji.style.json
  • references/styles/shijing.style.json
  • references/styles/wuxia.style.json
  • references/styles/zhanguo.style.json
  • scripts/style_engine.py
  • scripts/style_validator.py
  • skill-card.md
  • SKILL.md
  • SPONSORS.md
  • sponsors/alipay.jpg
  • sponsors/wechat-pay.jpg
  • tests/baihua.test.json
  • tests/chan.test.json
  • tests/ruya.test.json
  • tests/sanguo.test.json
  • tests/shiji.test.json

Source changelog

- Initial release of wenyan: a universal classical-Chinese (Gufeng) style engine for AI replies. - Supports 8 configurable styles: 儒雅, 武侠, 三国, 战国, 史记, 白话, 诗经, 禅意. - Deterministic style transformation using JSON-defined style configs and Python engine for mapping, validation, and scoring. - Persistent style state with robust auto-recovery from state file loss or corruption. - Seamless per-turn style application and semantic detection for exiting classical style based on user intent. - Quality assurance with automatic style validation, scoring, and regression tests.