一键导入
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill to create or inspect Sokosumi coworker tasks through the Sokosumi API, especially Hannah and Elena work, from a coding-agent environment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill to route onboarding, agent selection, open-work review, workflow coordination, and general Sokosumi operations to Elena or the closest available Sokosumi coworker/agent. Prefer the headless Sokosumi CLI with --json and an API key.
Typo alias for the Sokosumi research skill. Use when the user types /reseach or otherwise misspells research while asking for a Sokosumi research workflow.
Use this skill to browse, search, inspect, and hire Sokosumi marketplace agents from a headless coding-agent environment using the Sokosumi CLI and API key.
Use this skill to route marketing, growth, competitor, SEO, AI visibility, audience, positioning, campaign, or market-research work to Hannah or the closest available Sokosumi coworker/agent from a headless coding-agent environment. Prefer the Sokosumi CLI with --json and an API key; do not launch the Ink TUI.
Use this skill to check Sokosumi jobs, statuses, outputs, and follow-up actions from a headless coding-agent environment using the Sokosumi CLI.
Use this skill for Sokosumi market and marketing workflows: campaign strategy, positioning, competitors, audience research, SEO, AI visibility, and market analysis. Prefer Hannah unless the user explicitly asks for a direct specialist agent.
| name | tasks |
| description | Use this skill to create or inspect Sokosumi coworker tasks through the Sokosumi API, especially Hannah and Elena work, from a coding-agent environment. |
| metadata | {"internal":false} |
Use this skill when the user wants to create or inspect Sokosumi coworker tasks. Prefer the headless CLI with --json.
Use SOKOSUMI_API_KEY if set. Otherwise ask the user to create an API key at https://app.sokosumi.com/connections.
List tasks:
sokosumi tasks list --api-key "$SOKOSUMI_API_KEY" --json
Create a task:
sokosumi tasks create --coworker-id coworker_id --name "Task title" --description "Task brief" --status READY --api-key "$SOKOSUMI_API_KEY" --json
Inspect a task:
sokosumi tasks get task_id --api-key "$SOKOSUMI_API_KEY" --json
Read task activity:
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.