원클릭으로
tasks
Manage your daily task list with interactive buttons in Telegram.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage your daily task list with interactive buttons in Telegram.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| 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.