원클릭으로
scrape
Scrape a URL to clean Markdown — use when asked to scrape, fetch, extract content from, or read a webpage and convert it to Markdown.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Scrape a URL to clean Markdown — use when asked to scrape, fetch, extract content from, or read a webpage and convert it to Markdown.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Recognizing context pressure before it degrades output quality.
Writing implementation plans — small testable steps, dependency ordering, upfront risk identification.
Evidence before claims, always — run verification commands and confirm output before making any completion or success claims.
Generate Architecture Decision Records — use when asked to document a decision, create an ADR, record why we chose X, or capture architectural rationale.
Generate a structured changelog from git history — use when asked to create a changelog, release notes, or summarize what changed between versions/tags/branches.
How to write pikit workflow YAML files — steps, loops, branches, interpolation.
| name | scrape |
| description | Scrape a URL to clean Markdown — use when asked to scrape, fetch, extract content from, or read a webpage and convert it to Markdown. |
Fetch a URL and convert it to clean, LLM-ready Markdown.
https://r.jina.ai/ to the URL. Returns Markdown. Use Accept: text/markdown header.web_read tool. Less clean but no API key needed.For each URL:
Fetch: https://r.jina.ai/{url}
Header: Accept: text/markdown
If Jina fails, fall back to web_read on the raw URL.
For multiple URLs, process them sequentially.
## Source: {url}
{extracted markdown content}
http:// and https:// URLsfile://, ftp://, data:, and all other schemeslocalhost, 127.0.0.1, 10.x.x.x, 172.16-31.x.x, 192.168.x.x@ (credential-in-URL attacks)