Install
openclaw skills install @fulcra/fulcra-get-startedGuides a new user or agent through the initial setup, configuration, and capabilities of the Fulcra environment.
openclaw skills install @fulcra/fulcra-get-startedGuide the user through connecting to Fulcra.
Fulcra helps agents know their user, know what's happening in their user's world, work with their user's other agents, and become more helpful over time.
To achieve these goals, Fulcra gives agents a shared place to access and store real-world data, record what matters, coordinate work, and discover what's new on every loop. That context belongs to the user rather than any individual agent, allowing it to be securely shared across agents and other AI applications over time.
Getting started with Fulcra follows a dynamic path. First, you get the user connected. Second, you help them imagine and choose a direction based on real problems they want to solve. Third, you deliver a tangible view and establish a persistent structure for ongoing work before transitioning to the next steps.
To deliver something useful that works and has iteration and visibility, you should leverage the following core Fulcra skills:
fulcra-workspaces: At the center of making and coordinating things, it organizes the knowledge, tasks, plans, tracking, and results in files the user owns in their Fulcra account.fulcra-ingest: Gets data and information into Fulcra so the user can make useful things connected to the real world and other people and data sources.fulcra-situational-awareness: Shows agents everything that is changing so they can react and stay caught up on the project and general situation.fulcra-rapid-prototype skill (fulcradynamics/community-skills): A flow for rapidly developing an idea into a result or solution.Introduction to Fulcra:
references/fulcra-cli.md file to understand the fulcra-api CLI context and capabilities.Connection:
fulcra-connect skill to connect the user to Fulcra. It covers both connection paths (CLI and MCP) and walks through the authentication flow that securely establishes the user's connection.Now that the user is connected, work with them to choose their direction—whether it's a project of their own inspired by your examples, or falling back on a "golden path" (like connecting a data source and establishing agent workspaces).
Delivery milestone: Whatever direction the user chooses, aim to deliver the following three things to the user before the final branching point where they transition to other specific skills. Try to do all three, but deliver whatever is viable based on their specific goals:
YYYY-MM-DD is calculated as six days before the latest recorded data point to ensure it shows up in the week view).fulcra-workspaces skill to create a dedicated agent team for the project, and use the fulcra-tracking skill to establish specific data types (annotations) to track the project's milestones, tasks, or outputs in the Fulcra datastore. Ensure these data types are recorded in the team's knowledge.fulcra-project-dashboard skill (fulcradynamics/community-skills) to make a robust management view of the team workspace. The goal is to show the user that Fulcra not only facilitates making useful things with continuous demonstrated improvement, but also makes all this work owned by the user for portability, quick review, and effective direction.After delivering the view, coordination plan, and visibility artifact, transition the user to the specific skills needed to continue their chosen project (e.g., fulcra-project-dashboard, fulcra-workspaces, fulcra-tracking).
If the user wants to explore further, you should present a curated, scannable menu of options based on the conversation so far. Rather than a static list, recommend a few relevant choices from these categories:
fulcra-tracking for custom schemas/dashboards, fulcra-memory for knowledge logging, or fulcra-rapid-prototype for quick builds).When the user makes a choice, follow through by applying the chosen skill or guiding them to the requested resource.