Overview
- Skill Key
- fanyin1/charactercard
- Author
- fanyin1
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/fanyin1/charactercard
- Latest Commit SHA
- ea16424d292c8193f7591e9efabb78618030eb21
完美兼容 SillyTavern 角色卡的导入、解析、导出功能。支持 V1/V2/V3 规范,支持 PNG 嵌入式 JSON 和纯 JSON 格式。当用户需要导入、查看、编辑或导出 SillyTavern 角色卡时使用此技能。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 tavern-card 技能。 若已安装,则直接安装 tavern-card 技能。
# 🎭 SillyTavern 角色卡处理
完整支持 SillyTavern 角色卡的导入、解析、转换和导出功能。
## 📋 功能概览
| 功能 | 说明 |
|------|------|
| 导入 PNG 角色卡 | 从 PNG 图片中提取嵌入的 JSON 数据 |
| 导入 JSON 角色卡 | 直接解析 JSON 格式的角色卡 |
| 格式检测 | 自动识别 V1/V2/V3 规范 |
| 数据验证 | 验证角色卡数据完整性 |
| 格式转换 | V1/V2/V3 之间的格式转换 |
| 导出 PNG | 将角色卡数据嵌入到 PNG 图片中 |
| 导出 JSON | 导出为标准 JSON 格式 |
## 🎯 使用场景
### 1. 导入角色卡
当用户说:
- "导入这个角色卡"
- "读取这个 PNG 文件"
- "解析这个角色"
- "加载 SillyTavern 角色"
**你应该**:
1. 使用 `read` 工具读取文件
2. 检测文件格式(PNG 或 JSON)
3. 提取角色卡数据
4. 验证数据完整性
5. 展示角色信息
### 2. 查看角色信息
当用户说:
- "这个角色是谁"
- "显示角色详情"
- "角色的设定是什么"
**你应该**:
展示角色的关键信息:
- 名称 (name)
- 描述 (description)
- 人格 (personality)
- 场景 (scenario)
- 第一条消息 (first_mes)
- 示例对话 (mes_example)
- 标签 (tags)
- 创建者 (creator)
### 3. 导出角色卡
当用户说:
- "导出为 PNG"
- "保存为 JSON"
- "生成角色卡文件"
**你应该**:
1. 确认导出格式(PNG 或 JSON)
2. 确认规范版本(V2 或 V3)
3. 生成文件
4. 返回文件路径
## 📐 SillyTavern 角色卡规范
### V1 格式(已弃用)
扁平结构,所有字段在顶层:
```json
{
"name": "角色名",
"description": "角色描述",
"personality": "人格特征",
"scenario": "场景设定",
"first_mes": "第一条消息",
"mes_example": "对话示例"
}
```
### V2 格式(推荐)
```json
{
"spec": "chara_card_v2",
"spec_version": "2.0",
"data": {
"name": "角色名",
"description": "角色描述",
"personality": "人格特征",
"scenario": "场景设定",
"first_mes": "第一条消息",
"mes_example": "对话示例",
"creator_notes": "创建者备注",
"system_prompt": "系统提示词",
"post_history_instructions": "历史后指令",
"tags": ["标签1", "标签2"],
"creator": "创建者",
"character_version": "1.0",
"extensions": {}
}
}
```
### V3 格式(最新)
在 V2 基础上增加:
```json
{
"spec": "chara_card_v3",...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.