Skip to content

Commit 5fb2ed9

Browse files
authored
docs: document TweetClaw skill install example
Adds usage documentation for installing TweetClaw as an external skill via 'claw skills install', including example workflow for X/Twitter automation.
1 parent f967df7 commit 5fb2ed9

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

USAGE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,27 @@ cd rust
474474
./target/debug/claw system-prompt --cwd .. --date 2026-04-04
475475
```
476476

477+
## Install an external skill
478+
479+
`claw skills install <path>` accepts a local skill directory that contains
480+
`SKILL.md` or a standalone markdown file. This is useful when a companion
481+
repository ships a skill prompt that should be available through `/skills`.
482+
483+
For example, install TweetClaw as an X/Twitter automation skill:
484+
485+
```bash
486+
# From a parent directory that contains claw-code
487+
git clone https://github.com/Xquik-dev/tweetclaw
488+
cd claw-code/rust
489+
./target/debug/claw skills install ../../tweetclaw/skills/tweetclaw
490+
./target/debug/claw skills show tweetclaw
491+
```
492+
493+
TweetClaw gives `claw` users a local skill guide for OpenClaw/Xquik workflows
494+
such as tweet search, reply search, follower export, monitors, webhooks, and
495+
approval-gated posting. Configure any Xquik credentials outside the prompt and
496+
avoid pasting API keys into chat.
497+
477498
## Session management
478499

479500
REPL turns are persisted under `.claw/sessions/` in the current workspace.

0 commit comments

Comments
 (0)