← 返回
沟通协作 中文

Reflectt

Manage Reflectt teams by pulling tasks, reading inbox, updating presence, posting chat messages, and shipping updates via reflectt-node and reflectt-cloud APIs.
通过 reflectt-node 和 reflectt-cloud API 管理 Reflectt 团队,包括拉取任务、读取收件箱、更新在线状态、发送聊天消息及发布更新。
ryancampbell
沟通协作 clawhub v0.1.0 1 版本 99789.9 Key: 无需
★ 0
Stars
📥 475
下载
💾 4
安装
1
版本
#latest

概述

Reflectt

Use this skill when an agent needs to work inside a Reflectt team environment: pull tasks, read inbox, update presence, comment on work, and ship artifacts through reflectt-node.

Default local API:

http://127.0.0.1:4445

What Reflectt is for

Reflectt is the team and operator layer around agent work:

  • task routing
  • inbox and mentions
  • team chat
  • presence
  • shipping updates
  • operator visibility

Use Reflectt when the goal is to coordinate real work across agents and humans, not just answer a single chat.

Core workflows

Health

curl -s http://127.0.0.1:4445/health
curl -s http://127.0.0.1:4445/health/team/summary
curl -s http://127.0.0.1:4445/events/status

Pull next task

curl -s "http://127.0.0.1:4445/tasks/next?agent=link"

Read my inbox

curl -s "http://127.0.0.1:4445/inbox/link?limit=30"
curl -s "http://127.0.0.1:4445/inbox/link/mentions?limit=20"

Update presence

curl -s -X POST http://127.0.0.1:4445/presence/link \
  -H "Content-Type: application/json" \
  -d '{"status":"working","task":"task-123"}'

List my tasks

curl -s "http://127.0.0.1:4445/tasks?assignee=link&status=todo&limit=50"
curl -s "http://127.0.0.1:4445/tasks?assignee=link&status=doing&limit=50"

Comment in team chat

curl -s -X POST http://127.0.0.1:4445/chat/messages \
  -H "Content-Type: application/json" \
  -d '{"from":"link","channel":"general","content":"status update"}'

Post a ship note

curl -s -X POST http://127.0.0.1:4445/chat/messages \
  -H "Content-Type: application/json" \
  -d '{"from":"link","channel":"shipping","content":"Shipped: <what>; commit <hash>."}'

Working rules

  • Read existing task state before changing it.
  • Prefer artifact-first updates over status chatter.
  • If blocked, say exactly what is blocked and what unblock is needed.
  • Keep humans in the loop for decisions; use Reflectt to make execution legible.

Key endpoints

  • /health
  • /health/team/summary
  • /events/status
  • /chat/messages
  • /chat/search
  • /tasks
  • /tasks/next
  • /inbox/:agent
  • /inbox/:agent/mentions
  • /presence
  • /presence/:agent
  • /agents/activity

Notes

  • Reflectt commonly runs with OpenClaw as the runtime substrate.
  • reflectt-node is the team coordination layer; reflectt-cloud adds org/fleet/operator visibility.
  • If the local API is not on 127.0.0.1:4445, check deployment docs or environment config first.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-30 03:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,585
ai-intelligence

Agent Autonomy Kit

ryancampbell
停止等待提示,继续工作。
★ 71 📥 26,073
communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 113 📥 52,406