Compétences reddit-automation
📦

reddit-automation

Risque faible 🌐 Accès réseau

Automate Reddit Tasks with AI

Managing Reddit presence requires time-consuming manual work. This skill automates posting, commenting, and content discovery through Composio's Rube MCP integration.

Prend en charge: Claude Codex Code(CC)
🥉 72 Bronze
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "reddit-automation". Search for posts about machine learning in r/artificial sorted by top this month

Résultat attendu:

Returns a list of posts with titles, authors, upvote counts, comment counts, and permalinks. Each result includes the post ID for follow-up actions.

Utilisation de "reddit-automation". Create a post in r/coding with title and text content

Résultat attendu:

Confirms successful post submission with the new post ID and permalink URL for reference.

Audit de sécurité

Risque faible
v1 • 2/24/2026

Static analyzer flagged 71 patterns but all are false positives. The SKILL.md file is documentation (markdown), not executable code. Detected 'backticks' are markdown formatting for code references, not Ruby shell execution. Network access is required and expected for Reddit API operations. No malicious intent or security vulnerabilities found.

1
Fichiers analysés
218
Lignes analysées
2
résultats
1
Total des audits
Problèmes à risque faible (1)
External API Dependency
Skill requires external MCP server (Rube) and Reddit API access for all operations. Users must trust third-party services.

Facteurs de risque

🌐 Accès réseau (1)
Audité par: claude

Score de qualité

38
Architecture
100
Maintenabilité
87
Contenu
50
Communauté
88
Sécurité
91
Conformité aux spécifications

Ce que vous pouvez construire

Community Manager

Schedule and manage posts across multiple subreddits, respond to comments efficiently, and monitor trending content in your niche.

Content Researcher

Search and analyze discussions across subreddits to identify trends, gather opinions, and discover relevant content for research projects.

Casual Redditor

Automate routine Reddit activities like posting updates, replying to notifications, and browsing favorite subreddits without manual navigation.

Essayez ces prompts

Search for Topics
Search r/technology for posts about artificial intelligence from the past week, sorted by relevance. Show me the top 10 results.
Create and Post Content
Create a text post in r/learnprogramming with the title 'Best practices for code reviews' and include a summary of key points about constructive feedback and common mistakes to avoid.
Monitor and Respond
Get all comments on my recent post t3_abc123 and draft replies to any questions that need a response from me.
Trend Analysis Workflow
Browse r/startups and get the top 20 posts from this month. For each post with more than 100 upvotes, retrieve the full details including comment count to identify high-engagement topics.

Bonnes pratiques

  • Always call RUBE_SEARCH_TOOLS first to get current tool schemas before executing workflows
  • Verify Reddit connection status is ACTIVE before running any automation tasks
  • Use proper fullname format (t1_ for comments, t3_ for posts) when referencing items

Éviter

  • Do not attempt rapid successive posts - Reddit enforces rate limits and may ban accounts
  • Never post without checking subreddit rules - each community has unique requirements
  • Avoid using raw IDs without prefixes - always use fullname format with t1_ or t3_ prefix

Foire aux questions

What do I need to set up before using this skill?
Add https://rube.app/mcp as an MCP server in your client, then use RUBE_MANAGE_CONNECTIONS with toolkit 'reddit' to complete OAuth authentication.
Why are some of my posts being removed automatically?
Subreddits have AutoModerator rules that may remove posts based on karma, account age, or content patterns. Check each subreddit's rules before posting.
Can I edit my post title after submission?
No, Reddit does not allow editing post titles after submission. Only the body text of text posts can be edited.
What does the t1_ and t3_ prefix mean?
These are Reddit's fullname prefixes: t1_ identifies comments, t3_ identifies posts. All API operations require the full format with prefix.
How do I handle pagination for large result sets?
Use the 'after' token from search responses in subsequent requests. Set a limit parameter (max 100) for items per page.
Can this skill post images or videos to Reddit?
No, the current Rube MCP integration supports text posts and link posts only. Image and video uploads are not available.

Détails du développeur

Structure de fichiers

📄 SKILL.md