Agent skill · Content & Marketing

x-keyword-comment

X (Twitter) keyword-based reply posting: search tweets by keyword, read each tweet's content, generate contextual replies from a configured brand persona, and post replies to the reply area. Use when user wants to batch reply to X tweets by keyword, auto-comment on X topic tweets, drive traffic via X comments, X comment outreach, search X tweets and leave comments, bulk reply to Twitter search results, keyword comment on Twitter, post replies on X search page, Twitter keyword comment marketing, X reply campaign, engage with X discussions, or comment on tweets matching a topic.

browser-actgithub.com/browser-actGitHub ↗
claude-codecodexcursorships scriptsMIT
Install
npx skills add browser-act/skills --skill x-keyword-comment --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 16 KB
Bundled scripts: yes
Path: solutions/social-listening/x-keyword-comment/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 5,160
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# X — Keyword Comment > keyword + reply intent → search X tweets → read tweet content → generate contextual replies → post to reply area ## Language All process output to user (progress updates, process notifications) follows the user's language. ## Objective Search X by keyword, read each tweet's content, generate contextual replies based on a configured brand persona, and post them — all within a browser-act session. ## Prerequisites - `config/keyword-comment-config.json` has been filled in with actual product, persona, and tone values (all `YOUR_*` placeholders replaced before first run) ## Session Rule `{SESSION}` is a temporary, per-run session name used in all `browser-act --session {SESSION}` commands below. It is generated at execution start (e.g., `xkc-{timestamp}`) and not persisted across runs. ## Pre-execution Checks ### 1. Tool Readiness If browser-act has been confirmed available in the current conversation → skip this step. Invoke `browser-act` via Skill tool to load usage. If installation or configuration issues arise, follow its guidance to resolve then retry. ### 2. Load Config ```bash python -c " import json, pathlib, sys for base in ['.claude/skills/x-keyword-co

What's inside
Steps it walks through
  1. Language
  2. Objective
  3. Prerequisites
  4. Session Rule
  5. Pre-execution Checks
  6. 1. Tool Readiness
  7. 2. Load Config
  8. 3. Browser Selection
  9. 4. Open Session
  10. 5. Login Verification
  11. Capability Components
  12. AI Workflow: Pre-reply Warmup
  13. DOM: Scan Replyable Tweets on Current Page
  14. DOM: Click Reply Button (Open Editor)
Ships with 2 files
  • scripts/click-reply.py
  • scripts/scan-search-tweets.py
Commands it runs
python -c "
import json, pathlib, sys
for base in ['.claude/skills/x-keyword-comment', 'output/x-keyword-comment']:
cfg = pathlib.Path(base) / 'config/keyword-comment-config.json'
if cfg.exists():
browser-act browser list
browser-act --session {SESSION} browser open {BROWSER_ID} https://x.com/ --headed
browser-act session list
browser-act --session {SESSION} navigate "https://x.com/notifications"
browser-act --session {SESSION} wait stable
More from skills
All skills →
About this skill
What does the x-keyword-comment skill do?

X (Twitter) keyword-based reply posting: search tweets by keyword, read each tweet's content, generate contextual replies from a configured brand persona, and post replies to the reply area. Use when user wants to batch reply to X tweets by keyword, auto-comment on X topic tweets, drive traffic via X comments, X comment outreach, search X tweets and leave comments, bulk reply to Twitter search results, keyword comment on Twitter, post replies on X search page, Twitter keyword comment marketing, X reply campaign, engage with X discussions, or comment on tweets matching a topic.

How do I install it?

Run `npx skills add browser-act/skills --skill x-keyword-comment --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From browser-act/skills, a repository with 5,160 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going