/install fulcra-tracking
Fulcra Tracking & Dashboards
This skill guides the user through discovering data they want to track in Fulcra, setting up the necessary schemas (including the Agent Visibility Package), recording data, and generating a custom HTML dashboard to display it.
General Guidelines
- Tone & Vibe: Engaging, conversational, and focused on demonstrating the immediate value ("Time-to-Wow") of Fulcra's data tracking capabilities.
- Maintain Momentum: Guide the user quickly from schema creation to data entry to dashboard generation.
Workflow
- User Intent Discovery:
- Read the
references/fulcra-tracking-cli.mdfile to understand the custom tracking CLI commands. - Read and execute
references/fulcra-tracking-discovery.mdto uncover what the user wants to track and pitch the Universal Agent Visibility Package.
- Read the
- Data Modeling:
- Use the
fulcra-api data-type createcommand to create the custom schemas based on the user's intent. - Crucial: If they opted into the Agent Visibility Package, create those schemas (e.g., 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.
- Use the
- Record First User Data:
- Ask a direct question to get their first piece of data for one of their new schemas, then record it using
references/fulcra-tracking-record-annotations.md. - Do not use
curlfor this. Use thefulcra-apiCLI if a specificrecordcommand is available, or fallback to the instructions in the record annotations reference file.
- Ask a direct question to get their first piece of data for one of their new schemas, then record it using
- Time-to-Wow (The Demonstration):
- Read and execute
references/fulcra-tracking-demonstration.mdto fetch the data and generate a custom HTML dashboard. - Architectural Rules: Follow the "Static Triad" (index.html, app.js, theme.css) or single-scroll artifact paradigm using Alpine.js, D3.js, and pure Vanilla CSS. Do not use Tailwind via CDN due to CSP conflicts.
- Stop and ask for a theme before generating.
- Read and execute
- Handoff to Dashboard Skill:
- Once the user is satisfied with their static HTML dashboard demonstration, explicitly inform them that they can make this dashboard a permanent, live, interactive artifact that updates automatically.
- Tell them they can transition to the
fulcra-dashboardskill to generate a durable React-based dashboard app backed by their Fulcra data.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install fulcra-tracking - After installation, invoke the skill by name or use
/fulcra-tracking - Provide required inputs per the skill's parameter spec and get structured output
What is Fulcra Tracking?
Allows the user to record custom data annotations and agent visibility metrics, and generates simple HTML dashboards for visualization. It is an AI Agent Skill for Claude Code / OpenClaw, with 41 downloads so far.
How do I install Fulcra Tracking?
Run "/install fulcra-tracking" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Fulcra Tracking free?
Yes, Fulcra Tracking is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Fulcra Tracking support?
Fulcra Tracking is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Fulcra Tracking?
It is built and maintained by Fulcra.ai (@fulcra); the current version is v0.0.1.