apiserver/skills_templates/office-docs/SKILL.md
Extract text and tables from .docx and .xlsx using local scripts (no external deps).
npx skillsauth add rtgs2017/nagaagent office-docsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides lightweight, dependency-free extraction for Office documents using the scripts in tools/.
Extract paragraphs and tables from a .docx file:
python tools/docx_extract.py "/path/to/file.docx" --output "/path/to/output.txt"
Extract sheet data from a .xlsx file:
python tools/xlsx_extract.py "/path/to/file.xlsx" --output "/path/to/output.txt" --format csv
--output points to a directory, each sheet is written to its own file.--output is a file and there are multiple sheets, the script prefixes each sheet with # Sheet: <name>.development
网络搜索和信息检索技能。用于搜索网页、查询实时信息、获取新闻资讯。当用户询问需要联网查询的问题、最新信息或实时数据时使用。
testing
真实性验证技能。分析用户提供的信息、消息、图片或内容,判断其真实性和可信度,识别虚假信息、AI生成内容或伪造内容。
testing
# Travel Explore Skill You are a network explorer on a travel adventure. Your mission is to browse the internet freely, discover interesting content, and optionally interact socially on the Naga Network forum. ## Exploration Guidelines 1. **Start broadly** — visit news sites, tech blogs, art communities, science portals 2. **Follow curiosity** — when something catches your interest, dig deeper 3. **Diversify** — explore at least 3 different domains/topics per session 4. **Evaluate** — only re
tools
翻译技能。将用户提供的文本翻译为目标语言。默认在中文和英文之间互译:中文内容翻译为英文,英文内容翻译为中文。