▲ | simonw a day ago | |
If you look through the example skills most of them are about calling existing tools, often Python via the terminal. Take a look at this one for working with PDFs for example: https://github.com/anthropics/skills/blob/main/document-skil... - it includes a quickstart guide to using the Python pypdf module, then expands on that with some useful scripts for common patterns. |