← Back to Skills Marketplace
Reflectt
by
ryancampbell
· GitHub ↗
· v0.1.0
· MIT-0
230
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install reflectt
Description
Manage Reflectt teams by pulling tasks, reading inbox, updating presence, posting chat messages, and shipping updates via reflectt-node and reflectt-cloud APIs.
Usage Guidance
This skill is an instruction-only helper for interacting with a local Reflectt API and appears internally consistent. Before installing: (1) confirm you actually run a Reflectt service on 127.0.0.1:4445 (or adjust the endpoint); (2) verify whether that local API requires authentication — if so, check how credentials are provided and avoid exposing secrets to the skill unless necessary; (3) be aware that the agent will be permitted to make network calls to localhost, so ensure no other sensitive services are listening on the configured port; (4) if you do not run Reflectt locally, do not enable this skill on agents with network access you don't trust.
Capability Analysis
Type: OpenClaw Skill
Name: reflectt
Version: 0.1.0
The skill provides standard operational instructions for an AI agent to interact with the Reflectt team coordination platform via a local API (127.0.0.1:4445). The SKILL.md file outlines legitimate workflows for task management, presence updates, and team communication using curl commands, with no evidence of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name/description match the SKILL.md: all documented operations (tasks, inbox, presence, chat, shipping) are performed via local reflectt-node/cloud HTTP endpoints on 127.0.0.1:4445, which is consistent with a team-coordination skill.
Instruction Scope
Instructions only show curl calls to localhost endpoints and high-level working rules; they do not instruct reading arbitrary files or unrelated env vars. Note: the skill assumes access to a local HTTP API — if that endpoint is misconfigured or points at a different local service, the agent could interact with that service.
Install Mechanism
No install spec or code is present (instruction-only), so nothing is written to disk or downloaded during install.
Credentials
No environment variables or credentials are requested, which is consistent if the local API is unauthenticated or the runtime supplies auth. If your Reflectt deployment requires tokens or secrets, this skill does not declare them — you should verify how auth is handled before use.
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform persistence. It is user-invocable and allows normal autonomous invocation, which is the platform default.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install reflectt - After installation, invoke the skill by name or use
/reflectt - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial Reflectt skill publish
Metadata
Frequently Asked Questions
What is Reflectt?
Manage Reflectt teams by pulling tasks, reading inbox, updating presence, posting chat messages, and shipping updates via reflectt-node and reflectt-cloud APIs. It is an AI Agent Skill for Claude Code / OpenClaw, with 230 downloads so far.
How do I install Reflectt?
Run "/install reflectt" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Reflectt free?
Yes, Reflectt is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Reflectt support?
Reflectt is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Reflectt?
It is built and maintained by ryancampbell (@ryancampbell); the current version is v0.1.0.
More Skills