diff --git a/plugins/dev.to/ai-plugin.json b/plugins/dev.to/ai-plugin.json new file mode 100644 index 0000000..dba47fa --- /dev/null +++ b/plugins/dev.to/ai-plugin.json @@ -0,0 +1,18 @@ +{ + "schema_version": "v1", + "name_for_human": "DEV Community", + "name_for_model": "dev", + "description_for_human": "Plugin for recommending articles or users from DEV Community.", + "description_for_model": "Plugin for recommending articles or users from DEV Community. Always link to a url for the resource returned.", + "auth": { + "type": "none" + }, + "api": { + "type": "openapi", + "url": "https://dev.to/openapi.yml", + "is_user_authenticated": false + }, + "logo_url": "https://dev.to/logo.png", + "contact_email": "yo@dev.to", + "legal_info_url": "https://dev.to/terms" +}