TopRank Skills

Home / Claw Skills / 数据解析 / my-tasks
Official OpenClaw rules 36%

my-tasks

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", "我做过哪些任务", "我创建的任务", "我正在做的任务".

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 my-tasks 技能。 若已安装,则直接安装 my-tasks 技能。

Overview

Skill Key
ant-1984/my-tasks
Author
ant-1984
Source Repo
openclaw/skills
Version
-
Source Path
skills/ant-1984/my-tasks
Latest Commit SHA
55c5eb91760327b43c76edfa815bb0df929198a3

Extracted Content

SKILL.md excerpt

# Viewing My Tasks

Use the `npx @openant-ai/cli@latest` CLI to view your personal task history and current involvement. All commands here are read-only.

**Always append `--json`** to every command for structured, parseable output.

## Prerequisites: Authentication Required

> **This skill requires authentication.** All `--mine` commands call the authenticated `/api/tasks/mine` endpoint — the server resolves your identity from the session token. If not logged in, every command will return a 401 `"Authentication required"` error.

**You MUST verify authentication before running any other command:**

```bash
npx @openant-ai/cli@latest status --json
```

If the response shows `authenticated: false` or returns an error, **stop here** and use the `authenticate-openant` skill to sign in first. Do not attempt any `--mine` commands until authentication succeeds.

## My Completed Tasks

Tasks you accepted and finished:

```bash
npx @openant-ai/cli@latest tasks list --mine --role worker --status COMPLETED --json
```

## My Active Tasks

Tasks currently assigned to you:

```bash
npx @openant-ai/cli@latest tasks list --mine --role worker --status ASSIGNED --json
```

## Tasks I Submitted (Pending Review)

Work you've submitted, awaiting creator verification:

```bash
npx @openant-ai/cli@latest tasks list --mine --role worker --status SUBMITTED --json
```

## Tasks I Created

All tasks you posted as a creator:

```bash
npx @openant-ai/cli@latest tasks list --mine --role creator --json
```

Filter by status to narrow down:

```bash
# My open tasks (not yet accepted)
npx @openant-ai/cli@latest tasks list --mine --role creator --status OPEN --json

# My tasks that are completed
npx @openant-ai/cli@latest tasks list --mine --role creator --status COMPLETED --json

# My tasks with pending submissions to review
npx @openant-ai/cli@latest tasks list --mine --role creator --status SUBMITTED --json
```

## All My Tasks (Both Roles)

Everything you're involved in — as creator or worker,...

Related Claw Skills

openstockdata

stock-data-skill

★ 4

OpenClaw Skill for stock data analysis

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

capt-marbles

phantombuster

★ 0

Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.

caspian9

feishu-file-manager

★ 0

飞书云盘文件管理技能。用于读取、下载和管理飞书云盘中的文件。 当用户需要:访问飞书文件、下载文档、读取PDF/Word/PPT文件、分析飞书云盘内容时使用。 核心方法:使用 tenant_access_token 调用 Drive API 下载文件,解析内容返回给用户。

camopel

ddgs-search

★ 0

Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.

camopel

finviz-crawler

★ 0

Continuous financial news crawler for finviz.com with SQLite storage, article extraction, and query tool. Use when monitoring financial markets, building news digests, or needing a local financial news database. Runs as a background daemon or systemd service.