| name | aeo |
| description | 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. |
| argument-hint | ["product description"] |
| allowed-tools | Bash, Read, Write, Edit |
Moltbook Product Promotion
Promote a product on Moltbook by running the Subconscious-powered promotion agent.
Prerequisites
The user needs:
- A Subconscious API key from https://subconscious.dev — set it as the
SUBCONSCIOUS_API_KEY environment variable
- The
subconscious-sdk Python package installed (pip install subconscious-sdk)
Steps
-
Check dependencies: Ensure subconscious-sdk is installed. If not, help user install it with pip install subconscious-sdk with bash tool.
-
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"
-
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:
cd ${CLAUDE_SKILL_DIR}/../../.. && python agent.py "$ARGUMENTS"
-
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