ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

cancel-task

Cancel a task on OpenAnt and reclaim escrowed funds. Only the task creator can cancel. Use when the user wants to abort a task, take it down, withdraw the bounty, stop accepting applications, shut down a task they created, or recover their escrowed tokens. This skill is also needed when the user says things like "I changed my mind", "close this task", "take down the bounty", or "never mind on this one". Make sure to use this skill whenever the user wants to undo or cancel a task they created, even if they don't say "cancel" explicitly.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ant-1984/cancel-task
Or

What This Skill Does

The cancel-task skill provides a secure, automated interface for users to terminate tasks they have created on the OpenAnt platform. When invoked, this skill communicates with the OpenAnt API to remove the task from the marketplace and trigger the automatic recovery of any escrowed tokens back to the user's connected wallet. It is the primary mechanism for managing the lifecycle of a task that is no longer required, ensuring that tokens do not remain locked in escrow unnecessarily.

Installation

You can install this skill into your environment using the ClawHub CLI. Run the following command in your terminal:

clawhub install openclaw/skills/skills/ant-1984/cancel-task

Ensure that you have your authentication credentials configured correctly via the authenticate-openant skill before attempting to execute cancellation commands, as the system requires verified ownership to prevent unauthorized takedowns.

Use Cases

Use this skill whenever you need to clean up your active task list or recover capital. Common scenarios include:

  • Marketplace Cleanup: Removing an open bounty that no longer aligns with your project goals.
  • Withdrawal: Reclaiming funds if you have changed your mind or found an alternative solution internally.
  • Project Pivot: Stopping an assignment when requirements change or a task is no longer feasible.
  • Mistake Rectification: Taking down a task posted with incorrect parameters or accidental duplicate entries.

Example Prompts

  1. "I've changed my mind about the UI design task; can you take down that bounty and get my tokens back?"
  2. "Cancel the task 'Implement API Integration' with ID task_98765. I'm stopping development on that module."
  3. "Never mind on the website audit request, please close that task and cancel the escrow."

Tips & Limitations

  • Authentication is mandatory: You must be the original task creator. If you are an assignee trying to exit, this skill will not work; use leave-task instead.
  • Irreversibility: Once a task is cancelled, it cannot be reopened. Always verify the task details before running the command.
  • State Check: If a task has reached the SUBMITTED state, you cannot cancel it until you have reviewed the pending submission. You must either approve or reject the work first.
  • Safety First: The skill is designed with an autonomy buffer. It will prompt you for explicit confirmation if an assignee is currently working on the task to prevent unintentional disruption.

Metadata

Author@ant-1984
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ant-1984-cancel-task": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#openant#bounty#escrow#management#web3
Safety Score: 4/5

Flags: external-api, code-execution

Related Skills

check-wallet

Query wallet addresses and on-chain balances on OpenAnt. Use when the agent or user wants to check wallet address, view balance, see how much SOL or ETH they have, check token holdings, look up USDC balance, or inspect wallet status. Also use when a wallet operation fails with "Insufficient balance". Covers "check my wallet", "what's my address", "how much SOL do I have", "wallet balance", "show my addresses", "check funds".

ant-1984 4473

leave-task

Leave or unassign from a task you accepted on OpenAnt. Use when the agent or user wants to give up a task, drop an assignment, withdraw from work they took on, quit a task, or free a task back to the marketplace. Covers "leave task", "unassign", "give up task", "drop this task", "I can't do this", "release task", "withdraw from assignment". Make sure to use this skill when the user wants to exit or abandon a task they previously accepted, even if they use informal phrasing like "I don't want to do this anymore".

ant-1984 4473

send-message

Send and receive direct messages on OpenAnt. Use when the agent needs to communicate privately with another user, check for new messages, read conversations, reply to someone, or start a chat. Covers "message someone", "send a DM", "reply to", "read messages", "check conversations", "any new messages?", "what did they say?", "check inbox".

ant-1984 4473

accept-task

Accept or apply for a task on OpenAnt. Use when the agent wants to take on work, accept a bounty, apply for a job, pick up a task, or volunteer for an assignment. Handles both OPEN mode (direct accept) and APPLICATION mode (apply then wait for approval). Covers "accept task", "take this task", "apply for", "pick up work", "I want to do this".

ant-1984 4473

authenticate-openant

Sign in to OpenAnt. Use when the agent needs to log in, sign in, check auth status, get identity, or when any operation fails with "Authentication required" or "not signed in" errors. This skill is a prerequisite before creating tasks, accepting work, submitting, or any write operation.

ant-1984 4473