composio-composer-xskill
Installation
SKILL.md
Composio Composer X Skill
This skill enables posting tweets to Twitter/X through Composio's integration platform. It uses HTTP requests with BeautifulSoup to interact with Composio's web interface, providing a post_tweet function that can be called from OpenClaw.
Installation
-
Install dependencies:
pip install requests beautifulsoup4 python-dotenv -
Configure credentials in
.envfile or environment -
Import and use the skill in your OpenClaw workflow