Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计提醒

eisenhower-task-manager艾森豪威尔任务管理器

Agent Skill

eisenhower-task-manager 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,157

周安装

419

GitHub Stars

公开资料未说明

下载量

3,318
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:eisenhower-task-manager(艾森豪威尔任务管理器)
来源仓库:https://github.com/yayayahei/eisenhower-task-manager
安装命令:
openclaw skills install eisenhower-task-manager
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install eisenhower-task-manager

简介

eisenhower-task-manager 基于艾森豪威尔矩阵管理任务优先级与客户项目。

  • 专为 OpenClaw 设计,适用于多项目并行环境下的工作流组织。
  • 通过 ClawHub 安装,划分四个象限并关联 P0-P2 客户项目列表。
  • 使用前需确认权限范围、维护状态,以及是否会触发本地数据存储操作。
  • 建议定期回顾任务分布以确保紧急重要事项得到及时处理。

SKILL.md

name
task-manager
description
Task management based on Eisenhower Matrix + P0-P2 priority with Customer Project Management. Four quadrants for execution, separate Customer Project List for all customer work.

Task Manager - Four-Level System

Architecture

LayerFilePurpose
Customertasks/customer-projects.mdALL customer projects (single source of truth)
Executiontasks/tasks.mdFour quadrants (personal + customer tasks requiring YOUR execution)
Futuretasks/maybe.mdIdeas for later evaluation
Delegationtasks/delegation.mdTasks assigned to others
Archivetasks/archived.mdCompleted/deleted history

Core Principles

  1. Customer projects NEVER duplicate - exist only in Customer Project List
  2. Personal execution only - customer tasks enter quadrants only when YOU must execute
  3. Sequential numbering - 1-N per file, no gaps, no duplicates
  4. Auto-fix numbering - after EVERY operation, verify and fix sequence

Four Quadrants

QNameStrategyWhen
Q1Important + UrgentExecute immediatelyDeadlines, blockers
Q2Important + Not UrgentPlan & scheduleOKRs, strategic work
Q3Not Important + UrgentBatch processMaintenance, delegatable
Q4Not Important + Not UrgentPostpone/deleteExploration, optional

Priority Tiers (within quadrant)

  • P0: Today (hard deadline or blocking)
  • P1: This week
  • P2: This month/quarter

Customer Project Workflow

New Customer Project
    ↓
Add to Customer Project List (record all)
    ↓
Need YOUR execution?
    ├─ YES → Add to appropriate Quadrant, tag with [Customer/ProjectName]
    └─ NO → Keep in Customer Project List only
    ↓
Regular Review → Update status (Active/Blocked/Pending)
    ↓
Completed → Archive entry + complete quadrant task if exists

Task Numbering Rules

Quadrant Tasks (tasks.md)

  • Q1: 1 to N
  • Q2: (N+1) to M
  • Q3: (M+1) to P
  • Q4: (P+1) to Q
  • Continuous sequence across quadrants, no gaps

Maybe List (maybe.md)

  • Sequential: 1, 2, 3...
  • ALWAYS append to END - never insert in middle
  • Verify: last_number == total_count

Customer Projects (customer-projects.md)

  • Per-customer numbering: 1, 2, 3...
  • Independent across customers

Delegation List (delegation.md)

  • Sequential: 1, 2, 3...
  • ALWAYS append to END
  • Verify: last_number == total_count
  • Format: ### X. Task Name @assignee

Archive (archived.md)

  • Sequential: 1, 2, 3...
  • ALWAYS append to END
  • Group by archive date
  • Format: ### X. Task Name [Archived: YYYY-MM-DD]

Numbering Verification (MUST RUN AFTER EVERY OPERATION)

  1. Read target file
  2. Scan for: duplicates, gaps, wrong transitions
  3. Reassign sequential numbers starting from 1
  4. Re-read to verify
  5. Repeat if issues remain

Numbering Checklist:

  • [ ] Sequential from 1, no gaps
  • [ ] No duplicates
  • [ ] Q2 starts at Q1_count+1, Q3 at Q2_end+1, etc.

Operations

Add Task

See references/task-add.md for complete workflow.

Quick Guide:

  1. Determine level: Quadrants / Delegation / Maybe
  2. Determine quadrant (if applicable): Q1/Q2/Q3/Q4
  3. Assign priority: P0/P1/P2
  4. Insert at appropriate position
  5. Renumber ALL tasks (sequential from 1)
  6. Update statistics
  7. Display updated list
  8. (Optional) Offer to open Dashboard for visual review

Complete Task

See references/task-complete.md for complete workflow.

Key Points:

  • MUST NOT stop at just marking [x] - full flow required
  • Delete completed task from source file
  • Renumber remaining tasks
  • Move to archived.md
  • Update statistics
  • Display updated list
  • (Optional) Offer to open Dashboard to see updated status

Three Scenarios:

  1. Main Task List (tasks.md) - Four Quadrant tasks
  2. Delegation List (delegation.md) - Delegated tasks
  3. Maybe List (maybe.md) - Future tasks

Post-Operation Dashboard Offer

After any task operation (add/complete/update), the skill SHOULD offer to open the dashboard:

✅ Task Added Successfully

**Summary:**
- Task: [Task Name]
- Location: Q2 #15
- Priority: P1

📊 Would you like to view the task dashboard?
→ User approves: Launch dashboard and open browser
→ User declines: Continue with next operation

Implementation: Check if user wants to open dashboard after major operations.

Add Customer Project

Step 1: Add to Customer Project List

### [Customer Name]

#### X. Project Name [Status]
- **Status**: Active / Blocked / Pending / Completed
- **Type**: Implementation / Support / POC / Maintenance
- **Description**: Brief
- **Created**: YYYY-MM-DD
- **Last Review**: YYYY-MM-DD
- **Notes**: Progress, blockers

Step 2: If personal execution needed, also add to Quadrants

Complete Customer Project

  1. Mark Completed in Customer Project List
  2. Archive the entry in archived.md
  3. Complete related quadrant task if exists

Add to Maybe List

  1. Read tasks/maybe.md
  2. Find highest task number (N)
  3. Append new task as #(N+1) at END
  4. Update total count and timestamp

Check/Fix Numbering

Trigger phrases: "check task numbering", "fix sequence", "序号问题"

Action: Read file → scan issues → auto-fix → re-verify → repeat if needed

Output Format (MUST OUTPUT AFTER EVERY OPERATION)

✅ [Operation] Completed

**Summary:**
- Operation: [Add/Update/Complete/Move/Delete]
- Target: [Task name/ID]
- Location: [Q1/Q2/Q3/Q4/Customer/Maybe/Delegation/Archive]

**Statistics:**
| Quadrant | Count |
|----------|-------|
| Q1 | X |
| Q2 | X |
| Q3 | X |
| Q4 | X |

See references/output-examples.md for detailed examples.

Healthy Metrics

ListTargetWarning
Customer Projects5-15-
Q13-5>5 indicates poor planning
Q28-12Core investment area
Q35-10Automate gradually
Q4<10Clean up regularly
Maybe<20Review monthly
Delegation<15Review weekly

Time Rhythm

  • Daily: Check Q1, customer escalations
  • Weekly: Review Customer Projects, Q2 planning, Delegation check
  • Monthly: Archive completed, review blocked, adjust priorities

Task Tags

  • Customer tasks in quadrants: [Customer/ProjectName]
  • Blocked tasks: 🚫 Blocked
  • Status: P0/P1/P2

Dashboard (Optional)

A real-time web dashboard is available to view all tasks in a friendly format.

Location: dashboard/

Features:

  • 📊 Real-time statistics showing task counts by quadrant
  • 🔥 Four-quadrant matrix view with color coding
  • 🏢 Customer projects overview with filtering
  • 👑 Delegation list with assignee and deadline info
  • 🌱 Maybe list for future ideas
  • 🎨 Dark theme with modern UI design
  • 🌐 Bilingual support (English/Chinese)
  • ⚡ Real-time updates via WebSocket when markdown files change
  • 📱 Responsive layout for different screen sizes
  • 💡 Hover to see full task details - Mouse over any task card to see complete information including description, subtasks, tags, and timestamps

Dashboard Launch Workflow

After completing task operations, the skill will offer to open the dashboard:

✅ [Operation] Completed

Would you like to view the task dashboard?
[Open Dashboard] [Skip]

If approved → Auto-start dashboard and open browser
If skipped  → Dashboard remains available for manual launch

Manual Launch (Anytime)

Method 1: Daemon Mode (Recommended for Long-term Use)

Run in background, service continues after terminal closes:

cd dashboard
./start.sh --daemon     # Start in background, no terminal dependency

Features:

  • ✅ Service continues after terminal closes
  • ✅ Auto PID management, prevents duplicate starts
  • ✅ Logs output to dashboard.log
  • ✅ Shows access URL and PID after startup

Stop the daemon:

./stop.sh               # Gracefully stop the service

Method 2: Foreground Mode (For Debugging)

Suitable for development and debugging, service stops when terminal closes:

cd dashboard
./start.sh              # Run in foreground, Ctrl+C to stop

Advanced Usage

# Specify port (default 8080)
./start.sh --daemon --port 3000

# Check running status
curl http://localhost:8080/api/health

Architecture

  • Markdown files are the single source of truth
  • Node.js server parses markdown in real-time
  • WebSocket pushes updates to browser when files change
  • No database required - pure markdown-driven
  • Enhanced error handling: global exception capture, port conflict detection

Reference Materials

FilePurpose
references/task-add.mdComplete workflow for adding tasks - levels, quadrants, priorities, renumbering
references/task-complete.mdComplete workflow for completing tasks - 3 scenarios (Main/Delegation/Maybe), archiving
references/numbering-rules.mdNumbering rules for all 5 task lists
references/output-examples.mdOutput format examples
references/maybe-list-workflow.mdStep-by-step Maybe List operations
references/templates.mdStatistics and report templates
references/dashboard-offer.mdDashboard offer workflow after task operations
dashboard/Real-time web dashboard (./start.sh --daemon for background mode)

Critical: Always read task-add.md or task-complete.md before performing those operations to ensure full workflow compliance.


*Version: 8.2 (Added daemon mode, stop.sh, enhanced error handling)* *Last Updated: 2026-04-21*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

73.85%
按下载量换算2,450

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills