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.
The onboarding process follows a strict two-phase "Hub and Spoke" model. First, you get the user connected. Then, you present a menu of options and let the user choose what to do next.
Pre-flight Check & Context:
references/fulcra-cli.md file to understand the fulcra-api CLI context and capabilities.references/fulcra-onboarding-prerequisites.md to verify and install uv if necessary, asking the user for confirmation before installation. This must pass before proceeding.Authentication:
references/fulcra-onboarding-auth.md. This step securely authenticates the user via the Fulcra CLI.Immediately after declaring the core onboarding complete, present the following menu of next steps to the user. Do not force them down any path automatically.
Present this exact scannable menu to the user:
When the user makes a choice, follow the corresponding path below:
This path runs an interactive demonstration of Fulcra's data capabilities.
references/fulcra-onboarding-discovery.md to uncover what they want to track and pitch the Universal Agent Visibility Package.fulcra-api data-type create command to create the custom schemas based on the user's intent. Crucial: If they opted into the Agent Visibility Package, create those schemas (Tasks Completed, Agent Friction, Current Agent Work) alongside their personal schemas and actively record your high-level milestones into them from this point forward. Remember the ids returned by the create command.references/fulcra-onboarding-record-annotations.md. Do not use curl for this. Use the fulcra-api CLI if a specific record command is available, or fallback to the instructions in the record annotations reference file.references/fulcra-onboarding-demonstration.md to fetch the data and generate a custom HTML dashboard. Stop and ask for a theme before generating.fulcra-memory skill to perform the backup.fulcra-agent-teams skill so they can get set up.fulcra-prefs skill so they can load and capture preferences universally across all their agents.