message-send

v1.0.0

Instruções e fluxo de trabalho para o comando openclaw message send. Utilize para enviar mensagens, mídias e payloads complexos (botões/cards) para múltiplos...

0· 145·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for raphacastelloes/message-send.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "message-send" (raphacastelloes/message-send) from ClawHub.
Skill page: https://clawhub.ai/raphacastelloes/message-send
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install message-send

ClawHub CLI

Package manager switcher

npx clawhub@latest install message-send
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the content: the files only provide procedural CLI instructions for `openclaw message send` and related references (channels and payload JSON). There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md tells the agent to run openclaw subcommands (channels list, directory, message send) and to prepare JSON payloads or media paths; all actions are narrowly scoped to sending messages and obtaining IDs. Example URLs appear only in illustrative payloads and not as hidden endpoints.
Install Mechanism
No install spec and no code files are included; this is instruction-only so nothing will be downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. It does rely on an existing, trusted `openclaw` CLI being available on the system, which is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent privileges or attempt to modify agent/system configuration. Autonomous invocation is allowed by platform default but not uniquely privileged by this skill.
Assessment
This is a documentation-only skill that instructs the agent to call your local `openclaw` CLI to send messages. Before using: ensure the `openclaw` binary on your system is from a trusted source and configured with the correct channel credentials; review any JSON payloads or URLs you send to avoid exposing sensitive data or opening links to untrusted sites; use the `--dry-run` option to preview payloads; confirm which account (`--account`) and target IDs you are using to avoid sending messages to the wrong recipients.

Like a lobster shell, security has layers — review code before you run it.

latestvk973h04drxsy2vp9kf1zw16twx83a9b6
145downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Skill: message-send

Esta skill fornece orientação procedural para o envio de mensagens através do comando openclaw message send.

Fluxo de Trabalho Recomendado

Siga estes passos para garantir que a mensagem seja enviada corretamente para o destino desejado:

  1. Verificar Canais Ativos: Execute openclaw channels list para confirmar quais canais estão configurados e habilitados.
  2. Identificar o Alvo (Target): Se não possuir o ID exato do contato ou grupo, utilize o comando openclaw directory para pesquisar.
    • openclaw directory peers list --channel <canal> --query "<nome>"
    • openclaw directory groups list --channel <canal>
  3. Enviar a Mensagem: Execute o comando de envio com os parâmetros necessários.
    • Simples: openclaw message send --channel <canal> --target <id> --message "Sua mensagem aqui"
    • Com Mídia: openclaw message send --channel <canal> --target <id> --media "/caminho/para/arquivo.png" (opcional: inclua --message para legenda).
    • Com Botões: Utilize --buttons '<json>'. Veja exemplos em references/payloads.md.

Opções Comuns

  • --channel: O serviço de chat (ex: whatsapp, telegram, discord, slack).
  • --target: O ID do destino (E.164 para números, @username ou ID numérico para outros). Veja detalhes em references/channels.md.
  • --message: O texto da mensagem.
  • --reply-to: O ID de uma mensagem para responder (se suportado pelo canal).
  • --silent: Envia sem notificação (suportado no Telegram e Discord).
  • --dry-run: Exibe o payload mas não envia a mensagem. Útil para depurar JSONs complexos.

Casos Especiais e Referências

  • Detalhes de Canais: Para saber os tipos de IDs aceitos por cada canal, consulte references/channels.md.
  • JSONs para Cards e Botões: Para enviar botões, adaptive cards ou componentes do Discord, consulte references/payloads.md.
  • Multi-contas: Se houver mais de uma conta no mesmo canal, especifique a conta com --account <id>.

Comments

Loading comments...