Add skill definitions (SKILL.md + run.py) for all agent tools
This commit is contained in:
9
skills/fetch_url/SKILL.md
Normal file
9
skills/fetch_url/SKILL.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name: fetch_url
|
||||
description: Fetch a URL and return its text content. HTML is stripped to plain text. Use this to read web pages, documentation, articles, etc.
|
||||
parameters:
|
||||
url:
|
||||
type: string
|
||||
description: The URL to fetch
|
||||
required: true
|
||||
---
|
||||
Reference in New Issue
Block a user