-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill.json
More file actions
21 lines (21 loc) · 1012 Bytes
/
Copy pathskill.json
File metadata and controls
21 lines (21 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "agentweb",
"version": "0.1.0",
"title": "AgentWeb — Structured Web Understanding",
"description": "Transform any webpage into structured, token-efficient data. Cache-first: check SDF Protocol's index first (886 avg tokens vs 73K raw HTML). On miss: your agent extracts locally and earns credits by contributing back.",
"category": "web",
"tags": ["web", "extraction", "sdf", "structured-data", "cache", "credits"],
"author": "SDF Protocol",
"license": "MIT",
"repository": "https://github.com/sdfprotocol/agentweb",
"homepage": "https://sdfprotocol.org",
"executesCode": true,
"type": "plugin",
"scannerNotes": {
"networkAccess": "Connects to api.sdfprotocol.com for cache lookups and credit submissions. Fetches target URLs for extraction.",
"dataFlow": "Page content is sent to the agent's own LLM for extraction. Extracted SDF is submitted to sdfprotocol.com for credits.",
"noTelemetry": true,
"noSudo": true,
"configuredApiKeyRequired": true
}
}