feishu-card
Feishu Card Skill
Send rich interactive cards via Feishu Open API.
⚠️ CRITICAL FORMATTING RULES (READ BEFORE USING)
- Escape Newlines: If using
--textvia CLI, you MUST escape newlines as\\n.- ❌ Wrong:
--text "Line 1\nLine 2"(Shell eats the backslash) - ✅ Right:
--text "Line 1\\nLine 2"
- ❌ Wrong:
- Prefer File Input: For any content longer than one line, ALWAYS use
--text-file.- ✅ Best:
echo "Line 1\nLine 2" > msg.md && node send.js ... --text-file msg.md - This avoids ALL shell escaping issues.
- ✅ Best:
- Markdown Support: Supports Bold, Italic, Links.
- ⚠️ Code Blocks: Support is limited. Use single backticks `code` for safety.
Usage
# Via argument (Simple)
More from ypyt1/all-skills
commit-commands
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
11pr-review-toolkit
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
7walkie-talkie
WhatsApp 语音/文字双模对话:收到语音消息自动本地转写(Whisper CLI),并用语音消息 + 文字双回复。
5atlas
macOS-only AppleScript control for the ChatGPT Atlas desktop app. Use only when the user explicitly asks to control Atlas tabs/bookmarks/history on macOS and the \"ChatGPT Atlas\" app is installed; do not trigger for general browser tasks or non-macOS environments.
4advanced-skill-creator
Advanced OpenClaw skill creation handler that executes the official 5-step research flow with comprehensive analysis and best practices. Ensures proper methodology when users request to create or modify OpenClaw/Moltbot/ClawDBot skills following official standards.
4desktop-app-dev
Desktop App Dev subagent
4