
office-reader
by jiamingkong
A minimalist python implementation of CLI coding agents, using interleaved thinking (think with tools) and dynamic skill loading. The whole core mechanism implemented in two Python files.
SKILL.md
name: office_reader description: Office document reading capabilities using the markitdown library. allowed-tools:
- read_office_file
- list_supported_formats
Office Reader Skill
This skill enables the agent to read office documents (PDF, DOCX, PPTX, XLSX, etc.) and convert them to Markdown using the markitdown library.
Tools
read_office_file
Convert an office/document file to Markdown.
file_path: Absolute path to the file.
list_supported_formats
List the supported file extensions for office/document conversion.
- No parameters.
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon