返回顶部
s

style-fingerprint

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
150
下载量
0
收藏
概述
安装方式
版本历史

style-fingerprint

# Style Fingerprint | 写作风格指纹 **English**: Analyze Chinese writing style and save fingerprints for AI writing agents. **中文**: 分析中文写作风格并保存指纹,供 AI 写作助手使用。 --- ## Quick Start | 快速开始 ```bash # Analyze text | 分析文本 python3 style_fingerprint.py analyze --text "你的文本内容" --name "我的风格" # Analyze file | 分析文件 python3 style_fingerprint.py analyze --file ./article.txt --name "作者A" # List saved fingerprints | 列出保存的指纹 python3 style_fingerprint.py list # Show fingerprint details | 显示指纹详情 python3 style_fingerprint.py show --name "我的风格" # Export style guide for writing agent | 导出写作助手指南 python3 style_fingerprint.py export --name "我的风格" --output ./guide.txt ``` --- ## What It Analyzes | 分析维度 **English**: - **Basic Stats**: Sentence length, rhythm, comma density - **Syntax Patterns**: Rhetorical questions, passive voice, ellipsis - **Lexical Fingerprint**: Top words, word diversity - **Logic Flow**: Transition word preferences - **Rhetoric**: Metaphors, sensory description types **中文**: - **基础统计**: 句子长度、节奏感、逗号密度 - **句法模式**: 修辞问句、被动语态、省略号使用 - **词汇指纹**: 高频词汇、词汇多样性 - **逻辑流**: 过渡词偏好 - **修辞手法**: 隐喻、感官描述类型 --- ## Storage | 存储 **English**: Fingerprints are saved in `./fingerprints/` as JSON files. **中文**: 指纹以 JSON 格式保存在 `./fingerprints/` 目录中。 --- ## For Writing Agents | 供写作助手使用 **English**: Use `export` command to get a compact style guide that can be included in prompts. **中文**: 使用 `export` 命令获取紧凑的风格指南,可嵌入到提示词中使用。 --- ## Features | 特性 **English**: - ✅ **No external dependencies** - Pure Python implementation - ✅ **Chinese optimized** - Designed for Chinese text analysis - ✅ **Persistent storage** - Saves fingerprints to `./fingerprints/` - ✅ **Writing agent ready** - Export compact style guides **中文**: - ✅ **无外部依赖** - 纯 Python 实现 - ✅ **中文优化** - 专为中文文本分析设计 - ✅ **持久化存储** - 将指纹保存到 `./fingerprints/` - ✅ **写作助手就绪** - 导出紧凑的风格指南

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 style-fingerprint-1776276672 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 style-fingerprint-1776276672 技能

通过命令行安装

skillhub install style-fingerprint-1776276672

下载 Zip 包

⬇ 下载 style-fingerprint v1.0.0

文件大小: 8.5 KB | 发布时间: 2026-4-17 16:15

v1.0.0 最新 2026-4-17 16:15
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部