Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions content/agents/jev-social.json
Original file line number Diff line number Diff line change
@@ -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"
}
7 changes: 7 additions & 0 deletions content/changelog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down