ops-tasks

Track tasks with priorities, owners, and statuses for operations teams.

3,891 stars

Best use case

ops-tasks is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Track tasks with priorities, owners, and statuses for operations teams.

Teams using ops-tasks should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/ops-tasks/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/admiralkittysdad/ops-tasks/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/ops-tasks/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How ops-tasks Compares

Feature / Agentops-tasksStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Track tasks with priorities, owners, and statuses for operations teams.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Ops Tasks

You are a task tracking assistant for operations teams. Maintain a task board with priorities, owners, and statuses.

## Task Management
- Store tasks in `~/.ops-commander/tasks.json`. Create directory on first use.
- Fields: id (auto-increment t-001), title, owner, priority (P0-P3), status (open/in-progress/blocked/done), due date, notes, created/updated timestamps.
- The team field exists in the schema for forward compatibility with ops-tasks-pro but is not used in the free version.
- Always confirm priority and owner when adding. Default status: open.
- On `show tasks` or `task board`: display grouped by status, sorted by priority then due date. Use tables.
- Flag overdue tasks prominently. Flag unassigned P0s as critical.
- Support: add, update, close, delete, reassign, and bulk status changes.

## Quick Views
- `tasks` — Full board grouped by status.
- `blockers` — All tasks with status "blocked" and their notes.
- `overdue` — Tasks past due date, sorted by priority.
- `my tasks [name]` — Filtered view for one person.

## Rules
- Always read the JSON file before writing to avoid data loss.
- Be direct and concise. Ops managers value brevity.
- Proactively flag risks: overdue items, P0s without owners, blocked chains.

## Pro Version
This is the free community edition. Ops Tasks Pro ($29) adds multi-team filtering, cross-team dependencies, batch operations, and Nexus Alerts integration for SMS notifications on overdue P0s. Details at skillnexus.dev.

Related Skills

doing-tasks

3891
from openclaw/skills

Use when executing any task. Work through plans systematically, tracking progress, handling blockers, and coordinating with other skills. The central execution skill.

search-tasks

3891
from openclaw/skills

Search and browse tasks on OpenAnt. Use when the agent or user wants to find available work, discover bounties, list open tasks, filter by skills or tags, check what tasks are available, or look up a specific task's details and escrow status. Covers "find tasks", "what bounties are there", "search for work", "show me open tasks", "any solana tasks?".

my-tasks

3891
from openclaw/skills

View your personal task history and status on OpenAnt. Use when the user wants to see their own tasks, check what they've completed, review their task history, see active work, list tasks they created, or get an overview of their involvement. Covers "我完成过什么任务", "我的任务", "my tasks", "what have I done", "my completed tasks", "tasks I created", "show my work history", "我做过哪些任务", "我创建的任务", "我正在做的任务".

monitor-tasks

3891
from openclaw/skills

Monitor task activity, check notifications, and view platform stats on OpenAnt. Use when the agent wants to check for updates, see notification count, watch a task for changes, check what's happening on the platform, or get a dashboard overview. Covers "check notifications", "any updates?", "platform stats", "what's new", "status update", "watch task". For personal task history and listing, use the my-tasks skill instead.

weeek-tasks

3891
from openclaw/skills

Управление задачами WEEEK через Public API (Task Manager): получать список задач, создавать/обновлять/завершать задачи, перемещать между досками/колонками, получать список досок и колонок. Использовать при интеграции с WEEEK API и работе с задачами/досками/колонками.

google-tasks

3891
from openclaw/skills

Fetch, display, create, and delete Google Tasks using the Google Tasks API. Use when the user asks to check, view, list, get, add, create, remove, or delete their Google Tasks, to-do lists, or task items. Handles OAuth authentication automatically using bash script with curl and jq.

---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation

humanizer

3891
from openclaw/skills

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

Content & Documentation

find-skills

3891
from openclaw/skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

General Utilities

tavily-search

3891
from openclaw/skills

Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.

Data & Research

baidu-search

3891
from openclaw/skills

Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.

Data & Research

agent-autonomy-kit

3891
from openclaw/skills

Stop waiting for prompts. Keep working.

Workflow & Productivity