apify-actorization이란?
기존 프로젝트를 서버리스 클라우드 프로그램인 Apify Actor로 변환합니다. JavaScript/TypeScript(Actor.init/exit가 포함된 SDK), Python(비동기 컨텍스트 관리자) 또는 모든 언어(CLI 래퍼)를 활성화합니다. 우리를... 출처: sickn33/antigravity-awesome-skills.
기존 프로젝트를 서버리스 클라우드 프로그램인 Apify Actor로 변환합니다. JavaScript/TypeScript(Actor.init/exit가 포함된 SDK), Python(비동기 컨텍스트 관리자) 또는 모든 언어(CLI 래퍼)를 활성화합니다. 우리를...
명령줄에서 apify-actorization AI 스킬을 개발 환경에 빠르게 설치
출처: sickn33/antigravity-awesome-skills.
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 래퍼)를 활성화합니다. 우리를... 출처: sickn33/antigravity-awesome-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill apify-actorization기존 프로젝트를 서버리스 클라우드 프로그램인 Apify Actor로 변환합니다. JavaScript/TypeScript(Actor.init/exit가 포함된 SDK), Python(비동기 컨텍스트 관리자) 또는 모든 언어(CLI 래퍼)를 활성화합니다. 우리를... 출처: sickn33/antigravity-awesome-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill apify-actorization 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/sickn33/antigravity-awesome-skills