技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 33 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:admiralkittysdad/ops-tasks
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill is an instruction-only local task tracker that reads/writes a JSON file in the user's home directory and its requirements align with its stated purpose.
目的
The name/description (operations task tracking) match the instructions. The skill asks only to manage tasks and store them locally; it does not request unrelated credentials, binaries, or system paths.
说明范围
Runtime instructions are limited to reading and writing a single JSON file (~/.ops-commander/tasks.json), creating the directory if missing, and presenting views (grouping, filtering). There are no instructions to call external endpoints or to read unrelated files or environment variables.
安装机制
No install spec or code files — instruction-only. This minimizes risk because nothing is downloaded or written by an installer.
证书
The skill requires no environment variables, credentials, or config paths beyond the single local data file it defines; this is proportionate for a local task tracker.
持久
The skill is not always-enabled and does not request elevated/system-wide changes. Its persistent effect is limited to the user-local tasks file it documents.
综合结论
This skill is coherent and only stores data locally at ~/.ops-commander/tasks.json. Before installing: (1) confirm you are comfortable with the agent reading/writing that file in your home directory, (2) avoid storing sensitive secrets in tasks (treat the JSON as user-visible data), and (3) consider file permissions (restrict to your user, e.g., 600) and backups. If you later upgrade to the Pro version, watch for new requirements (network acce…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Ops Tasks」。简介:Track tasks with priorities, owners, and statuses for operations teams.。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/admiralkittysdad/ops-tasks/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: ops-tasks
description: Track tasks with priorities, owners, and statuses for operations teams.
version: 1.0.0
metadata: {"openclaw":{"emoji":"checkmark","homepage":"https://skillnexus.dev"}}
---
# 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.