← 返回 Skills 市场
Md To Gdoc
作者
BrennerSpear
· GitHub ↗
· v1.0.1
308
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install md-to-gdoc
功能描述
Convert markdown files to properly formatted Google Docs. Use when asked to create a Google Doc from markdown, upload markdown to Google Docs, put a .md file...
安全使用建议
This skill appears to do what it says: convert a provided .md into a Google Doc using the gog CLI. Before installing/using: (1) Ensure you trust and have installed the gog CLI from its official source and review its OAuth scopes (it will need Drive/Docs access). (2) Authenticate only the Google account you intend to use (gog auth add). (3) Test on non-sensitive markdown first to confirm behavior. (4) The skill reads only the markdown file you pass; do not run it on directories or files that contain secrets you don't want uploaded to Google Drive.
功能分析
Type: OpenClaw Skill
Name: md-to-gdoc
Version: 1.0.1
The skill bundle is a legitimate utility for converting Markdown files to Google Docs using the 'gog' CLI. The bash script (scripts/md-to-gdoc.sh) follows safe coding practices, such as using arrays for command arguments to prevent shell injection and implementing proper error handling, with no evidence of data exfiltration or malicious intent.
能力评估
Purpose & Capability
Name/description match the implementation: SKILL.md documents using the gog CLI and python3, and the included script performs exactly that (creates a Google Doc then updates it with markdown). No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Runtime instructions and the script operate only on the provided markdown file and interact with gog (which in turn talks to Google). The script warns about missing headings, derives titles from filenames, creates a doc, and updates content. It does not read other files or attempt to transmit extra data to external endpoints beyond what gog/Google Drive require.
Install Mechanism
This is an instruction-only skill (no installer). It depends on an external CLI (gog) and python3; those are declared in SKILL.md. The skill does not download or install code itself, but you must trust and install gog separately (SKILL.md links to the gog GitHub repo).
Credentials
No environment variables or secrets are requested by the skill. The only credential requirement is that the gog CLI be authenticated to a Google account (handled by gog auth); that is proportional to the stated functionality.
Persistence & Privilege
The skill does not request permanent/always-on presence and does not modify other skills or global agent config. It runs as a one-off script calling gog, which requires normal Google Drive permissions — standard for this task.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install md-to-gdoc - 安装完成后,直接呼叫该 Skill 的名称或使用
/md-to-gdoc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto-publish from CI
v1.0.0
Auto-publish from CI
元数据
常见问题
Md To Gdoc 是什么?
Convert markdown files to properly formatted Google Docs. Use when asked to create a Google Doc from markdown, upload markdown to Google Docs, put a .md file... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 308 次。
如何安装 Md To Gdoc?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install md-to-gdoc」即可一键安装,无需额外配置。
Md To Gdoc 是免费的吗?
是的,Md To Gdoc 完全免费(开源免费),可自由下载、安装和使用。
Md To Gdoc 支持哪些平台?
Md To Gdoc 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Md To Gdoc?
由 BrennerSpear(@brennerspear)开发并维护,当前版本 v1.0.1。
推荐 Skills