22 lines
503 B
JSON
22 lines
503 B
JSON
{
|
|
"id": "web_helper",
|
|
"name": "Web Helper",
|
|
"version": "1.0.0",
|
|
"description": "Web fetching and HTML parsing tools",
|
|
"author": "",
|
|
"homepage": "",
|
|
"license": "MIT",
|
|
"plugin_type": "tool",
|
|
"main": "__init__.py",
|
|
"hooks": [],
|
|
"tools": ["fetch_url_content", "parse_html_links"],
|
|
"skills": [],
|
|
"dependencies": {},
|
|
"peer_dependencies": {},
|
|
"permissions": [],
|
|
"allowed_paths": [],
|
|
"denied_paths": [],
|
|
"network_allowed": true,
|
|
"allowed_hosts": [],
|
|
"config_schema": {}
|
|
} |