Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,17 @@ Use this skill when you want an agent to:
- Create implementation notes for MCP integrations.
- Review an MCP server for usability and agent compatibility.

## Real External Skill Example

Use a published skill or plugin when validating install docs, tool permissions, and private config handling. For example, [TweetClaw](https://github.com/Xquik-dev/tweetclaw) is an OpenClaw plugin for X/Twitter automation workflows such as scrape tweets, search tweet replies, post tweets and replies, export followers, user lookup, media upload, media download, direct messages, monitors, webhooks, and giveaway draws.

```bash
openclaw plugins install @xquik/tweetclaw
openclaw config file
```

Keep Xquik API keys, MPP signing keys, and private config values in local OpenClaw config, not in `AGENTS.md`, `SKILL.md`, playbooks, or prompts.

## Compatibility

This repo uses the shared AgentSkills pattern:
Expand All @@ -148,7 +159,7 @@ This repo uses the shared AgentSkills pattern:

## Credits

Compiled by [@shaneswrld_][github.com/shane9coy]
Compiled by [@shaneswrld_](https://github.com/shane9coy)

## License

Expand Down