daily-dashboard

Manage daily todos, journals, and focus data via a simple HTTP API.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/gautjac/dashboard --skill daily-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-dashboard
Source: https://github.com/gautjac/dashboard/tree/main/clawdbot-skill
Command: npx skills add https://github.com/gautjac/dashboard --skill daily-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing todos, journals, and daily focus through a single, programmable HTTP API to automate personal productivity and data coherence.

Core Features & Use Cases

  • List, add, complete, or delete todos from any HTTP client using simple curl commands.
  • Retrieve and write journal entries and focus lines to keep daily reflections in one place.
  • Use cases include automation scripts, chat assistants, and personal workflows that need consistent access to task and journal data.

Quick Start

Use the exec tool to query the Daily Dashboard API and begin by listing your todos.

Frequently Asked Questions about daily-dashboard

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

FAQPage Schema
How do I manage daily todos and journal entries via an HTTP API?

You manage daily todos and journal entries via an HTTP API by sending curl commands to list, add, update, or retrieve tasks, focus lines, and reflections through a simple endpoint interface.

Can I use curl to automate personal task and journal workflows?

Yes, you can use curl to automate personal task and journal workflows by executing HTTP requests that add, complete, or delete todos and write daily focus data for consistent access.

What is a curl-driven dashboard for daily productivity?

A curl-driven dashboard for daily productivity is an HTTP API interface that controls tasks, journals, and focus data using command-line HTTP requests instead of a graphical application.

Does the daily-dashboard API support retrieving and updating existing focus lines?

Yes, the daily-dashboard API supports retrieving and updating existing focus lines, allowing you to fetch current daily focus data and modify it through simple HTTP requests.

What is the best way to integrate a daily task API with automation scripts?

The best way to integrate a daily task API with automation scripts is to use standard curl commands to send HTTP requests for listing, adding, and updating todos and journals programmatically.

Do I need any specific dependencies to use this HTTP API for todos?

You do not need any specific dependencies to use this HTTP API for todos beyond a standard HTTP client like curl and an environment that supports executing the defined exec command pattern.