← 스킬 목록으로 돌아가기

api-request-builder

v1.0.0 approved Development ⬇ 3 오늘 업데이트
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ 다운로드
설치 가이드↓
🤖 에이전트용 설치 명령 (curl / MCP / Claude Desktop)
▸ curl 한 줄 다운로드
curl -L -o api-request-builder.skill   "https://aiskillstore.io/v1/agent/skills/6fc93980-a530-4f40-a23c-cd006c31037e/download?platform=ClaudeCode"
▸ MCP 도구 호출 (Skill Store MCP 등록 시)
{
  "tool": "download_skill",
  "arguments": {
    "skill_id": "6fc93980-a530-4f40-a23c-cd006c31037e",
    "platform": "ClaudeCode"
  }
}
▸ Claude Desktop / Cursor MCP 설정 (1회)
{
  "mcpServers": {
    "skill-store": {
      "url": "https://aiskillstore.io/mcp/"
    }
  }
}
📖 에이전트용 전체 API 가이드: /llms.txt  ·  MCP server card

API request code generator: converts JSON spec to curl/HTTPie/Python/JavaScript/urllib, converts curl back to JSON spec, auto-fills headers, and audits security anti-patterns. Zero external dependencies.

# api request # curl converter # http request builder # api builder # requests # fetch # httpie # curl to python # curl to javascript # oauth # http client # korean

기본 정보

소유자 👤 aiskillstore-team 카테고리 Development 등록일 2026-05-11 최종 업데이트 2026-05-11 최신 버전 1.0.0 패키지 날짜 2026-05-11 검증 상태 approved 다운로드 수 3회 체크섬 (SHA256) 9753f615eb9e7b81992a73d86453f7906633423116ad9fc088e942fca28e1067

⚡ AGENT INFO USK v3

Capabilities
api_request_building curl_to_code_conversion multi_format_output security_audit oauth_header_generation
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/6fc93980-a530-4f40-a23c-cd006c31037e/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/6fc93980-a530-4f40-a23c-cd006c31037e/download?platform=OpenClaw GET /v1/agent/skills/6fc93980-a530-4f40-a23c-cd006c31037e/download?platform=ClaudeCode GET /v1/agent/skills/6fc93980-a530-4f40-a23c-cd006c31037e/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/6fc93980-a530-4f40-a23c-cd006c31037e/download?platform=Cursor GET /v1/agent/skills/6fc93980-a530-4f40-a23c-cd006c31037e/download?platform=GeminiCLI GET /v1/agent/skills/6fc93980-a530-4f40-a23c-cd006c31037e/download?platform=CodexCLI GET /v1/agent/skills/6fc93980-a530-4f40-a23c-cd006c31037e/download?platform=CustomAgent

설치 방법

호환 플랫폼: any

1
openclaw_skill_manager.py로 스킬을 설치합니다.
python openclaw_skill_manager.py --install api-request-builder
2
설치 확인
python openclaw_skill_manager.py --list-installed
3
특정 버전 설치 (선택)
python openclaw_skill_manager.py --install api-request-builder --version 1.0.0
1
스킬 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/skills/6fc93980-a530-4f40-a23c-cd006c31037e/download
2
Claude Code commands 디렉터리에 배치합니다.
unzip api-request-builder.skill -d ~/.claude/commands/api-request-builder/
3
Claude Code에서 슬래시 커맨드로 사용합니다.
/api-request-builder
1
Agent Skills 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/agent/skills/6fc93980-a530-4f40-a23c-cd006c31037e/download?platform=ClaudeCodeAgentSkill
2
Claude Code skills 디렉터리에 압축을 해제합니다.
unzip api-request-builder-agent-skill-*.skill -d ~/.claude/skills/api-request-builder/
3
Claude Code를 재시작하면 세션 시작 시 자동으로 로드됩니다. 슬래시 커맨드 없이 자연어로 사용 가능합니다.
1
Cursor 변환 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/agent/skills/6fc93980-a530-4f40-a23c-cd006c31037e/download?platform=Cursor
2
압축 해제 후 영구 위치에 저장합니다.
unzip api-request-builder-cursor-*.skill -d ~/.cursor/skills/api-request-builder/
3
.cursor/mcp.json에 MCP 서버 설정을 추가하고 Cursor를 재시작합니다.
cat ~/.cursor/skills/api-request-builder/cursor_mcp_config.json
1
Gemini CLI 변환 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/agent/skills/6fc93980-a530-4f40-a23c-cd006c31037e/download?platform=GeminiCLI
2
압축 해제 후 영구 위치에 저장합니다.
unzip api-request-builder-geminicli-*.skill -d ~/.gemini/skills/api-request-builder/
3
~/.gemini/settings.json에 MCP 서버 설정을 추가하고 Gemini CLI를 재시작합니다.
cat ~/.gemini/skills/api-request-builder/gemini_settings_snippet.json
1
Codex CLI 변환 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/agent/skills/6fc93980-a530-4f40-a23c-cd006c31037e/download?platform=CodexCLI
2
압축 해제 후 영구 위치에 저장합니다.
unzip api-request-builder-codexcli-*.skill -d ~/.codex/skills/api-request-builder/
3
~/.codex/config.toml에 MCP 서버 설정을 추가하고 Codex CLI를 재시작합니다.
cat ~/.codex/skills/api-request-builder/codex_config_snippet.toml
1
REST API로 스킬 패키지를 다운로드합니다.
GET https://aiskillstore.io/v1/skills/6fc93980-a530-4f40-a23c-cd006c31037e/download
2
에이전트 플랫폼의 skills 디렉터리에 배치합니다.
cp api-request-builder.skill ./skills/
3
설치 가이드 API로 플랫폼별 상세 정보를 조회합니다.
GET https://aiskillstore.io/v1/skills/6fc93980-a530-4f40-a23c-cd006c31037e/install-guide?platform=CustomAgent

보안 검증 보고서

검증 결과 APPROVED

검사 결과: ["메타데이터 경고: 권장 필드 없음: 'requirements' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'changelog' (SKILL.md v2 권장)"]

✅ 보안 위험 항목이 발견되지 않았습니다.

AI 검수 단계

검수 주체 gemini 위험도 🟢 낮음 검수 요약 API 요청 코드 생성 및 보안 감사 스킬로, 선언된 권한을 준수하며 악의적인 활동 징후가 없습니다.
판단 근거

스킬 메타데이터, 코드 스니펫 및 정적 분석 결과를 종합적으로 검토했습니다. 1. **권한 일치 여부:** 메타데이터에 `network: false`, `filesystem: false`, `subprocess: false`, `env_vars: []`로 선언되어 있습니다. 제공된 `main.py` 코드 스니펫에는 네트워크 통신, 파일 시스템 접근, 외부 프로세스 실행을 위한 모듈(예: `requests`, `os`, `subprocess`) 임포트나 관련 함수 호출이 발견되지 않았습니다. `base64`는 Python 표준 라이브러리이며, `env_var`는 실제 환경 변수를 스킬이 직접 읽는 것이 아니라, 생성될 코드에 환경 변수 참조 문자열(예: `${MY_API_TOKEN}`)을 삽입하는 방식으로 동작하여 선언된 권한과 일치합니다. 2. **악의적 코드 여부:** 스킬의 목적은 API 요청 코드를 생성하고 보안 취약점을 감사하는 것입니다. 사용자 데이터를 탈취하거나 시스템을 파괴하려는 의도를 가진 코드는 발견되지 않았습니다. 난독화된 코드도 없습니다. 3. **외부 통신 여부:** `permissions.network: false`로 선언되었으며, 코드에서 외부 통신을 시도하는 어떠한 징후도 발견되지 않았습니다. 4. **사용자 데이터 수집/전송 여부:** 스킬은 입력받은 API 명세를 기반으로 코드를 생성하거나 감사 결과를 반환할 뿐, 사용자 데이터를 무단으로 수집하거나 외부로 전송하는 기능은 없습니다. 민감 정보(토큰, 비밀번호)는 `env_var`를 통해 플레이스홀더로 처리될 수 있도록 설계되어, 스킬 자체가 민감한 원본 값을 직접 다루는 위험을 줄였습니다. 5. **코드 품질:** 'Zero external dependencies'라는 설명과 같이 표준 라이브러리만을 사용하며, 코드 스니펫은 스킬의 목적에 부합하는 기능을 명확하게 구현하고 있습니다. `sys.stdout`/`stdin` 인코딩 처리 등 기본적인 코드 품질도 양호합니다. 정적 분석 결과 또한 'approved' 상태이며, 'red_flags_found', 'obfuscation_warnings', 'forbidden_exec_files_found' 모두 비어 있어 안전함을 뒷받침합니다. 전반적으로 안전하며 스킬 스토어에 공개하기에 적합하다고 판단됩니다.

버전 히스토리

버전 USK v3 검증 상태 패키지 날짜 다운로드 변경사항
v1.0.0 approved 2026-05-11 ⬇ 3

사용 예시 (Examples) 7 개

이 스킬의 대표적인 입출력 예시입니다. 에이전트는 이 예시를 보고 스킬 호출 방법과 결과 형태를 이해할 수 있습니다.

GET 요청 curl 생성 / GET request curl
# build# get# curl

GET 요청을 curl 코드로 생성합니다.

📥 입력
{
  "action": "build",
  "headers": {
    "Accept": "application/json"
  },
  "method": "GET",
  "output_format": "curl",
  "url": "https://api.example.com/users"
}
📤 출력
{
  "action": "build",
  "curl": "curl -X GET \u0027https://api.example.com/users\u0027 \\\n  -H \u0027Accept: application/json\u0027",
  "meta": {
    "format": "curl",
    "method": "GET",
    "url": "https://api.example.com/users"
  }
}
POST JSON → Python requests / POST JSON to Python
# build# post# python

POST JSON 본문을 Python requests 코드로 생성합니다.

📥 입력
{
  "action": "build",
  "body": {
    "email": "alice@example.com",
    "name": "Alice"
  },
  "method": "POST",
  "output_format": "python",
  "url": "https://api.example.com/users"
}
📤 출력
{
  "action": "build",
  "meta": {
    "format": "python",
    "method": "POST"
  },
  "python": "[Generated Python requests code with json body and headers]"
}
Bearer 인증 5가지 형식 / Bearer auth all formats
# build# bearer# all_formats

Bearer 토큰 인증을 5가지 형식으로 동시 생성합니다.

📥 입력
{
  "action": "build",
  "auth": {
    "env_var": "MY_API_TOKEN",
    "type": "bearer"
  },
  "method": "GET",
  "output_format": "all",
  "url": "https://api.example.com/me"
}
📤 출력
{
  "action": "build",
  "formats": {
    "curl": "curl -X GET \u0027https://api.example.com/me\u0027 \\\n  -H \u0027Authorization: Bearer ${MY_API_TOKEN}\u0027 \\\n  -H \u0027Accept: application/json\u0027",
    "httpie": "http GET \u0027https://api.example.com/me\u0027 \\\n  Authorization:\u0027Bearer ${MY_API_TOKEN}\u0027 \\\n  Accept:application/json",
    "javascript": "const response = await fetch(\u0027https://api.example.com/me\u0027, {method:\u0027GET\u0027, headers:{\u0027Authorization\u0027:\u0027Bearer \u0027+process.env.MY_API_TOKEN}});",
    "python": "[Generated Python code using requests library with env-safe Bearer token]",
    "urllib": "[Generated Python urllib code with Bearer token from env var MY_API_TOKEN]"
  },
  "meta": {
    "formats_generated": 5,
    "method": "GET"
  }
}
curl 명령 → JSON 명세 변환 / curl to JSON spec
# convert_curl# parse# spec

curl 명령어를 파싱하여 구조화된 JSON 명세로 변환합니다.

📥 입력
{
  "action": "convert_curl",
  "curl_command": "curl -X POST https://api.example.com/data -H \u0027Content-Type: application/json\u0027 -H \u0027Authorization: Bearer mytoken\u0027 -d \u0027{\"key\":\"value\"}\u0027"
}
📤 출력
{
  "action": "convert_curl",
  "meta": {
    "parsed_flags": [
      "-X",
      "-H",
      "-d"
    ]
  },
  "spec": {
    "body": {
      "key": "value"
    },
    "headers": {
      "Authorization": "Bearer mytoken",
      "Content-Type": "application/json"
    },
    "method": "POST",
    "url": "https://api.example.com/data"
  }
}
보안 감사: API key in URL / Audit API key in URL
# audit# api_key_url# security

URL 쿼리에 API 키를 노출하는 보안 위험 패턴을 감지합니다.

📥 입력
{
  "action": "audit",
  "method": "GET",
  "url": "https://api.example.com/data?api_key=secret123\u0026format=json"
}
📤 출력
{
  "action": "audit",
  "findings": [
    {
      "fix_hint": {
        "action": "Use Authorization header instead of URL query parameter",
        "doc_ref": "https://aiskillstore.io/skills/api-request-builder#security",
        "example": "curl -H \u0027Authorization: Bearer secret123\u0027 https://api.example.com/data",
        "summary": "API key in URL \u2014 Authorization header \uc0ac\uc6a9 \uad8c\uc7a5 / Move API key to header"
      },
      "message": "API key found in URL query string -- exposed in logs and browser history",
      "rule": "API_KEY_IN_URL",
      "severity": "error"
    }
  ],
  "meta": {
    "finding_count": 1,
    "has_errors": true
  }
}
보안 감사: HTTP 미사용 / Audit HTTP not HTTPS
# audit# http# password# security

HTTPS 미사용 요청의 보안 위험을 감지합니다.

📥 입력
{
  "action": "audit",
  "body": {
    "password": "secret",
    "username": "admin"
  },
  "method": "POST",
  "url": "http://api.example.com/login"
}
📤 출력
{
  "action": "audit",
  "findings": [
    {
      "fix_hint": {
        "action": "Change URL scheme from http:// to https://",
        "doc_ref": "https://aiskillstore.io/skills/api-request-builder#security",
        "example": "https://api.example.com/login",
        "summary": "HTTP \uc0ac\uc6a9 \u2014 HTTPS \ub85c \ubcc0\uacbd \ud544\uc218 / Switch to HTTPS"
      },
      "message": "HTTP used instead of HTTPS -- credentials and data transmitted in plaintext",
      "rule": "HTTP_NOT_HTTPS",
      "severity": "error"
    },
    {
      "fix_hint": {
        "action": "Always use HTTPS when sending credentials. Mask password fields in logs.",
        "doc_ref": "https://aiskillstore.io/skills/api-request-builder#security",
        "example": "POST https://api.example.com/login with HTTPS",
        "summary": "\ube44\ubc00\ubc88\ud638 \ubcf8\ubb38 \uc804\uc1a1 \u2014 HTTPS \ud544\uc218 + \ub85c\uadf8 \ub9c8\uc2a4\ud0b9 / Password in body \u2014 use HTTPS"
      },
      "message": "Field \u0027password\u0027 detected in request body -- ensure HTTPS and avoid logging",
      "rule": "PASSWORD_IN_BODY",
      "severity": "warning"
    }
  ],
  "meta": {
    "finding_count": 2,
    "has_errors": true
  }
}
HTTPie 형식 출력 / HTTPie format
# format_as# httpie

API 요청을 HTTPie 명령어 형식으로 생성합니다.

📥 입력
{
  "action": "format_as",
  "body": {
    "limit": 10,
    "query": "machine learning"
  },
  "method": "POST",
  "output_format": "httpie",
  "url": "https://api.example.com/search"
}
📤 출력
{
  "action": "format_as",
  "httpie": "http POST \u0027https://api.example.com/search\u0027 \\\n  Content-Type:application/json \\\n  query=\u0027machine learning\u0027 \\\n  limit:=10",
  "meta": {
    "format": "httpie",
    "method": "POST"
  }
}

모든 예시는 에이전트 API로도 조회 가능: /v1/agent/skills/6fc93980-a530-4f40-a23c-cd006c31037e/schema

리뷰 & 평점

아직 리뷰가 없습니다. 첫 번째 리뷰를 남겨보세요!

✍️ 리뷰 작성