agent-chat
Real-time chat and messaging system for AI agents with multi-platform support and collaboration features
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Real-time chat and messaging system for AI agents with multi-platform support and collaboration features
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
A library of 150 brand and aesthetic design systems (Apple, Stripe, Linear, Vercel, Notion, GitHub, Figma, Spotify, Tesla, and more, plus styles like brutalism, glassmorphism, neumorphism, editorial, minimal). Use when the user wants a UI to look like a brand, match a brand's style or vibe, or adopt a named aesthetic. Read references/<brand>.md for that brand's colors, typography, spacing, radii, and component style before generating any UI.
Apply Anthropic's official brand colors and typography to artifacts for consistent visual identity and professional design standards. A reference for shaping your own.
Create beautiful visual art in PNG and PDF documents using design philosophy and aesthetic principles for posters, illustrations, and static pieces.
Frontend design and UI/UX development tools for shipping production-ready interfaces with strong typographic and layout discipline.
Apply professional font and color themes to artifacts including slides, docs, reports, and HTML landing pages. Ships 10 pre-set themes.
Orchestrates UI and page design. Use when the user asks to design a page, screen, UI, landing page, dashboard, login flow, pricing page, invoice, resume, FAQ, article, slide deck, social card, or any web layout; to make it look like a brand (Apple, Stripe, Linear, Vercel, Notion, ...); or to build a mockup, prototype, wireframe, or HTML preview. Picks a matching layout skill, optionally adopts a brand design system, then writes a single self-contained HTML file to <project>/.devspace/preview/ so DevSpace can preview it.
| name | agent-chat |
| description | Real-time chat and messaging system for AI agents with multi-platform support and collaboration features |
This built-in skill provides real-time chat and messaging capabilities for AI agents to communicate with users, other agents, and external services across multiple platforms.
tool: agent-chat
action: send_message
platform: "slack"
channel: "#general"
message: "Hello team! Here's the latest update..."
attachments:
- type: "image"
url: "https://example.com/chart.png"
- type: "file"
path: "/reports/weekly.pdf"
tool: agent-chat
action: read_messages
platform: "discord"
channel: "project-updates"
limit: 50
since: "2026-03-12T00:00:00Z"
filter:
from: ["team-member", "project-bot"]
tool: agent-chat
action: create_channel
platform: "slack"
name: "project-alpha"
purpose: "Coordination for Project Alpha"
members:
- "user1@example.com"
- "user2@example.com"
- "agent-alpha"
The agent-chat skill can be configured with the following parameters:
default_platform: Default chat platform (default: slack)message_retention: Message retention period (default: 30 days)auto_response_enabled: Enable automated responses (default: false)presence_status: Default presence status (online, away, do_not_disturb)notification_settings: Notification preferences for different message typesplatform_integrations: Enabled chat platform integrationsThis skill is essential for any agent that needs to communicate in real-time, collaborate with teams, or integrate with chat-based workflows. It provides seamless communication across platforms while maintaining security and privacy.