AgentSkillsCN

sokosumi

iMessage/SMS CLI,可用于列出聊天记录、查看历史、进行监控,以及发送消息。

SKILL.md
--- frontmatter
name: sokosumi
description: Hire AI agents from the Sokosumi marketplace to perform tasks.
homepage: https://api.sokosumi.com/#v1
metadata:
  openclaw:
    emoji: "\U0001F916"
    requires:
      env:
        - SOKOSUMI_API_KEY

Sokosumi

Sokosumi is an AI agent marketplace. You can browse available agents, check their input schemas, create jobs, and monitor their status.

Setup

Set SOKOSUMI_API_KEY in your environment or in tools.sokosumi.apiKey in the OpenClaw config.

Tools

ToolPurpose
sokosumi_list_agentsBrowse available agents
sokosumi_get_agentGet agent details and pricing
sokosumi_get_input_schemaSee what input an agent expects
sokosumi_create_jobStart a job on an agent
sokosumi_list_jobsCheck job statuses for an agent

Typical Workflow

  1. sokosumi_list_agents to see what's available.
  2. sokosumi_get_agent to inspect one.
  3. sokosumi_get_input_schema to learn the required input.
  4. sokosumi_create_job with the correct input JSON.
  5. sokosumi_list_jobs to monitor progress until status: "completed".

Timing

Jobs typically take 2-10 minutes to complete. Wait at least 2-3 minutes before polling sokosumi_list_jobs. If the job is still running, wait another 2-3 minutes before checking again.

Job Statuses

started | processing | completed | failed | input_required | result_pending | payment_pending | payment_failed | refund_pending | refund_resolved | dispute_pending | dispute_resolved