Developer Tools28 toolsPaste one API key
DEV Community integration for AI agents
DEV Community (dev.to) is a community of software developers where you can publish articles, engage with others, and build your online presence.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect DEV Community once and call the same tools from all of them.
Setup
Connect DEV Community through ClawLink's hosted setup.
- Auth: Paste one API key. 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
DEV Community exposes 28 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
devto_get_article | Returns a single published article by its ID, including full body content | Read |
devto_get_article_by_path | Returns a single published article by username and slug path | Read |
devto_get_comment | Returns a single comment and its descendants (replies) by comment ID | Read |
devto_get_current_user | Get the currently authenticated user's profile information | Read |
devto_get_listing | Returns a single classified listing by its ID | Read |
devto_get_organization | Returns a single organization by its username | Read |
devto_get_profile_image | Returns the profile image URL for a user or organization by username | Read |
devto_get_user | Get a single user by their ID or username | Read |
devto_list_articles | Returns a list of published articles, optionally filtered by tags, username, state, or top | Read |
devto_list_comments | List comments for a specified article or podcast episode on DEV Community | Read |
devto_list_followed_tags | Returns a list of tags followed by the authenticated user | Read |
devto_list_followers | Retrieve a list of users who follow the authenticated user | Read |
devto_list_latest_articles | Retrieve a list of published articles sorted by descending publish date | Read |
devto_list_listings | Returns a list of classified listings for jobs, mentors, products, etc | Read |
devto_list_listings_by_category | Returns a list of classified listings filtered by category | Read |
devto_list_organization_articles | List articles published by a specific organization on DEV.to | Read |
devto_list_organization_users | List users belonging to a specified organization on DEV.to | Read |
devto_list_podcast_episodes | Retrieve a list of podcast episodes from DEV.to | Read |
devto_list_reading_list | Returns the articles in the authenticated user's reading list | Read |
devto_list_tags | Returns a list of tags with their names, background colors, and text colors | Read |
devto_list_user_all_articles | List all articles (both published and unpublished) for the authenticated user | Read |
devto_list_user_articles | List published articles for the authenticated user | Read |
devto_list_user_published_articles | Returns a list of the authenticated user's published articles only | Read |
devto_list_user_unpublished_articles | Returns a list of the authenticated user's unpublished (draft) articles | Read |
devto_list_videos | Retrieve a list of articles that contain videos | Read |
devto_create_article | Create a new article on DEV Community | Write |
devto_update_article | Update an existing article on DEV Community | Write |
devto_update_listing | Updates an existing classified listing on DEV Community | Write |