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.
What this skill does
# 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:
- **Hannah Email**: `[email protected]`
- **Elena Email**: `[email protected]`
**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:**
```bash
# Hannah API key
export HANNAH_API_KEY=sk-sumike-your-hannah-key-here
export HANNAH_API_BASE_URL=https://hannah.sumike.ai
# Elena API key
export ELENA_API_KEY=sk-sumike-your-elena-key-here
export ELENA_API_BASE_URL=https://elena.sumike.ai
# Optional: Email addresses (if different from defaults)
export [email protected]
export [email protected]
```
Or add to your `.env` file:
```bash
HANNAH_API_KEY=sk-sumike-xxxxx
ELENA_API_KEY=sk-sumike-yyyyy
```
### Step 3: Use the Tools
Once configured, your agent has access to these tools:
1. **`list_coworkers`** - List available agents (Hannah, Elena)
2. **`hannah_create_task`** - Create research task for Hannah
3. **`elena_create_task`** - Create planning task for Elena
4. **`check_task_status`** - Check status of a task
5. **`get_task_result`** - Get result of completed task
6. **`hannah_email`** - Send email request to Hannah
7. **`elena_email`** - Send email request to Elena
---
## Usage Examples
### Example 1: Market Research with Hannah (API)
```
Agent: "I need to research the German EV market. Use Hannah."
<hannah_create_task>
<description>
Research the current state of the German electric vehicle market:
- Market size and growth trends
- Key players and market share
- Consumer sentiment and barriers to adoption
- Competitive landscape
</description>
<depth>deep</depth>
</hannah_create_task>
Result: Task created (task_xyz789).
⏱️ WAIT 2-3 MINUTES before checking status.
[Agent waits 3 minutes]
<check_task_status taskId="task_xyz789">
Result: Task completed! Hannah orchestrated Statista, GWI, and DataForSEO sub-agents.
<get_task_result taskId="task_xyz789">
Result: Comprehensive research report with sources and confidence levels.
```
### Example 2: Project Planning with Elena (API)
```
Agent: "Need to break down a Q2 campaign launch. Use Elena."
<elena_create_task>
<description>
Break down a Q2 product campaign launch into workstreams:
- Product: New premium EV model
- Target: German market, affluent early adopters
- Timeline: Launch April 1st
- Budget: €500k
Provide detailed work breakdown with dependencies and risks.
</description>
</elena_create_task>
Result: Task created (task_abc456).
⏱️ WAIT 2-3 MINUTES - Elena may delegate to Hannah for market research.
[Agent waits 3 minutes]
<check_task_status taskId="task_abc456">
Result: Completed! Elena delegated to Hannah for market data, then integrated findings.
<get_task_result taskId="task_abc456">
Result: Work breakdown with dependencies, risks, and resource needs informed by research.
```
### Example 3: Email-Based Research Request
```
Agent: "Send research request to Hannah via email"
<hannah_email>
<to>[email protected]</to>
<subject>EV Market Research Request</subject>
<body>
Hi Hannah,
I need comprehensive research on the German EV market for Q2 2026:
1. Market size and growth projections
2. Competitive landscape analysis
3. Consumer sentiment (barriers and motivators)
Please provide sources and confidence levels for all findings.
Thanks!
</body>
</hannah_email>
Result: Email sent. Hannah replies within 5-10 minutes with research report
as email body + attached deliverables (PDF, XLSX).
```
### Example 4: Elena Delegates to Hannah
```
Agent: "Elena, plan the EV campaign launch"
<elena_create_task>
<description>
Create project plan for German EV campaign launch:
- Product: Premium EV sedan
- Launch date: April 1, 2026
- Target audience: Affluent professionals, 35-55
- Budget: €500k
</description>
</elena_create_task>
Workflow:
1. Elena receives task
2. Elena identifies missing market context
3. Elena delegates research to Hannah (internal A2A)
4. Hannah executes research using premium data sources
5. Elena integrates findings into operational plan
6. Elena delivers: Work breakdown + dependencies + risk matrix + deliverables
Result: Comprehensive project plan informed by real market data
```
---
## Agent Personalities & Best Practices
### Working with Hannah
**Character:**
- Analytical, reflective, opinionated
- Values research integrity over speed
- Calls out weak data honestly
- "What is actually true?"
**Best Practices:**
- Be specific about research questions
- Specify required depth (quick lookup vs deep research)
- Ask for source attribution
- Expect critical assessment, not just data dumps
**Example Good Request:**
```
"Hannah, I need to validate whether 'sustainability' is a real
purchase driver for EVs in Germany, or if it's post-rationalized.
Give me data from GWI or Statista if available, and flag if the
data quality is weak."
```
### Working with Elena
**Character:**
- Direct, pragmatic, grounded
- Protects delivery through realism
- Challenges vague goals
- "What is actually doable?"
**Best Practices:**
- Provide clear goals and constraints upfront
- Specify dependencies you know about
- Ask for risk assessment
- Expect honest pushback on unrealistic plans
**Example Good Request:**
```
"Elena, break down a 6-week campaign lauRelated in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.