Document TweetClaw skill install example#154
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the documentation for the install command by adding examples of installing skills from nested GitHub paths. The review feedback suggests refining the descriptive text for the TweetClaw example to be more concise and focused on the installation mechanism rather than listing specific features, while also correcting grammatical errors.
| When specifying a subdirectory path like `owner/repo/skill-name`, if the exact path doesn't exist in the repo, skillshare scans all `SKILL.md` files and matches by directory basename. If multiple skills share the same name, an ambiguity error is shown with full paths so you can specify the exact one. | ||
| ::: | ||
|
|
||
| For example, `Xquik-dev/tweetclaw/skills/tweetclaw` installs TweetClaw's OpenClaw skill for search tweets, search tweet replies, post tweets, post tweet replies, follower export, user lookup, media workflows, monitor tweets, webhooks, and giveaway draws from the TweetClaw repository while leaving the package and plugin files outside the skill path. |
There was a problem hiding this comment.
The description of the TweetClaw skill is overly verbose for a command reference and contains grammatical issues (e.g., 'for search tweets' should be 'for searching tweets'). Since this is a reference for the install command, the focus should remain on the behavior of the nested path installation rather than listing every feature of the example skill.
| For example, `Xquik-dev/tweetclaw/skills/tweetclaw` installs TweetClaw's OpenClaw skill for search tweets, search tweet replies, post tweets, post tweet replies, follower export, user lookup, media workflows, monitor tweets, webhooks, and giveaway draws from the TweetClaw repository while leaving the package and plugin files outside the skill path. | |
| For example, `Xquik-dev/tweetclaw/skills/tweetclaw` installs the TweetClaw automation skill from its nested location in the repository. This ensures only the skill directory is installed, leaving top-level package and plugin files outside the skill path. |
|
Updated in 308cb19. Changes:
Validation:
|
Type
proposals/only - see CONTRIBUTING.md)Linked Issue
No issue. This is a small docs-only install example.
Summary
skillshare install Xquik-dev/tweetclaw/skills/tweetclaw --trackin the install command docs.tweetclawskill and leaves package/plugin files outside the skill path.Validation
git diff --checkXquik-dev/tweetclaw/skills/tweetclawXquik-dev/tweetclaw/skills/tweetclaw --tracknpm ciinwebsite/npm run buildinwebsite/Note:
npm cireported 42 existing vulnerabilities in the website dependency tree, and the Docusaurus build emitted an existing webpack warning fromvscode-languageserver-types. This PR only edits one docs markdown file.