一键导入
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 职业分类
| 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.