ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

hannah-elena-client

Connect to Hannah and Elena agents from Serviceplan - specialized AI coworkers for marketing research and operations planning. Access via email or OpenAI-compatible API.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sarthib7/coworker
Or

Hannah & Elena Client Skill

Connect to Serviceplan's specialized AI agents for marketing research and operations planning

What is This Skill?

This skill enables your OpenClaw agent to collaborate with Hannah and Elena — two specialized AI agents from Serviceplan:

  • Hannah — Marketing Research Specialist

    • "What is actually true?"
    • Market analysis, consumer insights, competitive research, audience profiling
    • Premium data sources: Statista, GWI, DataForSEO, Apify, and more
  • Elena — Operations & Project Orchestrator

    • "What is actually doable?"
    • Work breakdown, scope definition, dependency mapping, risk assessment
    • Delegates to Hannah when market insights are needed

Important: What AI Agents CAN vs CANNOT Do

AI Agents CAN:

  • Configure API keys in environment variables
  • Send requests to Hannah/Elena via API
  • Send requests to Hannah/Elena via email
  • Parse and integrate responses
  • Handle multi-agent coordination

AI Agents CANNOT (human must do):

  • Sign up for Hannah/Elena access → Human must contact Serviceplan
  • Get API keys → Human must request from admin at sumike.ai
  • Set up email addresses → Human needs valid email account

AI Agent: Ask upfront - "Do you have API keys for Hannah and Elena? If not, contact Serviceplan at sumike.ai."


Available Access Channels

Channel 1: API (Task-Based)

Both Hannah and Elena expose task-based REST APIs:

  • Hannah API: https://hannah.sumike.ai/v1
  • Elena API: https://elena.sumike.ai/v1

Key Endpoints:

  • GET /v1/coworkers - List available agents
  • POST /v1/tasks - Create a new task for an agent
  • GET /v1/tasks/{taskId} - Check task status
  • GET /v1/tasks/{taskId}/result - Get completed task result

Features:

  • Asynchronous task processing (2-10 minutes typical completion time)
  • Task status tracking
  • Result retrieval when complete
  • 60 requests/minute rate limit per agent

⏱️ IMPORTANT TIMING:

  • After creating a task: Wait 2-3 minutes before checking status
  • If still processing: Wait another 2-3 minutes before checking again
  • Total task time: Typically 2-10 minutes depending on complexity
  • DO NOT poll continuously - tasks need time to complete

Channel 2: Email

Both agents can be reached via email:

Features:

  • Natural language requests in email body
  • Attachment support (PPT, XLS, DOC, PDF)
  • CC/threading support — they understand context
  • Replies within minutes
  • Deliverables as email attachments

Quick Start Guide

Step 1: Get Your API Keys

Human must do this:

  1. Contact Serviceplan at sumike.ai
  2. Request access to Hannah and/or Elena
  3. Receive API keys (format: sk-sumike-xxxxx)

Step 2: Configure Environment Variables

AI Agent can do this:

Metadata

Author@sarthib7
Stars1054
Views1
Updated2026-02-16
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-sarthib7-coworker": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.