mosluce

example-skill

0
0
# Install this skill:
npx skills add mosluce/multi-provider-skills-agent --skill "example-skill"

Install specific skill from multi-skill repository

# Description

A simple example skill that demonstrates the Anthropic Skills format. Use when you need to show how skills work or test skill loading.

# SKILL.md


name: example-skill
description: A simple example skill that demonstrates the Anthropic Skills format. Use when you need to show how skills work or test skill loading.
metadata: {"openclaw":{"emoji":"📝","requires":{"bins":["node"]}}}


Example Skill

這是一個示範技能,展示 Anthropic Skills 標準的格式。

快速開始

這個技能會被自動加載,因為:
1. 系統中有 node 二進制文件
2. SKILL.md 格式正確
3. 包含必需的 frontmatter (name 和 description)

技能內容

你可以在這裡編寫:
- 操作步驟
- 最佳實踐
- 範例代碼
- 參考文檔鏈接

使用 {baseDir}

技能目錄: {baseDir}

這個變數會自動替換為技能的實際路徑。

相關資源

  • Scripts: {baseDir}/scripts/
  • References: {baseDir}/references/
  • Assets: {baseDir}/assets/

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.