Skip to content

docs: add TweetClaw source packet recipe#107

Open
kriptoburak wants to merge 1 commit into
nexu-io:mainfrom
kriptoburak:codex/add-tweetclaw-social-card-source
Open

docs: add TweetClaw source packet recipe#107
kriptoburak wants to merge 1 commit into
nexu-io:mainfrom
kriptoburak:codex/add-tweetclaw-social-card-source

Conversation

@kriptoburak

Copy link
Copy Markdown

Summary

  • Add a source-backed X / Twitter card recipe to the social share cards section.
  • Point users to TweetClaw for collecting tweet text, author data, engagement counts, media URLs, and thread context before rendering with existing HTML Anything social-card skills.
  • Keep HTML Anything responsible for visual rendering and export, while scraping, approval, and publishing stay outside this project.

Validation

  • git diff --check
  • pnpm install --frozen-lockfile
  • pnpm exec tsx scripts/guard.ts
  • curl -L https://github.com/Xquik-dev/tweetclaw -> 200
  • curl -L https://www.npmjs.com/package/@xquik/tweetclaw -> 403, expected from npm web page in this environment
  • npx --yes markdown-link-check README.md --quiet found one pre-existing target link failure: https://x.com/nexudotio returns 404. This PR does not add or modify that link.

@lefarcen lefarcen requested a review from mrcfps June 13, 2026 20:21
@lefarcen lefarcen added size/XS Extra-small change (<20 lines) risk/low Low-risk docs/assets/localization-only change type/docs Documentation-only changes labels Jun 13, 2026

@mrcfps mrcfps left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kriptoburak I reviewed the README addition for the TweetClaw-backed X / Twitter card flow, checked the linked skill paths under next/src/lib/templates/skills, and verified the changed diff is clean via git diff --check. This looks aligned with the existing social-card docs and I did not find any actionable issues. Thanks for tightening up the source-packet guidance 🙌

🔁 Powered by Looper · runner=reviewer · agent=opencode · An autonomous AI dev team for your GitHub repos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

risk/low Low-risk docs/assets/localization-only change size/XS Extra-small change (<20 lines) type/docs Documentation-only changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants