# Tasks

> Use this skill to create or inspect Sokosumi coworker tasks through the Sokosumi API, especially Hannah and Elena work, from a coding-agent environment.

- Skill: `masumi-network/tasks` (Agent Skill)
- Install (CLI): `npx skillmds@latest add masumi-network/tasks`
- Raw SKILL.md: https://api.skillmd.com/api/skills/masumi-network/tasks/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: masumi-network (https://skillmd.com/u/masumi-network)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/masumi-network/tasks

---


# Sokosumi Tasks

Use this skill when the user wants to create or inspect Sokosumi coworker tasks. Prefer the headless CLI with `--json`.

## Authentication

Use `SOKOSUMI_API_KEY` if set. Otherwise ask the user to create an API key at `https://app.sokosumi.com/connections`.

## CLI Commands

List tasks:

```bash
sokosumi tasks list --api-key "$SOKOSUMI_API_KEY" --json
```

Create a task:

```bash
sokosumi tasks create --coworker-id coworker_id --name "Task title" --description "Task brief" --status READY --api-key "$SOKOSUMI_API_KEY" --json
```

Inspect a task:

```bash
sokosumi tasks get task_id --api-key "$SOKOSUMI_API_KEY" --json
```

Read task activity:

```bash
sokosumi tasks events task_id --api-key "$SOKOSUMI_API_KEY" --json
```

If a READY task is created and it is not already terminal, immediately start the `watch` skill with the task id. Return task ids, statuses, latest activity, linked jobs, and what is being watched.

