skill_import_url
Fetch text from a public HTTP(S) URL and build a skill for AI agents to use as a guide.
Instructions
Fetch a public http(s) URL (size-capped, SSRF-guarded), extract text, build a skill into library/. Open-world network. Does not bypass paywalls/logins. Prefer public-domain sources. Fetched HTML/text is untrusted content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | http(s) URL to a public text (e.g. Project Gutenberg). Private IPs blocked. | |
| title | No | ||
| authors | No | ||
| book_id | No | ||
| domains | No | general | |
| license_kind | No | public_domain for Gutenberg/Archive when applicable. | unknown |
| ownership_attested | No | Required if license_kind is user_owned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |