Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for guoqunabc/feishu-readability.
Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Feishu Readability" (guoqunabc/feishu-readability) from ClawHub.
Skill page: https://clawhub.ai/guoqunabc/feishu-readability
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.
Command Line
CLI Commands
Use the direct CLI path if you want to install manually and keep every step visible.
Name/description state a narrowly scoped readability/formatting policy for mi.feishu.cn documents; the SKILL.md focuses on exact selection, spacers, and token preservation which matches that purpose. Minor inconsistency: the doc emphasizes a ‘minimal modification’ rule and preferring insert_before/insert_after, yet several concrete examples use replace_range — this is explainable but worth checking with the maintainer.
✓
Instruction Scope
All runtime instructions stay within document editing scope: fetch-doc, analyze, and perform precise edits via the MCP update-doc calls. The skill explicitly warns to fetch tokens for paragraphs containing images/callouts and to preserve them — this is appropriate given the service’s tokenized rich-text model. It does not instruct reading unrelated files, system state, or exfiltrating data.
✓
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk install posture. There are no external downloads, packages, or nonstandard installs.
ℹ
Credentials
The skill declares no required environment variables or credentials, which matches the instruction-only nature. However, it assumes availability of MCP toolchains (mcp_FeishuMCP_update-doc, fetch-doc) and that those tools have the necessary permissions; the skill itself does not request or document the credential/permission scope it relies on, so verify that the platform-provided MCP integration will be limited to the intended mi.feishu.cn scope.
✓
Persistence & Privilege
Skill is user-invocable and not always-on; it does not request elevated persistence or modify other skills or global agent settings. Autonomous invocation is allowed by default but not unusual; no 'always: true' or other high-privilege flags are present.
Assessment
This skill appears coherent for its stated job: improving Feishu doc formatting with precise, token-aware edits. Before installing: (1) Confirm your agent/platform provides the MCP fetch-doc/update-doc tools and review the exact permissions those tools will have (limit to mi.feishu.cn if possible). (2) Test the skill on a copy of a document first — some examples use replace_range which can remove content if selection context is wrong. (3) Verify that image and other rich-text tokens are preserved by fetch-and-rewrite flows as described. (4) Ask the skill author to clarify the replace_range vs insert_before/after guidance to avoid accidental wide replacements. If you require stricter assurance, request an explicit permissions list for the MCP integration and a small test run log before using it on production documents.
Like a lobster shell, security has layers — review code before you run it.
latestvk97d2a70v0nysg39vbgrev5tzn82fdey
285downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0
飞书文档可读性优化 Skill
概述
本 Skill 旨在解决飞书云文档(Lark Doc)在自动化编辑中常见的格式问题,重点提升文档的视觉层次感和可读性。它基于对飞书 Markdown 渲染引擎底层逻辑(API vs. 交互式编辑)的深入理解,提供了一套经过验证的“最佳实践”。
🏆 三大核心原则
1. 🚀 核心铁律:最小修改原则 (The Principle of Minimal Modification)