Pdf manuals
My agent harness
npx -y skills add jiangyinzuo/agentic-software-engineering --skill pdf-manualsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
项目手册,PDF转换成txt文件,可供查阅
SKILL.md
0.6 KB, as published. Nobody here has run it
项目的PDF手册及其通过脚本转换的txt文件保存在指定文件夹。
如果用户没有说明手册位置,请向用户确认手册所在文件夹。
如果手册文件夹中只有pdf文件,没有txt文件,使用pdftotext_with_pages.sh脚本转换:
pdftotext_with_pages.sh a.pdf
运行后会在同一目录输出 a.txt。这个脚本是对pdftotext的简单封装,它会在每一个pdf的Page开头插入"=== Page xxx ===",方便检索。 PDF转换成txt后,你可以根据用户请求针对性地检索txt文件。