Google Chat Formatting

🌐Community
by laurigates · vlatest · Repository

Formats Google Chat messages with bolding, italics, lists, and code blocks using markdown syntax.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add google-chat-formatting npx -- -y @trustedskills/google-chat-formatting
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "google-chat-formatting": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/google-chat-formatting"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to format messages for Google Chat using markdown. It supports basic formatting like bolding, italics, lists, and code blocks, ensuring messages are clear and visually appealing within the Google Chat environment. The agent can also create formatted tables in chat messages.

When to use it

  • Summarizing meeting notes with key takeaways presented as a bulleted list in Google Chat.
  • Sharing code snippets or configuration examples directly within a Google Chat conversation, properly formatted for readability.
  • Creating reports or updates that include data displayed in a table format within Google Chat.
  • Drafting announcements or instructions using bold and italic text to highlight important information.

Key capabilities

  • Markdown formatting (bold, italics)
  • List creation (bulleted and numbered lists)
  • Code block formatting
  • Table generation

Example prompts

  • "Create a Google Chat message summarizing the project status with a bulleted list of key milestones."
  • "Format this Python code snippet for a Google Chat conversation: print('Hello, world!')"
  • "Generate a table in Google Chat showing sales figures for Q1, Q2, Q3, and Q4."

Tips & gotchas

  • Ensure the AI agent has access to the necessary permissions within your Google Chat workspace.
  • Complex markdown structures might not be fully supported; simpler formatting is recommended for best results.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
laurigates
Installs
4

🌐 Community

Passed automated security scans.