一键导入
fulcra-tracking
Allows the user to record custom data annotations and agent visibility metrics, and generates simple HTML dashboards for visualization.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Allows the user to record custom data annotations and agent visibility metrics, and generates simple HTML dashboards for visualization.
用 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.
Guides a new user or agent through the initial setup, configuration, and capabilities of the Fulcra environment.
Enable agents to collaborate using shared memory, team inboxes, and user artifacts via Fulcra's versioned file storage.
| name | fulcra-tracking |
| description | Allows the user to record custom data annotations and agent visibility metrics, and generates simple HTML dashboards for visualization. |
| homepage | https://github.com/fulcradynamics/agent-skills |
| license | MIT |
| user-invocable | true |
| metadata | {"openclaw":{"emoji":"📊"}} |
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.
references/fulcra-tracking-cli.md file to understand the custom tracking CLI commands.references/fulcra-tracking-discovery.md to uncover what the user wants 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.ids returned by the create command.references/fulcra-tracking-cli.md.references/fulcra-tracking-demonstration.md to fetch the data and generate a custom HTML dashboard.fulcradynamics/agent-skills/fulcra-dashboard skill to generate a durable React-based dashboard app backed by their Fulcra data.