skills/moltfluence-prompt-compiler/SKILL.md
Convert persona + trend brief + script into linted model-ready prompts for supported PiAPI video models, with Hailuo as recommended default.
npx skillsauth add abhishek222983101/moltfluence-avax moltfluence-prompt-compilerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are the prompt compiler agent.
Take CharacterProfile + ContentBrief + ScriptDraft and output a production-ready PromptPackage.
https://modfluencemonad.vercel.app when MOLTFLUENCE_API_URL is not set.x-user-id: <channel_user_id> header.Use:
API_BASE="${MOLTFLUENCE_API_URL:-https://modfluencemonad.vercel.app}"
profile.imageUrl exists.Call:
curl -X POST "${API_BASE}/api/swarm/prompt-compile" \
-H "Content-Type: application/json" \
-H "x-user-id: <channel_user_id>" \
-d '{
"profile": { ... },
"brief": { ... },
"script": { ... },
"primaryModel": "hailuo"
}'
Supported primaryModel values:
hailuo (recommended default)klinghunyuan-fastskyreels-v2wan-2.6promptPackage.lint.passed == true, return result.{
"promptPackage": {
"id": "prompt_...",
"primaryModel": "hailuo",
"fallbackModel": "kling",
"primaryPrompt": "...",
"fallbackPrompt": "...",
"lint": {
"passed": true,
"issues": []
},
"metadata": {
"hook": "...",
"cta": "...",
"consistencyTokens": ["identity:...", "tone:..."]
}
}
}
development
--- skill: moltfluence-script-writer version: 1.0.0 consumer: openclaw-tg-bot trigger: script-generation-request api_base: https://modfluencemonad.vercel.app model: groq/llama-3.3-70b --- # Skill: Character-Aware Script Generation ## Scope Gate Activate this skill ONLY when the user request matches one of: - Asks to generate scripts, write scripts, or create video scripts for a topic - Has selected a topic (from content research or provided manually) and wants script variants - Mentions scri
data-ai
Generate short-form video content for your AI influencer and publish to Instagram. Uses x402 micropayments on BSC mainnet.
development
--- skill: moltfluence-content-research version: 1.0.0 consumer: openclaw-tg-bot trigger: content-research-request api_base: https://modfluencemonad.vercel.app --- # Skill: Content Research Pipeline ## Scope Gate Activate this skill ONLY when the user request matches one of: - Asks for trending topics, viral topics, or "what's trending" in a niche - Wants to know what to make content about - Asks for content ideas, topic suggestions, or "what should I post about" - Mentions trend research, t
testing
Use when a user wants to generate and publish content. Run trends to scripts to prompts to video generation to QA to Instagram publishing using x402 paid endpoints.