← Back to Skills Marketplace
brennerspear

Md To Gdoc

by BrennerSpear · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
308
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install md-to-gdoc
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install md-to-gdoc
  3. After installation, invoke the skill by name or use /md-to-gdoc
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto-publish from CI
v1.0.0
Auto-publish from CI
Metadata
Slug md-to-gdoc
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 308 downloads so far.

How do I install Md To Gdoc?

Run "/install md-to-gdoc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Md To Gdoc free?

Yes, Md To Gdoc is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Md To Gdoc support?

Md To Gdoc is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Md To Gdoc?

It is built and maintained by BrennerSpear (@brennerspear); the current version is v1.0.1.

💬 Comments