What problem does it solve?
Agents working alongside OpenLoomi need visibility into what Goals are active and how far each one has progressed, but there is no built-in way to query that state from outside the app. This Skill provides a read-only client that lists active, paused, or blocked Goals and retrieves a Goal's ordered steps and current progress.
Core Features & Use Cases
- List Goals: Query all active, paused, or blocked Goals across the current owner's chats, or filter by a specific runtime session ID.
- Inspect Goal Details: Retrieve a single Goal's ordered steps and progress using its runtime session ID and Goal ID.
- Use Case: While running an agent session, ask which Goals are currently blocked, get their IDs, then inspect a specific Goal's steps to decide what to work on next.
Quick Start
Ask the agent to list my active OpenLoomi Goals and show the progress of the one I specify.