Add Feishu Document API Guide Skill#484
Open
rogerhorsley wants to merge 1 commit intoanthropics:mainfrom
Open
Conversation
Battle-tested guide for using Feishu Document HTTP API directly with Python examples and comprehensive pitfall documentation. Features: - Production-ready Python class for document operations - Detailed guide to 8 common API pitfalls with solutions - Critical gotchas (document_revision_id, block_type mappings, style requirements) - Verified through real implementation (full document creation and population) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Feishu Document API Guide Skill
Description
Practical guide for working directly with Feishu Document HTTP APIs, based on real-world debugging and validation.
What this skill provides
document_revision_idparameter, block_type field mappings, style field requirementsKey features
✅ Verified through real implementation (successfully created and populated a full document)
✅ Documents 8 common pitfalls with root causes and solutions
✅ Includes production-ready Python class with helper functions
✅ Covers authentication, document creation, and content manipulation
✅ Provides debugging checklist and troubleshooting guide
Skill structure
Use cases
Verification
All code has been tested and verified:
This skill fills a gap for developers who need to work directly with Feishu's HTTP API and want to avoid the common pitfalls discovered through real implementation.