fluent-core

Coordinate Fluent domain readiness and routing decisions across domains.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/shaner-git/fluent-oss --skill fluent-core
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fluent-core
Source: https://github.com/shaner-git/fluent-oss/tree/main/openclaw-plugin/fluent/skills/fluent-core
Command: npx skills add https://github.com/shaner-git/fluent-oss --skill fluent-core

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages and coordinates domain readiness and cross-domain routing to ensure tasks are handed off to the correct domain skill when Fluent is ready.

Core Features & Use Cases

  • Reads shared Fluent capabilities and profile state to determine readiness.
  • Manages domain lifecycle: available, disabled, onboarding, and completion.
  • Routes tasks to the appropriate domain skill once readiness conditions are met.

Quick Start

Initialize Fluent core by inspecting capabilities and route to the required domain skill once readiness is confirmed.

Frequently Asked Questions about fluent-core

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate domain readiness before routing tasks to specific skills?

Domain readiness is coordinated by reading shared capabilities and profile state to determine availability, then enabling domains and updating the shared profile before routing tasks to the appropriate domain skill.

What is cross-domain routing and when do I need it for task hand-offs?

Cross-domain routing directs tasks to the correct domain skill once readiness conditions are met. You need it when managing domain lifecycles and handing off tasks across multiple domains to ensure proper execution.

How do I manage the lifecycle of a domain from onboarding to completion?

You manage the domain lifecycle by checking availability, enabling the domain, beginning onboarding, and completing onboarding to update the shared profile and route tasks to the appropriate specialized skill.

Can I check domain availability and capabilities before enabling a domain?

Yes, you can inspect shared capabilities and profile state to determine domain availability before enabling domains, continuing onboarding, or routing tasks to ensure readiness conditions are satisfied.

What's the best way to update a shared profile before routing to a domain skill?

The best way to update a shared profile is to orchestrate lifecycle actions by inspecting capabilities, enabling the target domain, and completing onboarding to ensure the profile reflects current readiness before routing.

Why does a domain skill not receive a task hand-off during onboarding?

A domain skill may not receive a hand-off if readiness conditions are unmet, meaning the shared profile and capabilities indicate the domain is still disabled or onboarding has not been completed.