技能备份 - 2026-04-15 (40个技能)

This commit is contained in:
root
2026-04-15 18:53:15 +08:00
parent f62f14814f
commit c65fce24e4
791 changed files with 190773 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Feishu Post (RichText) Skill
Send Rich Text (Post) messages to Feishu.
This format is distinct from Cards. It supports native rich text elements but is less flexible in layout than cards. It is better for long-form text mixed with images/links.
## Usage
```bash
node skills/feishu-post/send.js --target "ou_..." --text-file "temp/msg.md" --title "Optional Title"
```
## Options
- `-t, --target <id>`: Target ID (user/chat).
- `-f, --text-file <path>`: Markdown content file.
- `--title <text>`: Title of the post.