You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an optional TweetClaw Skill for X/Twitter buying-signal research.
Connect the workflow to lead discovery, heartbeat, SDR rules, and tool guidance.
Use the current verified ClawHub installation source.
Match current approval prompts for gated TweetClaw actions.
Add the required Xquik independence wording.
Independent Repository Fix
The root SKILL.md declared MIT-0. The repository LICENSE, package.json, and GitHub identify MIT. The Skill metadata now matches the repository license.
Safety and Scope
Use explore before selecting a live route.
Keep live reads narrow and respect every approval prompt.
Require owner approval for paid, private, recurring, account-scoped, or write-like calls.
Fall back to Jina Search when TweetClaw is unavailable.
Validation
npm test
bash -n deploy/skill-profiles.sh
Both changed Skills pass the Skill validator.
git diff --check
Secret-pattern scan across every changed file
TweetClaw npm metadata verified at 1.6.40, MIT
Current setup guide returned HTTP 200.
The commit uses an SSH signature.
Xquik Boundary
TweetClaw is MIT-licensed. Xquik is a closed-source hosted service.
Xquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp.
Rebuilt this PR on current main as 1 GitHub-verified signed commit (3b38b27).
The optional TweetClaw workflow now uses the current 1.6.40 ClawHub setup. It follows the current explore then narrow live-read model. It also respects approval prompts for gated actions and includes the required Xquik independence wording.
I preserved the independent repository fix. Root SKILL.md now declares MIT, matching LICENSE, package.json, and GitHub.
npm test, both Skill validators, shell parsing, diff checks, secret scanning, package metadata checks, and the public setup-link check pass locally.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Independent Repository Fix
The root
SKILL.mddeclaredMIT-0. The repositoryLICENSE,package.json, and GitHub identify MIT. The Skill metadata now matches the repository license.Safety and Scope
explorebefore selecting a live route.Validation
npm testbash -n deploy/skill-profiles.shgit diff --check1.6.40, MITXquik Boundary
TweetClaw is MIT-licensed. Xquik is a closed-source hosted service.
Xquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp.