← Back to Skills Marketplace
xiezhenlin-tom

降龙十八掌

by 蟹老板 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
35
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jianglong-18palms
Description
让ai学习神功,降龙十八掌 Skill。当用户说出"降龙第X式"(如"降龙第一式"、"亢龙有悔"、"见龙在田"等金庸武侠降龙十八掌招式名称时),自动触发。 为用户绘制该招式的古风 SVG 简图,并以古朴文言风格介绍招式名称、出处、招式要义和使用场景。 触发词示例:降龙第一式、亢龙有悔、降龙十八掌第X掌、施展降龙十八掌、降龙掌法、...
README (SKILL.md)

\r \r

降龙十八掌 Skill\r

\r 金庸武侠小说中丐帮镇帮绝学「降龙十八掌」,每一掌均取名于《易经》卦辞,刚猛至极,天下无双。\r \r

触发条件\r

\r

  • 用户提到"降龙第X式"、"降龙第X掌"、具体招式名(如"亢龙有悔"、"见龙在田")\r
  • 用户要求"展示/介绍/画出降龙十八掌"中某一招\r \r

十八掌招式总表\r

\r | 掌序 | 招式名 | 易经出处 | 核心意境 |\r |------|--------|----------|----------|\r | 第一掌 | 亢龙有悔 | 乾卦上九 | 龙飞至极,物极必反,含刚猛中的克制 |\r | 第二掌 | 飞龙在天 | 乾卦九五 | 龙腾云霄,居高临下,施展无拘 |\r | 第三掌 | 见龙在田 | 乾卦九二 | 龙现田野,蓄势待发,以守为攻 |\r | 第四掌 | 鸿渐于陆 | 渐卦九三 | 鸿雁渐进,稳中求胜 |\r | 第五掌 | 潜龙勿用 | 乾卦初九 | 潜龙深藏,隐而不发,以静制动 |\r | 第六掌 | 利涉大川 | 需卦 | 涉险渡川,化险为夷 |\r | 第七掌 | 突如其来 | 离卦九四 | 迅雷不及掩耳,奇袭制胜 |\r | 第八掌 | 震惊百里 | 震卦彖辞 | 雷震山河,声威远播 |\r | 第九掌 | 或跃在渊 | 乾卦九四 | 龙跃深渊,虚实变幻,进退自如 |\r | 第十掌 | 双龙取水 | — | 双掌齐出,左右夹击 |\r | 第十一掌 | 鱼跃于渊 | 中孚卦 | 以柔克刚,灵动跳脱 |\r | 第十二掌 | 时乘六龙 | 乾卦彖辞 | 六龙御天,驾驭无敌 |\r | 第十三掌 | 密云不雨 | 小畜卦 | 蓄而不发,积厚厚势 |\r | 第十四掌 | 损之又损 | 损卦 | 减损蓄力,以少胜多 |\r | 第十五掌 | 龙战于野 | 坤卦上六 | 阴阳交战,两强相争 |\r | 第十六掌 | 履霜冰至 | 坤卦初六 | 顺势而为,由柔积刚 |\r | 第十七掌 | 羝羊触藩 | 大壮卦 | 羊角触篱,刚中带险 |\r | 第十八掌 | 神龙摆尾 | — | 回身反击,尾扫千军 |\r \r

执行流程\r

\r 当用户说出某一招式(按掌序或招式名),执行以下两步:\r \r

步骤一:绘制 SVG 招式简图\r

\r 使用 show_widget 工具绘制该招式的古风 SVG 插图。SVG 要求:\r \r

  • viewBox: 0 0 680 420\r
  • 背景:深墨色或古卷纸色(#1a1208 暗墨底 或 #f5e6c8 宣纸色)\r
  • 核心元素:\r
    • 一个武者剪影(简笔,用 SVG path 绘制,体现招式姿态)\r
    • 代表"龙"或招式意象的装饰纹样(龙鳞纹、云纹、卦象符号)\r
    • 招式名汉字大字(毛笔风格,居画面一侧)\r
    • 易经卦辞小字(画面角落)\r
    • 若干水墨飞溅/气劲线条表现内力外放\r
  • 色调:古典水墨风,主色黑/金/朱红,避免现代扁平色\r \r 各招式姿态描述(参考绘图):\r \r
  • 亢龙有悔:双臂高举,掌心朝天,右掌前推,身体略后仰,内力从掌心喷涌而出向前倾泄\r
  • 飞龙在天:单掌上扬指天,腾跃姿态,衣袂飞扬\r
  • 见龙在田:双脚扎马步,双掌下压,沉稳厚重\r
  • 鸿渐于陆:侧身大步流星,一掌斜劈,如鸿雁展翼\r
  • 潜龙勿用:双臂环抱胸前,内敛蓄势,气沉丹田\r
  • 利涉大川:双臂前伸如划水,身形前倾\r
  • 突如其来:身形暴进,单掌直击,如闪电\r
  • 震惊百里:双掌合击,冲击波形放射状扩散\r
  • 或跃在渊:身形半蹲欲跃,虚实不定\r
  • 双龙取水:双手分开,左右夹击,如两龙抢珠\r
  • 鱼跃于渊:翻身跃起,轻盈如鱼跳\r
  • 时乘六龙:双臂张开如翼,御风而立\r
  • 密云不雨:双掌聚气,缓缓蓄力,气场凝重\r
  • 损之又损:单掌精准点击,以一当十\r
  • 龙战于野:双掌交替,左右互搏之势\r
  • 履霜冰至:脚步稳健踏前,掌随步出\r
  • 羝羊触藩:低头猛进,双掌前贯,势如破竹\r
  • 神龙摆尾:转身回旋,掌扫横击,尾劲无穷\r \r

步骤二:古风文字介绍\r

\r 在 SVG 图之后,用古朴文言风格输出以下内容(用 Markdown 格式):\r \r

## 【招式名】·降龙第X掌\r
\r
> 《易》曰:"XXX"——出处\r
\r
**招式要义**\r
(用文言文/古风汉语描述此招式的发力要领、攻防逻辑,2-4句)\r
\r
**适用情境**\r
(此招式何时用、对何种敌情有奇效,1-2句)\r
\r
**习练口诀**\r
(4字或7字一句的口诀,2-4句,朗朗上口)\r
\r
*——节选自《九阳神功》内功心法注解·丐帮秘典*\r
```\r
\r
## 注意事项\r
\r
- 若用户未指定具体招式,询问"欲学第几掌"或随机选一掌展示\r
- 若用户连续问多招,每次都完整执行 SVG + 文字介绍\r
- 文字风格保持古朴,避免现代口语\r
- SVG 中汉字使用 `font-family="serif"` 或嵌入笔画感强的字体风格\r
Usage Guidance
Installers should expect this skill to trigger broadly when discussing 降龙十八掌 move names. That may be noisy in general conversation, but the reviewed artifact does not show hidden behavior, data access, persistence, or unsafe commands.
Capability Assessment
Purpose & Capability
The stated purpose is to respond to Chinese martial-arts move names by generating an ancient-style SVG illustration and short literary description; the instructions consistently support that purpose.
Instruction Scope
The trigger wording is broad and may activate on casual mentions of move names, but the resulting behavior is limited to generating visible creative content.
Install Mechanism
The package contains only a single SKILL.md markdown file and no executable scripts, dependency installers, or privileged setup steps.
Credentials
The requested capability is proportionate: it uses a widget/SVG output path for visual generation and does not request filesystem, network, credential, or account access.
Persistence & Privilege
No persistence, background execution, privilege escalation, local indexing, or credential/session handling is present in the artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jianglong-18palms
  3. After installation, invoke the skill by name or use /jianglong-18palms
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of jianglong-18palms skill. - Triggers when user mentions the name or number of a "降龙十八掌" move. - Automatically generates an ancient-style SVG illustration of the specified move, including classic elements like a martial artist silhouette, dragon motifs, and calligraphic text. - Provides a classical Chinese (文言文) style introduction of the move, detailing its name, origin, key principles, usage scenarios, and a poetic training mnemonic. - Includes a full table of all eighteen moves with origins and core meanings. - Prompts the user to specify a move if none is mentioned, or selects one at random.
Metadata
Slug jianglong-18palms
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 降龙十八掌?

让ai学习神功,降龙十八掌 Skill。当用户说出"降龙第X式"(如"降龙第一式"、"亢龙有悔"、"见龙在田"等金庸武侠降龙十八掌招式名称时),自动触发。 为用户绘制该招式的古风 SVG 简图,并以古朴文言风格介绍招式名称、出处、招式要义和使用场景。 触发词示例:降龙第一式、亢龙有悔、降龙十八掌第X掌、施展降龙十八掌、降龙掌法、... It is an AI Agent Skill for Claude Code / OpenClaw, with 35 downloads so far.

How do I install 降龙十八掌?

Run "/install jianglong-18palms" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 降龙十八掌 free?

Yes, 降龙十八掌 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 降龙十八掌 support?

降龙十八掌 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 降龙十八掌?

It is built and maintained by 蟹老板 (@xiezhenlin-tom); the current version is v1.0.0.

💬 Comments