Feishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links.
Install with Tessl CLI
npx tessl i github:Hung-Reo/hungreo-openclaw --skill feishu-wiki75
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Discovery
40%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This description has a proper trigger clause structure but severely lacks specificity about what actions the skill performs. 'Navigation' is too vague - users need to know if this skill can search, read, create, edit, or link content. The Feishu branding helps with distinctiveness but the generic wiki/knowledge base terms could cause conflicts.
Suggestions
Replace 'navigation' with specific concrete actions like 'Search articles, browse spaces, retrieve page content, create wiki links' to clarify what the skill actually does.
Expand trigger terms to include variations like 'Feishu docs', 'Feishu wiki', 'documentation pages', or specific Feishu terminology users might mention.
Add file types or specific Feishu features (e.g., 'space hierarchies', 'page templates') to further distinguish from generic wiki skills.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | The description uses vague language ('navigation') without listing concrete actions. It doesn't specify what operations can be performed - no mention of searching, reading, creating, editing, or any specific capabilities. | 1 / 3 |
Completeness | Has an explicit 'Activate when' clause addressing the 'when' question, but the 'what' is extremely weak - 'navigation' doesn't explain what the skill actually does with the knowledge base. | 2 / 3 |
Trigger Term Quality | Includes some relevant keywords ('knowledge base', 'wiki', 'wiki links') but misses common variations users might say like 'Feishu docs', 'documentation', 'articles', or Chinese terms if applicable. The term 'Feishu' itself is good for distinctiveness. | 2 / 3 |
Distinctiveness Conflict Risk | 'Feishu' provides some distinctiveness from generic wiki/knowledge base skills, but 'knowledge base' and 'wiki' are generic terms that could overlap with other documentation or wiki-related skills. | 2 / 3 |
Total | 7 / 12 Passed |
Implementation
87%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-crafted skill that efficiently documents the feishu_wiki tool API. It excels at conciseness and actionability with clear JSON examples for every operation. The main weakness is the lack of validation/verification steps in workflows, particularly for destructive operations like move and rename.
Suggestions
Add a verification step to the Wiki-Doc Workflow (e.g., 'Verify changes: re-read the doc to confirm edits were applied')
Include error handling guidance for move/rename operations (e.g., what to check if the operation fails)
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient, providing only essential information. No unnecessary explanations of what wikis or knowledge bases are - it jumps straight to actionable API usage. | 3 / 3 |
Actionability | Every action includes copy-paste ready JSON examples with clear parameter specifications. The token extraction pattern and all API actions are fully concrete and executable. | 3 / 3 |
Workflow Clarity | The Wiki-Doc Workflow section provides a clear 3-step sequence, but lacks validation checkpoints. For operations like move/rename that could affect document structure, there's no verification step or error handling guidance. | 2 / 3 |
Progressive Disclosure | Content is well-organized with clear sections. For a skill of this size (~80 lines), the structure is appropriate with logical groupings (actions, workflow, configuration, permissions) without needing external file references. | 3 / 3 |
Total | 11 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.