Loading...
Loading...
Trains an X/Twitter account's algorithmic feed to surface niche-relevant content and positions the account as a thought leader. Browser scripts for manual operation, Persona Engine for identity management, and 24/7 Algorithm Builder with LLM-powered engagement via Puppeteer. Use when a user wants to build their algorithm, cultivate their feed for a niche, grow a fresh account, become a thought leader, or run automated engagement with AI-generated content.
npx skill4agent add nirholas/xactions algorithm-cultivation| Goal | Solution |
|---|---|
| Create a persona (CLI) | |
| Run 24/7 with LLM (CLI) | |
| Check persona status | |
| Browser console (with core.js) | |
| Browser console (standalone) | |
| Browser console (algorithm trainer) | |
| Persona Engine (Node.js module) | |
| Algorithm Builder (Node.js module) | |
src/algorithmBuilder.jsimport { startAlgorithmBuilder } from './algorithmBuilder.js';
await startAlgorithmBuilder({
personaId: 'persona_1234',
authToken: 'your_auth_token',
headless: true,
dryRun: false,
maxSessions: 0, // 0 = infinite
});OPENROUTER_API_KEYsrc/automation/algorithmTrainer.jssrc/automation/core.jsstopTrainer()trainerStatus()trainerReset()| Preset | Actions/hour | Daily cap |
|---|---|---|
| chill | 10-15 | 100 |
| normal | 20-30 | 300 |
| active | 40-60 | 500 |
xactions persona createsrc/automation/algorithmTrainer.jsactivesrc/automation/smartUnfollow.jsOPENROUTER_API_KEYxactions persona createxactions persona run <id>xactions persona status <id>| Variable | Purpose |
|---|---|
| Required for LLM-generated comments and posts |
| X auth token (alternative to |
skills/algorithm-cultivation/references/persona-engine.mdskills/algorithm-cultivation/references/browser-scripts.mdskills/algorithm-cultivation/references/algorithm-internals.mddocs/research/algorithm-cultivation.mddocs/research/llm-powered-thought-leader.mdalgorithmBuilder.jsalgorithmTrainer.jssrc/automation/core.jsthoughtLeaderCultivator.js