Announce

🌐Community
by tilomitra · vlatest · Repository

This "Announce" skill broadcasts a specified message to all users, instantly alerting them to important updates or events for immediate awareness.

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 announce npx -- -y @trustedskills/announce
2

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

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

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

About This Skill

What it does

The announce skill allows an AI agent to make announcements or notifications. It can be used to communicate information, updates, or reminders in a clear and concise manner. The agent can deliver these announcements through various channels depending on the underlying implementation (not specified in source).

When to use it

  • A project manager needs to inform their team about an upcoming deadline.
  • An event organizer wants to broadcast schedule changes to attendees.
  • A customer support bot requires notifying users about service outages.
  • A personal assistant should remind a user of appointments or tasks.

Key capabilities

  • Delivers announcements/notifications.
  • Communicates information clearly and concisely.
  • Supports various communication channels (implementation dependent).

Example prompts

  • "Announce to the team that the deadline is moved to Friday."
  • "Please announce a reminder about tomorrow's meeting at 2 PM."
  • "Broadcast an update: Service outage expected for one hour."

Tips & gotchas

The specific channels through which announcements are delivered depend on how this skill has been implemented. Refer to the skill’s documentation (if available) for details on supported communication methods.

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
tilomitra
Installs
4

🌐 Community

Passed automated security scans.