lobster-house

Match Neta characters to soul clues and generate lobster avatars.

8|3|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/huxiuhan/clawhouse --skill lobster-house
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lobster-house
Source: https://github.com/huxiuhan/clawhouse/tree/main
Command: npx skills add https://github.com/huxiuhan/clawhouse --skill lobster-house

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axios, dotenv-flow.

What problem does it solve?

This skill streamlines the process of matching a user's Soul clues to a Neta character and creating a lobster avatar, eliminating manual search and image generation steps.

Core Features & Use Cases

  • Automated soul matching: finds a fitting Neta character based on personality, aesthetics, and wishes.
  • Avatar generation in two modes: lobster transformation or original styling, with prompts tailored to each.
  • SOUL.md integration: automatically records the adopted identity and image reference, enabling seamless travel workflows later.

Quick Start

Execute the full adoption flow by running npm start adopt --personality "温柔" --aesthetic "梦幻" --wish "治愈" --mode "lobster" to match a soul, generate a lobster avatar, and update your SOUL.md.

Frequently Asked Questions about lobster-house

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate soul matching and avatar generation using Neta character search?

Automated soul matching uses Neta's character database to find a fitting character based on personality, aesthetics, and wishes, then generates a lobster avatar. This eliminates manual search and image generation steps by automating the entire workflow.

How do I generate a lobster avatar and update SOUL.md for downstream travel workflows?

Run npm start adopt with parameters for personality, aesthetic, wish, and mode to generate a lobster avatar and update SOUL.md. This automatically records the adopted identity and image reference, enabling seamless downstream journeys.

What environment variables do I need to configure for Neta character search and image generation?

Configuring Neta character search requires the environment variables NETA_TOKEN and NETA_API_BASE_URL. These must be set in your environment to authenticate and interact with the neta-skills APIs for soul matching and avatar generation.

Can I generate an original avatar style instead of a lobster transformation?

Avatar generation supports two modes: lobster transformation and original styling. You can specify your preferred mode using the mode parameter when running the adoption command, with prompts tailored to each styling approach.

Does this avatar generation workflow support travel workflows after adoption?

Yes, the workflow automatically updates SOUL.md with the adopted identity and image reference during the adoption process. This SOUL.md integration enables seamless travel workflows for downstream journeys after the avatar is built.

Why does my Neta soul matching command fail to execute?

Soul matching execution fails if the required environment variables NETA_TOKEN and NETA_API_BASE_URL are not configured. Ensure these variables are properly loaded using dotenv-flow before attempting to authenticate with the neta-skills APIs.