with one click
tasks
Manage your daily task list with interactive buttons in Telegram.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Manage your daily task list with interactive buttons in Telegram.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | tasks |
| description | Manage your daily task list with interactive buttons in Telegram. |
| always | true |
| metadata | {"TARS":{"emoji":"📅"}} |
Maintain a high-productivity daily workflow using AI-generated task lists.
When requested to generate or update the daily task list, always output the following JSON structure exactly:
{
"date": "YYYY-MM-DD",
"tasks": [
{
"id": "task_001",
"title": "Task title",
"description": "Short description",
"priority": "high",
"status": "pending"
}
],
"summary": "Focus area for today."
}
pending, done, or skipped.~/.TARS/workspace/tasks/daily_{YYYY-MM-DD}.json.tasks_manager (via internal logic or prompt) to append to the JSON and refresh the view./tasks: Show the current list with interactive buttons./tasks.Manage and discover files in the TARS workspace.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Search and install agent skills from ClawHub, the public skill registry.
Schedule reminders and recurring tasks.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Use inline buttons for interactive Telegram bot flows.