skills$openclaw/internal-comms
seanphan7.3k

by seanphan

internal-comms – OpenClaw Skill

internal-comms is an OpenClaw Skills integration for writing workflows. A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).

7.3k stars93 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

nameinternal-comms
descriptionA set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.). OpenClaw Skills integration.
ownerseanphan
repositoryseanphan/internal-comms
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @seanphan/internal-comms
last updatedFeb 7, 2026

Maintainer

seanphan

seanphan

Maintains internal-comms in the OpenClaw Skills directory.

View GitHub profile
File Explorer
8 files
.
examples
3p-updates.md
3.2 KB
company-newsletter.md
3.2 KB
faq-answers.md
2.3 KB
general-comms.md
602 B
_meta.json
282 B
LICENSE.txt
11.1 KB
SKILL.md
1.5 KB
SKILL.md

name: internal-comms description: A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.). license: Complete terms in LICENSE.txt

When to use this skill

To write internal communications, use this skill for:

  • 3P updates (Progress, Plans, Problems)
  • Company newsletters
  • FAQ responses
  • Status reports
  • Leadership updates
  • Project updates
  • Incident reports

How to use this skill

To write any internal communication:

  1. Identify the communication type from the request
  2. Load the appropriate guideline file from the examples/ directory:
    • examples/3p-updates.md - For Progress/Plans/Problems team updates
    • examples/company-newsletter.md - For company-wide newsletters
    • examples/faq-answers.md - For answering frequently asked questions
    • examples/general-comms.md - For anything else that doesn't explicitly match one of the above
  3. Follow the specific instructions in that file for formatting, tone, and content gathering

If the communication type doesn't match any existing guideline, ask for clarification or more context about the desired format.

Keywords

3P updates, company newsletter, company comms, weekly update, faqs, common questions, updates, internal comms

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install internal-comms?

Run openclaw add @seanphan/internal-comms in your terminal. This installs internal-comms into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/seanphan/internal-comms. Review commits and README documentation before installing.