some project

https://github.com/kindsof/n8n

https://github.com/crossplane/crossplane

https://github.com/Mintplex-Labs/anything-llm

https://docs.bigmodel.cn/cn/coding-plan/tool/openclaw

https://docs.openclaw.ai/gateway/security

https://clawhub.ai

“skill

https://github.com/anthropics/skills/tree/main

Creating a Basic Skill
Skills are simple to create - just a folder with a SKILL.md file containing YAML frontmatter and instructions. You can use the template-skill in this repository as a starting point:

---
name: my-skill-name
description: A clear description of what this skill does and when to use it
---

# My Skill Name

[Add your instructions here that Claude will follow when this skill is active]

## Examples
- Example usage 1
- Example usage 2

## Guidelines
- Guideline 1
- Guideline 2
The frontmatter requires only two fields:

name - A unique identifier for your skill (lowercase, hyphens for spaces)
description - A complete description of what the skill does and when to use it
The markdown content below contains the instructions, examples, and guidelines that Claude will follow. For more details, see How to create custom skills.

Skills are a great way to teach Claude how to get better at using specific pieces of software. As we see awesome example skills from partners, we may highlight some of them here:

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注