一键导入
scraping
Scrape data from a specified URL using the scraping tool.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scrape data from a specified URL using the scraping tool.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Manage user schedules (add, update, delete, search).
Manage personal finances (income, expense, analytics).
Manage user notes (create, read, update, delete, search).
Convert values between various units (excluding currency).
Performs a search or extracts content using the Tavily API.
Get current time information in a specific timezone using Python.
基于 SOC 职业分类
| name | Scraping |
| description | Scrape data from a specified URL using the scraping tool. |
Scrape data from a specified URL using the scraping tool.
The skill is executed via a Python script: ~/.myaaw/skills/scraping/scripts/scraping.py.
It accepts a JSON string as the first argument calling the tool.
The input JSON should contain the following fields:
| Field | Type | Description | Required |
|---|---|---|---|
url | string | The full URL of the web page to scrape, e.g. https://r.jina.ai/example. | Yes |
.venv/bin/python ~/.myaaw/skills/scraping/scripts/scraping.py '{"url": "https://example.com"}'