원클릭으로
minion-fetch
Use when the user asks to fetch or retrieve information from a URL.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the user asks to fetch or retrieve information from a URL.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | minion-fetch |
| description | Use when the user asks to fetch or retrieve information from a URL. |
When the user asks to fetch or retrieve information from a URL, use this skill to perform the fetch operation. This can be used for various purposes, such as retrieving data, validating information, or exploring APIs.
npx minion-fetch <URL> --headers "Header-Name: Header-Value" --method GET --attempts 3
When the user asks to fetch or retrieve information from a URL and process it with jq, use this skill to perform the fetch operation and apply the jq filter to the response.
npx minion-fetch --jq <URL> --apply '.data | map(select(.active == true))'
When the user asks to fetch or retrieve information from a URL, use this skill to infer the JSON schema of the response. This can help in understanding the structure of the data and how to process it further.
npx minion-fetch --json-schema <URL>
When the user asks to fetch or retrieve information from a URL, use this skill to convert HTML content to Markdown format. This can be useful for better readability and integration with Markdown-based systems.
npx minion-fetch --md <URL>
Create Open Interoperable Agent Plugin (OIAP) projects and plugin definitions. Use this skill whenever the user wants to create, scaffold, design, or improve an OIAP plugin, write an oiap.plugin.ts file, define commands, instructions, skills, hooks, agents, policies, or build target bundles with the npm-published OIAP CLI.
Fetch a URL with minion-fetch and optionally apply jq, JSON Schema, or Markdown transforms.
Fetch a URL with minion-fetch and optionally apply jq, JSON Schema, or Markdown transforms.