feishu-doc-orchestrator

飞书文档创建主编排技能 - 将 Markdown 文件转换为飞书文档,编排多个子技能协作完成,支持25种飞书文档块类型。

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "feishu-doc-orchestrator" with this command: npx skills add rosalynyang/feishu-doc-creator-skill/rosalynyang-feishu-doc-creator-skill-feishu-doc-orchestrator

飞书文档创建技能 - GitHub发布版

将 Markdown 文件转换为飞书文档,支持25种块类型,完整权限管理。

快速开始

1. 配置飞书应用

首次使用需要配置飞书开放平台应用信息:

python .claude/skills/feishu-doc-orchestrator/scripts/setup_config.py

或手动创建配置文件 .claude/feishu-config.env

# 从 https://open.feishu.cn/ 获取
FEISHU_APP_ID = "cli_xxx"
FEISHU_APP_SECRET = "xxxxxxxx"

# 可选:自动添加文档权限
FEISHU_AUTO_COLLABORATOR_ID = "ou_xxx"

# 可选:默认文件夹
FEISHU_DEFAULT_FOLDER = "folder_token"

2. 检查配置

python .claude/skills/feishu-doc-orchestrator/scripts/check_config.py

3. 使用技能

请帮我将 docs/example.md 转换为飞书文档

支持的25种块类型

基础文本(11种):text, heading1-9, quote_container 列表(4种):bullet, ordered, todo, task 特殊块(5种):code, quote, callout, divider, image AI块(1种):ai_template 高级块(5种):bitable, grid, sheet, table, board

技能架构

feishu-doc-orchestrator/        # 主技能
├── feishu-md-parser/               # Markdown解析
├── feishu-doc-creator-with-permission/  # 创建+权限
├── feishu-block-adder/             # 批量添加
├── feishu-doc-verifier/            # 文档验证
└── feishu-logger/                  # 日志记录

测试脚本

# 测试所有25种块类型
python .claude/skills/feishu-doc-orchestrator/scripts/test_all_25_blocks.py

注意事项

⚠️ 重要

  • 配置文件包含敏感信息,请勿提交到Git
  • .claude/feishu-config.env.claude/feishu-token.json 已在 .gitignore 中
  • 发布时请确保不包含个人隐私数据

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated
General

neo

Browse websites, read web pages, interact with web apps, call website APIs, and automate web tasks. Use Neo when: user asks to check a website, read a web page, post on social media (Twitter/X), interact with any web app, look up information on a specific site, scrape data from websites, automate browser tasks, or when you need to call any website's API. Keywords: website, web page, browse, URL, http, API, twitter, tweet, post, scrape, web app, open site, check site, read page, social media, online service.

Archived SourceRecently Updated
General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated
General

explainer

Create explainer videos with narration and AI-generated visuals. Triggers on: "解说视频", "explainer video", "explain this as a video", "tutorial video", "introduce X (video)", "解释一下XX(视频形式)".

Archived SourceRecently Updated