Social Media Apps22 toolsBrowser login (OAuth), no API keys
Reddit integration for AI agents
Post content, manage subreddits, and browse discussions
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Reddit once and call the same tools from all of them.
Setup
Connect reddit through ClawLink's hosted setup.
- Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Reddit exposes 22 tools through ClawLink. The 20 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
reddit_create_reddit_post | Creates a new text or link post on a specified, existing Reddit subreddit, optionally applying a flair. | Write |
reddit_edit_reddit_comment_or_post | Edits the body text of the authenticated user's own existing comment or self-post on Reddit; cannot edit link posts or titles. | Write |
reddit_get | Tool to retrieve a listing of Reddit posts sorted by the specified criteria (hot, new, top, etc.). | Read |
reddit_get_controversial_posts | Tool to retrieve controversial posts from all subreddits with time filters. | Read |
reddit_get_me_prefs | Tool to retrieve preference settings of the logged in user. Use when you need to check user preferences or settings. | Read |
reddit_get_r_top | Tool to retrieve top-rated posts from a subreddit with time filters. Use when you need to find the most popular posts from a specific time period (hour, day, week, month, year, or all-time). | Read |
reddit_get_random | Tool to retrieve a random public Reddit post from any subreddit. Use when you want to discover serendipitous content or need a random post for testing or entertainment purposes. | Read |
reddit_get_reddit_user_about | Retrieves information about a specified Reddit user account, including karma scores and gold status. Use when you need to get profile information for any public Reddit user. | Read |
reddit_get_scopes | Tool to retrieve all available OAuth scopes supported by the Reddit API. Use when you need to understand what permissions are available or check scope definitions. | Read |
reddit_get_subreddit_rules | Fetch the explicit posting rules for a subreddit to ensure compliance before posting or commenting. | Read |
reddit_get_subreddits_search | Search subreddits by title and description | Read |
reddit_get_user_flair | Fetches the list of user flair assignments for a given subreddit | Read |
reddit_get_username_available | Check whether a username is available for registration on Reddit | Read |
reddit_list_subreddit_post_flairs | List available link/post flairs for a subreddit (including flair_template_id) so posts can | Read |
reddit_retrieve_post_comments | Retrieves all comments for a Reddit post given its base-36 article ID | Read |
reddit_retrieve_reddit_post | Retrieves posts from a specified, publicly accessible subreddit | Read |
reddit_retrieve_specific_comment | Retrieves detailed information for a single Reddit comment or post using its fullname | Read |
reddit_search_across_subreddits | Searches Reddit for posts/comments using a query | Read |
reddit_post_reddit_comment | Posts a comment on Reddit, replying to an existing submission (post) or another comment | Write |
reddit_toggle_inbox_replies | Enable or disable inbox replies for a submission or comment | Read |