From f339cce6d7394fb901e3c55bcf0ff6b279c1194b Mon Sep 17 00:00:00 2001 From: Asklv Date: Mon, 21 Sep 2026 03:27:40 +0800 Subject: [PATCH] Add Jev Social agent listing --- content/agents/jev-social.json | 57 ++++++++++++++++++++++++++++++++++ content/changelog.json | 7 +++++ 2 files changed, 64 insertions(+) create mode 100644 content/agents/jev-social.json diff --git a/content/agents/jev-social.json b/content/agents/jev-social.json new file mode 100644 index 0000000..9f66ecd --- /dev/null +++ b/content/agents/jev-social.json @@ -0,0 +1,57 @@ +{ + "id": "jev-social", + "name": "Jev Social", + "slug": "jev-social", + "description": "Routes bounded Jev decisions through the local socai CLI to research Instagram, TikTok, and LinkedIn, stream evidence cards, and compile source-linked reports.", + "providerName": "socai", + "providerUrl": "https://socai.io/", + "agentUrl": "https://github.com/socai-io/jev-social", + "categories": [ + "research", + "browser-computer" + ], + "tags": [ + "social-research", + "instagram-research", + "tiktok-research", + "linkedin-research", + "jev-routing", + "local-browser", + "source-linked-reports" + ], + "skills": [ + { + "id": "social-discovery", + "name": "Social Discovery", + "description": "Searches Instagram, TikTok, and LinkedIn through the user's local Chrome session and returns structured, source-linked records." + }, + { + "id": "evidence-inspection", + "name": "Evidence Inspection", + "description": "Opens selected profiles, posts, videos, comments, and LinkedIn records chosen from observed results." + }, + { + "id": "streamed-reporting", + "name": "Streamed Reporting", + "description": "Streams captured cards during a run, then compiles a Markdown evidence report with original source links." + }, + { + "id": "video-capture", + "name": "Video Capture", + "description": "Downloads selected TikTok media through socai while retaining the originating post as inspectable evidence." + } + ], + "authType": "apiKey", + "supportsStreaming": true, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": false, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "cli" + ], + "createdAt": "2026-09-20T19:25:02Z", + "updatedAt": "2026-09-20T19:25:02Z" +} diff --git a/content/changelog.json b/content/changelog.json index 1c92d6f..b943d79 100644 --- a/content/changelog.json +++ b/content/changelog.json @@ -1,4 +1,11 @@ [ + { + "action": "added", + "slug": "jev-social", + "name": "Jev Social", + "note": "Local CLI agent for Jev-routed social research with streamed, source-linked evidence.", + "date": "2026-09-20" + }, { "action": "added", "slug": "modelshortlist",