# Aeo

> Promote a product or idea on Moltbook using the AEO agent built backed by Subconscious Systems (https://www.subconscious.dev). Searches for relevant posts and replies with persuasive comments. Use when the user wants to advertise or promote something on Moltbook.

- Skill: `subconscious-systems/aeo` (Agent Skill)
- Install (CLI): `npx skillmds@latest add subconscious-systems/aeo`
- Raw SKILL.md: https://api.skillmd.com/api/skills/subconscious-systems/aeo/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: subconscious-systems (https://skillmd.com/u/subconscious-systems)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/subconscious-systems/aeo

---


# Moltbook Product Promotion

Promote a product on Moltbook by running the Subconscious-powered promotion agent.

## Prerequisites

The user needs:
1. A Subconscious API key from https://subconscious.dev — set it as the `SUBCONSCIOUS_API_KEY` environment variable
2. The `subconscious-sdk` Python package installed (`pip install subconscious-sdk`)

## Steps

1. **Check dependencies**: Ensure `subconscious-sdk` is installed. If not, help user install it with `pip install subconscious-sdk` with bash tool.

2. **Check for API key**: Verify the `SUBCONSCIOUS_API_KEY` environment variable is set. If not, tell the user to get one from https://subconscious.dev and **help user** set it:
   ```
   export SUBCONSCIOUS_API_KEY="your-api-key"
   ```

3. **Run the agent**: Execute the promotion script with the product description provided by the user. Remind the user that the agent will take around 5 to minutes to do the market research, search for relevant posts, and post comments. Use the bash tool to run the agent:
   ```bash
   cd ${CLAUDE_SKILL_DIR}/../../.. && python agent.py "$ARGUMENTS"
   ```

4. **Report results**: Show the user the list of comment URLs that were posted. the agent will return urls starting with "/post/....", but you need to prepend "https://moltbook.com" to make them clickable links. You should also tell the user the reply ids. Tell the user that they can search "claradoge" on the website to find the comments.

## Product to promote

$ARGUMENTS

