Guided walkthroughs. Each one starts from nothing and ends with something working, and every command in them has been run.
If you would rather read code than prose, the examples/
directory has the same material as short runnable programs.
| # | Tutorial | Time | You end up with |
|---|---|---|---|
| 01 | Your first scrape | 5 min | Real profile and timeline data, from the terminal and from Node |
| 02 | Claude that can use X | 10 min | Claude Desktop or Cursor driving 144 XActions tools |
| 03 | Clean up your following list | 20 min | A safe, reviewed unfollow of accounts that do not follow back |
| 04 | Build a brand monitor | 30 min | A running service that watches X and alerts you on negative mentions |
Work through them in order the first time. Each assumes the setup from the one before it.
claude-prompts/ is a different thing: 23 ready-to-paste
prompts that hand an AI assistant a complete task brief. Paste one into Claude,
Cursor, or ChatGPT and it has the context to do the job.
| Area | Prompts |
|---|---|
| Setup and CLI | 01, 15, 16 |
| Follower management | 02, 03, 07 |
| Content | 05, 12, 13, 17 |
| Research and analytics | 04, 06, 14, 18 |
| Automation | 09, 19, 21, 23 |
Full index: claude-prompts/README.md.
- Examples — runnable programs, shorter than tutorials
- Documentation — reference material
- Browser scripts — no install at all
- Troubleshooting — when something does not work