返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
r

reflectt

Operate Reflectt teams via reflectt-node and reflectt-cloud: tasks, inbox, presence, shipping, and operator workflows.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
188
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

reflectt

# 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: ```bash 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 ```bash 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 ```bash curl -s "http://127.0.0.1:4445/tasks/next?agent=link" ``` ### Read my inbox ```bash 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 ```bash 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 ```bash 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 ```bash 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 ```bash 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.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 reflectt-1776116175 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 reflectt-1776116175 技能

通过命令行安装

skillhub install reflectt-1776116175

下载

⬇ 下载 reflectt v0.1.0(免费)

文件大小: 1.72 KB | 发布时间: 2026-4-15 14:08

v0.1.0 最新 2026-4-15 14:08
Initial Reflectt skill publish

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部