← 返回 Skills 市场
noah-1106

style-fingerprint

作者 noah · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
190
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install style-fingerprint
功能描述
Analyze and save Chinese writing style fingerprints. Extracts syntax patterns, lexical preferences, rhetorical features from text. Saves fingerprints to ./fi...
安全使用建议
This skill appears to do what it says: local analysis and saving of Chinese writing fingerprints. Before installing, note that (1) it will create and write JSON files to ./fingerprints/ inside the skill directory and stores up to 500 characters of source text in the saved files — avoid analyzing sensitive secrets if you don't want them persisted, (2) the code shown is pure Python and contains no obvious network calls, but the file listing was truncated: if you need higher assurance, inspect the remainder of style_fingerprint.py to confirm there are no hidden network operations or calls that read other system paths, and (3) the heuristic regexes are simplistic and have some coding rough edges (not a security issue but affects accuracy). If you plan to analyze sensitive documents, run the script in an isolated environment or review/modify the save behavior first.
功能分析
Type: OpenClaw Skill Name: style-fingerprint Version: 1.0.0 The skill is a legitimate Chinese text analysis tool that extracts writing style patterns using regex and character-level processing. It performs local file I/O within a dedicated './fingerprints/' directory and lacks any network connectivity, obfuscation, or suspicious execution patterns in style_fingerprint.py or SKILL.md.
能力评估
Purpose & Capability
Name/description (Chinese writing style fingerprinting) matches the included Python implementation and requested runtime dependency (python3). No unrelated credentials, binaries, or external services are declared or required.
Instruction Scope
SKILL.md and the CLI commands (analyze, list, show, delete, export) align with the code's behavior. The only file I/O described is reading a provided input file or text and writing JSON fingerprints to ./fingerprints/. The skill does not instruct the agent to read arbitrary system files or environment variables beyond what the user supplies.
Install Mechanism
No install spec is present (instruction-only with an included Python script). This is low-risk compared to remote downloads or package installations.
Credentials
No environment variables, credentials, or external service tokens are requested. The skill is self-contained and uses only local filesystem access under its directory.
Persistence & Privilege
The skill creates and writes to a ./fingerprints/ directory inside the skill folder and persists JSON files including a source text sample (up to 500 characters). It does not request platform-wide privileges or 'always: true'. Persisted samples could contain sensitive text if you analyze such content.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install style-fingerprint
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /style-fingerprint 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of style-fingerprint. - Analyze and save Chinese writing style fingerprints with no external dependencies (pure Python). - Extract syntax patterns, lexical preferences, and rhetorical features from text or files. - Save fingerprints as JSON files in ./fingerprints/ for later use. - Includes commands to analyze, list, show, delete, and export writing style fingerprints. - Export compact style guides for use with writing agents.
元数据
Slug style-fingerprint
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

style-fingerprint 是什么?

Analyze and save Chinese writing style fingerprints. Extracts syntax patterns, lexical preferences, rhetorical features from text. Saves fingerprints to ./fi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 190 次。

如何安装 style-fingerprint?

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

style-fingerprint 是免费的吗?

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

style-fingerprint 支持哪些平台?

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

谁开发了 style-fingerprint?

由 noah(@noah-1106)开发并维护,当前版本 v1.0.0。

💬 留言讨论