一键导入
fulcra-onboarding
Guides a new user or agent through the initial setup, configuration, and capabilities of the Fulcra environment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guides a new user or agent through the initial setup, configuration, and capabilities of the Fulcra environment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Builds a highly customizable, interactive HTML dashboard using Alpine.js, modern Vanilla CSS, and a Python backend to display private data from the user's Fulcra data store locally. Includes workflows to export the dashboard for public sharing.
Autonomously orchestrate the ingestion of 3rd-party data exports (e.g., Spotify, Netflix) from the Fulcra File Store into properly mapped Fulcra Annotations.
Analyze Fulcra user data with privacy-respecting Python and CLI workflows: fetch records or metrics, normalize them into DataFrames, compute descriptive summaries, and produce auditable JSON or OKF-ready reports.
Sets up a secure, local-only administration control panel for the Fulcra environment. Features an interactive Chat Envoy for direct agent communication, and a File Store Explorer for browsing the user's data backend.
Allows the user to record custom data annotations and agent visibility metrics, and generates simple HTML dashboards for visualization.
Enable agents to collaborate using shared memory, team inboxes, and user artifacts via Fulcra's versioned file storage.
| name | fulcra-onboarding |
| description | Guides a new user or agent through the initial setup, configuration, and capabilities of the Fulcra environment. |
| homepage | https://github.com/fulcradynamics/agent-skills |
| license | MIT |
| user-invocable | true |
| metadata | {"openclaw":{"emoji":"🌱"}} |
Guide 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.
The onboarding process follows a guided three-phase model. First, you get the user connected. Second, you recommend a powerful "golden path" of core agent capabilities. Third, you present a menu of additional options.
Introduction to Fulcra:
references/fulcra-cli.md file to understand the fulcra-api CLI context and capabilities.Pre-flight Check & Context:
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, recommend a specific post-onboarding path to the user. Ask them if they'd like to be guided through this sequence, explaining that it is the most truly useful way to get started with Fulcra:
fulcradynamics/agent-skills/fulcra-ingest skill).fulcradynamics/agent-skills/fulcra-situational-awareness skill).fulcradynamics/agent-skills/fulcra-agent-teams skill).If they agree, transition them sequentially through these skills.
After they complete the recommended path, or if they decide they do not want to do it, present the following menu of additional options to explore the Fulcra skills, app, and web dashboard.
Present this exact scannable menu to the user:
When the user makes a choice, follow the corresponding path below:
fulcradynamics/agent-skills/fulcra-tracking skill.fulcradynamics/agent-skills/fulcra-memory skill to set up their memory tracking.