Skillmarket twitter-bot

name: twitter-bot

install
source · Clone the upstream repo
git clone https://github.com/adaryusrgillum/skillmarket
manifest: samples/twitter-bot/skill.yaml
safety · automated scan (low risk)
This is a pattern-based risk scan, not a security review. Our crawler flagged:
  • references API keys
Always read a skill's source content before installing. Patterns alone don't mean the skill is malicious — but they warrant attention.
source content

name: twitter-bot version: 1.0.0 description: Automated Twitter interactions including posting, scheduling, analytics, and engagement tracking longDescription: | A comprehensive Twitter automation skill that helps you:

  • Schedule tweets in advance
  • Track engagement metrics
  • Auto-respond to mentions
  • Analyze follower growth
  • Generate content ideas

Perfect for social media managers and content creators. author: adaryusrgillum tags: [social, automation, twitter, social-media, analytics] license: MIT requires: [twitter-api-key, twitter-api-secret] compatibleWith: [claude-code, cursor, generic] entryPoint: prompt.md homepage: https://github.com/skillmarket/twitter-bot repository: https://github.com/skillmarket/twitter-bot files:

  • path: prompt.md description: Main skill prompt with all capabilities required: true
  • path: config.json description: Configuration schema for API keys required: true
  • path: examples.md description: Usage examples and workflows required: false examples:
  • title: Schedule a tweet thread description: Create a multi-tweet thread scheduled for optimal engagement content: | User: Schedule a tweet thread about AI trends for tomorrow 9am AI: I'll create a thread on AI trends. How many tweets would you like?
  • title: Analyze engagement description: Get analytics on recent tweet performance content: | User: Show me engagement stats for my last 10 tweets AI: Analyzing your recent tweets... Here are the key metrics.