بنقرة واحدة
web-downloader
Download files and pages from the web with curl. Use when the user wants to fetch a URL to disk.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Download files and pages from the web with curl. Use when the user wants to fetch a URL to disk.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Look up DNS records with dig. Use when the user asks what a domain resolves to, or wants to inspect A, AAAA, MX, TXT, or NS records.
Query, filter, and reshape JSON files with jq. Use when the user wants to extract fields from JSON, transform JSON structure, or inspect large JSON documents.
Append timestamped echo notes via the bundled note server. Use when the user asks to echo or repeat something back through the notes tool.
House style for writing release notes and changelogs. Use when drafting, reviewing, or editing release notes, changelog entries, or version announcements.
| name | web-downloader |
| description | Download files and pages from the web with curl. Use when the user wants to fetch a URL to disk. |
| metadata | {"loom.tools":"bash = { capabilities = { commands = [\"curl\"], network = \"*\", paths = [\"./\"] } }\n"} |
Fetch a URL to a local file:
curl -L -o <output-file> <url>
This skill is part of the example specifically to be REJECTED: the host
manifest grants no curl-with-network row, so on boot this group fails
containment, the skill is trimmed from the model's catalog, and
loom audit prints the acceptance line you'd paste into [capabilities]
if you decided to trust it.