بنقرة واحدة
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.