Skip to content
OpenSmartRoute
Skillv1.0.0

Task Planner — Professional Task Manager & Scheduler

Manage tasks, set priorities, and track deadlines locally. Supports bilingual (EN/CN) documentation. 支持个人任务管理、优先级设定及到期提醒。100% private, no cloud sync. Use when organizing daily work, planning projects,

by bighardperson(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from bighardperson/computer-science-skills-collection (skills/task-planner/SKILL.md). Install upstream with npx skills add bighardperson/computer-science-skills-collection --skill task-planner. Copyright stays with the author.

Task Planner / 楼台任务助手

Your professional local task manager. All data stays on your machine.

Quick Start / 快速开始

Just ask your AI assistant: / 直接告诉 AI 助手:

  • "Add a high priority task: Finish report by Friday" (添加高优先级任务:周五前完成报告)
  • "Show all tasks due today" (显示今日待办任务)
  • "Mark task #1 as completed" (标记任务1为已完成)

When to Use / 使用场景

  • Daily Workflow: Organizing your immediate to-do list and staying productive.
  • Deadline Tracking: Keeping an eye on upcoming project milestones and due dates.
  • Privacy First: When you need a task manager that doesn't upload your data to the cloud.

Requirements / 要求

  • bash 4+
  • python3 (standard library)

Safety & Privacy / 安全与隐私

  • Local Storage: All data is stored in ~/.task-planner/tasks.json.
  • No Cloud: This tool does NOT make any network calls or cloud sync.
  • Minimalist: Only standard Linux tools and Python 3 are required.

Commands / 常用功能

add

Add a new task with optional priority and due date.

bash scripts/script.sh add "Task description" --priority high --due 2026-12-31

list

Display pending or all tasks.

bash scripts/script.sh list --status pending

done

Complete a task by ID.

bash scripts/script.sh done 1

Feedback

https://bytesagain.com/feedback/ Powered by BytesAgain | bytesagain.com

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/bighardperson-computer-science-skills-collection-task-planner/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

bighardperson-computer-science-skills-collection-task-planner.ocm.jsonjson
{
  "ocm": "1",
  "id": "bighardperson-computer-science-skills-collection-task-planner",
  "kind": "skill",
  "name": "Task Planner — Professional Task Manager & Scheduler",
  "description": "Manage tasks, set priorities, and track deadlines locally. Supports bilingual (EN/CN) documentation. 支持个人任务管理、优先级设定及到期提醒。100% private, no cloud sync. Use when organizing daily work, planning projects, or tracking completion.",
  "publisher": "bighardperson",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "math"
    ],
    "tags": [
      "skill-md",
      "productivity",
      "task-management",
      "scheduler",
      "todo-list",
      "bilingual",
      "efficiency",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Manage tasks, set priorities, and track deadlines locally. Supports bilingual (EN/CN) documentation. 支持个人任务管理、优先级设定及到期提醒。100% private, no cloud sync. Use when organizing daily work, planning projects, or tracking completion."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/bighardperson/computer-science-skills-collection",
      "path": "skills/task-planner/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/bighardperson/computer-science-skills-collection/blob/HEAD/skills/task-planner/SKILL.md",
      "key": "bighardperson/computer-science-skills-collection/skills/task-planner/SKILL.md"
    }
  },
  "instructions": "# Task Planner / 楼台任务助手\n\nYour professional local task manager. All data stays on your machine.\n\n## Quick Start / 快速开始\nJust ask your AI assistant: / 直接告诉 AI 助手:\n- \"Add a high priority task: Finish report by Friday\" (添加高优先级任务:周五前完成报告)\n- \"Show all tasks due today\" (显示今日待办任务)\n- \"Mark task #1 as completed\" (标记任务1为已完成)\n\n## When to Use / 使用场景\n- **Daily Workflow**: Organizing your immediate to-do list and staying productive.\n- **Deadline Tracking**: Keeping an eye on upcoming project milestones and due dates.\n- **Privacy First**: When you need a task manager that doesn't upload your data to the cloud.",
  "cost": {
    "context_tokens": 334
  }
}

Fetch it by URL: GET /api/v1/registry/bighardperson-computer-science-skills-collection-task-planner/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.