dashboard-api

Manage tasks, projects, and activity logs via the OpenClaw Dashboard API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/laurenzseifried/hektor-workspace --skill dashboard-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashboard-api
Source: https://github.com/laurenzseifried/hektor-workspace/tree/main/skills/dashboard-api
Command: npx skills add https://github.com/laurenzseifried/hektor-workspace --skill dashboard-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a programmatic interface to interact with the OpenClaw Dashboard API, enabling automated management of tasks, projects, and activity logs.

Core Features & Use Cases

  • Task Management: Create, update, and delete tasks, optionally filtering by project.
  • Project Management: Create, update, and archive projects.
  • Activity Logging: Log various types of agent activities and system events.
  • Data Retrieval: Access project lists, memory files, and documentation.
  • Use Case: Automatically create a new task for a specific project when a certain event occurs, or log the completion of a research activity.

Quick Start

Use the dashboard-api skill to create a new task with the title "Setup Hektor workspace".

Frequently Asked Questions about dashboard-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate task management for projects using a local dashboard API?

Automate task management by interacting with the OpenClaw Dashboard API on localhost:3000 to perform CRUD operations on tasks and projects, optionally filtering tasks by specific project identifiers.

Can I retrieve project lists and memory data through the dashboard API?

Retrieve project lists and memory data by querying the OpenClaw Dashboard API on localhost:3000, which supports fetching project information, memory files, and existing documentation.

Do I need a specific content type to create tasks via the dashboard API?

Creating tasks via the dashboard API requires a JSON content type for relevant requests to ensure proper data serialization when performing CRUD operations on the localhost:3000 endpoint.

What are the limitations of using a local dashboard API for activity logging?

The primary limitation of using the local dashboard API for activity logging is that it requires the OpenClaw Dashboard server to be actively running and accessible on localhost:3000 to process requests.