Adding New Features
Checklist
- Create the script in
src/following browser-script-patterns.md - Add documentation in
docs/examples/your-feature.md - Update
README.md— add to examples and feature matrix - If it belongs to an existing skill category, update that
skills/*/SKILL.md - If it's a new category, create a new
skills/your-category/SKILL.mdwith YAML frontmatter
Documentation Template
# Feature Name
Brief description.
## What It Does
1. Step one
2. Step two
## Browser Console Script
Navigate to: x.com/relevant/page
Paste in DevTools console.
## Notes
- Important caveats
SKILL.md Frontmatter Template
Code Style
constoverlet, async/await over raw promises- Descriptive
console.logwith emojis for visibility - Comment complex selectors
- Author credit:
// by nichxbt - Use
data-testidselectors when available (see selectors.md)
⚡ Explore XActions
100% free and open-source. No API keys, no fees, no signup.
Browse All Documentation