/images/avatar.png

滑翔闪

在你步入了这一陌生而奇妙的思想花园之后,世界将永远不再是同一个世界了。而当你多年后回顾这段经历时,即使是当时你不甚理解的东西也将已经明显成熟。——萨缪尔森

Copilot fetch X Fetch the content of an X (Twitter) post through Copilot Plus. How to run Find the absolute path to this SKILL.md file on disk, then run the script next to it that matches the operating system. No extra runtime is needed — sh (macOS/Linux) and cmd/PowerShell (Windows) are always present. On macOS or Linux: sh "/absolute/path/to/this/skill/directory/fetch-x.sh" "<x-or-twitter-url>" On Windows, run the .cmd wrapper. In PowerShell you must prefix it with the call operator & (PowerShell treats a quoted path on its own as a string and won’t run it); from cmd, run the quoted path without the &:

Copilot read PDF Convert a PDF file to Markdown text through Copilot Plus so you can read, summarize, or quote it. How to run Find the absolute path to this SKILL.md file on disk, then run the script next to it that matches the operating system. No extra runtime is needed — sh (macOS/Linux) and cmd/PowerShell (Windows) are always present. On macOS or Linux: sh "/absolute/path/to/this/skill/directory/read-pdf.sh" "<path-to-file.pdf>" On Windows, run the .