Word flow: deep-dive word analysis + infograph card in one go. Takes one or more English words, runs ljg-word (generates deep semantics analysis) then ljg-card -i (generates infograph PNG). Use when user says '词卡', 'word card', 'word flow', or provides English words wanting both analysis and visual card.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add lza6/Claude-code-cli-config --skill ljg-word-flow --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ljg Word Flow?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lza6-ljg-word-flow)More formats (shields.io, HTML) on the badges page.
---
name: ljg-word-flow
description: "Word flow: deep-dive word analysis + infograph card in one go. Takes one or more English words, runs ljg-word (generates deep semantics analysis) then ljg-card -i (generates infograph PNG). Use when user says '词卡', 'word card', 'word flow', or provides English words wanting both analysis and visual card."
user_invocable: true
version: "1.0.1"
---
# ljg-word-flow: 词卡
一条命令完成:解词 → 铸信息图。支持多词并行。
## 模式
**强制 NATIVE 模式。** 本 workflow 是纯 skill 管道(ljg-word → ljg-card -i),不需要 Algorithm 的七步流程。直接按下方执行步骤调用 skill,不走 OBSERVE/THINK/PLAN/BUILD/EXECUTE/VERIFY/LEARN。
## 参数
直接传入一个或多个英文单词,空格分隔。
```
/ljg-word-flow Obstacle
/ljg-word-flow Serendipity Resilience Entropy
```
## 执行
### 1. 收集单词列表
从用户消息中提取所有英文单词。
### 2. 处理每个单词
对每个单词,串行执行两步:
**步骤 A — 解词(ljg-word):**
调用 Skill tool 执行 `ljg-word`,传入单词。在对话中输出 Markdown 解析结果。
**步骤 B — 铸信息图(ljg-card -i):**
以步骤 A 的解析内容为输入,调用 Skill tool 执行 `ljg-card -i`。生成 PNG 文件到 `~/Downloads/`。
### 3. 多词并行
多个单词时,每个单词启动一个 Agent subagent 并行处理(每个 subagent 内部 A→B 串行)。
### 4. 汇总报告
```
════ 词卡完成 ═══════════════════════
📖 {Word1}
🖼️ ~/Downloads/{Word1}.png
📖 {Word2}
🖼️ ~/Downloads/{Word2}.png
...
```
## 关键约束
- 先解词后铸卡,顺序不可逆
- ljg-word 和 ljg-card -i 各自的质量标准不变
- 信息图内容来自解词结果,不是字典释义
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"