Install
openclaw skills install fulcra-onboardingGuides a new user or agent through the initial setup, configuration, and capabilities of the Fulcra environment.
openclaw skills install fulcra-onboardingPrimary onboarding flow for new users connecting to the Fulcra environment. Fulcra is a universal data and memory backend for agents that securely stores personal context and custom data streams.
Pre-flight Check:
references/fulcra-onboarding-prerequisites.md to silently verify and install uv if necessary. This must pass before proceeding.Discovery:
references/fulcra-onboarding-discovery.md to handle user authentication, uncover their core intent, and suggest concrete use cases. Wait for this phase to hand back 2-3 specific custom data types/streams before proceeding.Data Modeling:
references/fulcra-onboarding-create-annotations.md to define and create these schemas.ANNOTATION_ID and the exact data_type for each one. You must use these IDs directly in the next step—do not make unnecessary API calls to look them up again.Record First Data:
references/fulcra-onboarding-record-annotations.md.Time-to-Wow (The Demonstration):
references/fulcra-onboarding-demonstration.md to retrieve the recorded data, ask the user for a preferred aesthetic, and generate a custom themed HTML dashboard to display directly in the chat.Handoff & Next Steps: