tangerine-tasks

Document Tangerine task API endpoints, environment variables, and lifecycle workflows.

5|2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/dinhtungdu/tangerine --skill tangerine-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tangerine-tasks
Source: https://github.com/dinhtungdu/tangerine/tree/main/skills/tangerine-tasks
Command: npx skills add https://github.com/dinhtungdu/tangerine --skill tangerine-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tangerine task reference and API usage for agents running inside a task — discover endpoints, env vars, and common workflows.

Core Features & Use Cases

  • API reference for task creation, status, messages, and task lifecycle
  • Environment context: TANGERINE_TASK_ID and API base, plus example payloads
  • Use case: automate task orchestration across worker/orchestrator/reviewer and cross-project tasks

Quick Start

Create a task using POST /api/tasks at http://localhost:3456/api/tasks to begin a Tangerine workflow.

Frequently Asked Questions about tangerine-tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and monitor tasks using the Tangerine task API?

To create tasks using the Tangerine task API, send a POST request to the /api/tasks endpoint. You can then monitor, update, and message these tasks to orchestrate worker, reviewer, and orchestrator automation workflows.

What environment variables are required for Tangerine task lifecycle management?

Tangerine task lifecycle management requires the TANGERINE_TASK_ID environment variable and the API base URL. These variables provide the necessary context for agents running inside a task to interact with the defined API endpoints.

Can I use Tangerine task APIs to automate workflows across different providers?

Yes, Tangerine task APIs support orchestrating automation across worker, orchestrator, and reviewer roles over various providers. The API surface enables task creation, starting, canceling, prompting, and messaging within Git worktrees.

What API interactions are available for task orchestration in Git worktrees?

Available API interactions for task orchestration in Git worktrees include create, start, cancel, prompt, and messages. These endpoints allow you to manage the complete task lifecycle and automate cross-project workflows.

How does an agent discover endpoints and workflows when running inside a Tangerine task?

An agent running inside a Tangerine task discovers endpoints and workflows by referencing the Tangerine task API skill. It provides the API reference, environment context, and example payloads needed for standard task lifecycle management.

What is the standard usage pattern for updating task status in a Tangerine workflow?

The standard usage pattern for updating task status involves calling the defined Tangerine API endpoints to monitor and modify tasks. This lifecycle management capability supports cross-project task automation across multiple providers.