用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/warpdotdev/competitive-intelligence-agent-oss --skill read-google-docs命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | read_google_docs |
| description | Reads content from a specific Google Doc by URL or document ID. |
Use this skill to read the content of a specific Google Doc when you have its URL or document ID.
Use this skill when you need to:
Do NOT use this skill when:
summarize_google_docs)write_google_docs)python skills/read_google_docs/read_google_doc.py --url "https://docs.google.com/document/d/DOC_ID/edit"
The script handles various Google Docs URL formats:
https://docs.google.com/document/d/DOC_ID/edithttps://docs.google.com/document/d/DOC_ID/edit?usp=sharinghttps://docs.google.com/document/d/DOC_IDpython skills/read_google_docs/read_google_doc.py --id "YOUR_GOOGLE_DOC_ID"
For programmatic use, add the --json flag:
python skills/read_google_docs/read_google_doc.py --url "..." --json
This returns JSON with title, documentId, webViewLink, and content.
Document: Project Plan Q4 2025
ID: YOUR_GOOGLE_DOC_ID
Link: https://docs.google.com/document/d/YOUR_GOOGLE_DOC_ID/edit
---
[Plain text content of the document]
{
"title": "Project Plan Q4 2025",
"documentId": "YOUR_GOOGLE_DOC_ID",
"webViewLink": "https://docs.google.com/document/d/YOUR_GOOGLE_DOC_ID/edit",
"content": "Plain text content of the document..."
}
token.json in the project root and re-authenticateCommon errors:
After reading a document, you can:
write_google_docs to create a new document based on itpost_to_slack to share a summary