apify-actorization
✓기존 프로젝트를 서버리스 클라우드 프로그램인 Apify Actor로 변환합니다. JavaScript/TypeScript(Actor.init/exit가 포함된 SDK), Python(비동기 컨텍스트 관리자) 또는 모든 언어(CLI 래퍼)를 활성화합니다. 코드를 Apify로 마이그레이션하거나, CLI 도구를 Actor로 래핑하거나, 기존 프로젝트에 Actor SDK를 추가할 때 사용합니다.
SKILL.md
Actorization converts existing software into reusable serverless applications compatible with the Apify platform. Actors are programs packaged as Docker images that accept well-defined JSON input, perform an action, and optionally produce structured JSON output.
If not logged in, check if APIFYTOKEN environment variable is defined. If not, ask the user to generate one at https://console.apify.com/settings/integrations, then:
| JS/TS | npm install apify | await Actor.init() ... await Actor.exit() | | Python | pip install apify | async with Actor: | | Other | Use CLI in wrapper script | apify actor:get-input / apify actor:push-data |
기존 프로젝트를 서버리스 클라우드 프로그램인 Apify Actor로 변환합니다. JavaScript/TypeScript(Actor.init/exit가 포함된 SDK), Python(비동기 컨텍스트 관리자) 또는 모든 언어(CLI 래퍼)를 활성화합니다. 코드를 Apify로 마이그레이션하거나, CLI 도구를 Actor로 래핑하거나, 기존 프로젝트에 Actor SDK를 추가할 때 사용합니다. 출처: apify/agent-skills.
인용 가능한 정보
AI/검색 인용용 안정적인 필드와 명령어.
- 설치 명령어
npx skills add https://github.com/apify/agent-skills --skill apify-actorization- 카테고리
- </>개발 도구
- 인증됨
- ✓
- 최초 등록
- 2026-02-01
- 업데이트
- 2026-02-18
빠른 답변
apify-actorization이란?
기존 프로젝트를 서버리스 클라우드 프로그램인 Apify Actor로 변환합니다. JavaScript/TypeScript(Actor.init/exit가 포함된 SDK), Python(비동기 컨텍스트 관리자) 또는 모든 언어(CLI 래퍼)를 활성화합니다. 코드를 Apify로 마이그레이션하거나, CLI 도구를 Actor로 래핑하거나, 기존 프로젝트에 Actor SDK를 추가할 때 사용합니다. 출처: apify/agent-skills.
apify-actorization 설치 방법은?
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/apify/agent-skills --skill apify-actorization 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다
소스 저장소는 어디인가요?
https://github.com/apify/agent-skills
상세
- 카테고리
- </>개발 도구
- 출처
- skills.sh
- 최초 등록
- 2026-02-01