From imweb-ai-toolkit
Use imweb CLI safely for site, product, order, member, payment, promotion, community, and script tasks. Match aliases 아임웹도구, 아임웹툴, imweb tool, imweb toolkit.
How this skill is triggered — by the user, by Claude, or both
Slash command
/imweb-ai-toolkit:imwebThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
아임웹 CLI 전역 진입점 skill입니다.
README.mddocs/README.mddocs/capability-registry.mddocs/commands.mddocs/execution-contract.mddocs/imweb-ai-toolkit.mddocs/scenario-playbooks.mdreferences/README.mdreferences/community.mdreferences/member.mdreferences/order.mdreferences/payment.mdreferences/product.mdreferences/promotion.mdreferences/routing.mdreferences/script.mdreferences/site.md아임웹 CLI 전역 진입점 skill입니다.
먼저 볼 문서:
docs/capability-registry.mddocs/execution-contract.mddocs/commands.mddocs/imweb-ai-toolkit.md이 skill의 역할:
site_code, 인증 상태와 지원 커맨드 범위를 먼저 확인합니다.imweb 하나만 사용합니다.아임웹도구, 아임웹 도구, 아임웹툴, imweb tool, imweb tools, imweb toolkit처럼 짧게 부르면 모두 이 skill 호출 의도로 해석합니다.사용자 경험 기준:
기본 시작점:
imweb_cli_check, imweb_auth_status, imweb_auth_login, imweb_context, imweb_command_capabilities, imweb_order_list, imweb_order_get, imweb_site_info, imweb_product_list, imweb_product_get, imweb_member_list 같은 MCP tools가 보이면 이것을 먼저 사용합니다.imweb CLI가 없으면 사용자에게 설치 명령을 쓰게 하지 말고 imweb_cli_install을 호출합니다. Claude Desktop이 권한을 물으면 사용자는 이 작업에 허용 / Allow for this task만 누르면 됩니다.npx -y github:imwebme/imweb-ai-toolkit --tool claude-cowork로 imweb-ai-toolkit.plugin과 imweb.skill을 만들고, Cowork host가 설치 카드로 받을 수 있게 두 artifact를 제시합니다. 실제 사용자 데이터 조회는 host imweb MCP tool이 보일 때만 진행합니다.command -v imweb와 imweb --version을 확인합니다.npx -y github:imwebme/imweb-ai-toolkit --tool cli. 설치가 끝나면 바로 auth/context 확인으로 이어갑니다.imweb_context 또는 imweb --output json config contextimweb_command_capabilities 또는 imweb --output json config command-capabilities--help/imweb만 호출되고 업무 문장이 없을 때:
/imweb가 거절되면 앱 라우팅 제한이므로, 설치 뒤에는 아임웹툴로 최근 주문중 이상 거래 조사해줘.처럼 자연어로 다시 시작합니다.imweb_cli_install을 호출합니다.로그인 온보딩:
imweb_auth_status와 imweb_auth_doctor로 상태를 확인합니다.이 작업에 허용 / Allow for this task 버튼만 누르면 된다고 짧게 안내합니다.imweb_auth_login MCP tool을 호출합니다. 브라우저가 열리면 사용자가 로그인 버튼과 계정 확인만 누르면 된다고 짧게 안내합니다.imweb --output json auth status, imweb --output json auth doctor, imweb --output json auth login 순서로 처리합니다. 브라우저가 열리면 사용자는 브라우저 로그인만 완료하면 된다고 말합니다.imweb_auth_login이 끝나면 imweb_auth_status 또는 imweb_context를 다시 호출한 뒤 원래 요청을 이어서 실행합니다.site_code, scope가 비어 있으면 무엇이 부족한지만 구체적으로 말하고, 추정으로 API를 호출하지 않습니다.CLI/런타임 게이트:
imweb package는 공식 아임웹 CLI가 아니므로 조회하거나 설치하지 않습니다.imweb_cli_install MCP tool은 host CLI가 없거나 오래된 경우의 기본 설치/업데이트 경로입니다. Claude Desktop의 tool permission prompt가 사용자의 설치 승인 지점입니다.uname -s && uname -m으로 현재 실행 환경을 확인합니다.auth login을 사용하고, 컴퓨터유즈나 사용자 터미널 실행으로 우회하지 않습니다.도메인 라우팅:
references/order.mdreferences/payment.mdreferences/product.mdreferences/member.mdreferences/promotion.mdreferences/community.mdreferences/site.mdreferences/script.mdreferences/routing.md실행 원칙:
domain, surface, public_leaf_paths를 먼저 봅니다.--dry-run으로 요청 형태를 먼저 확인합니다.--yes를 사용합니다.--help에 없는 workflow, 숨은 파라미터, 관리자 UI 절차는 추정하지 않습니다.imweb이 없을 때 npm install -g imweb, npm info imweb, npx imweb 같은 npm package-manager 경로를 사용하지 않습니다.이 skill은 공개 진입점만 제공합니다. 세부 도메인 playbook은 모두 references/ 아래 내부 자산으로 유지합니다.
npx claudepluginhub imwebme/imweb-ai-toolkit --plugin imweb-ai-toolkitAutomates Webflow CMS collections, publishing, page management, asset uploads, and ecommerce orders via Composio's Rube MCP toolkit. Always invokes RUBE_SEARCH_TOOLS first for current schemas.
Automates Webflow CMS collections, site publishing, page management, asset uploads, and ecommerce orders via Composio tools and Rube MCP. Use for managing live sites programmatically.
Executes Webflow Data API v2 for sites management, pages metadata, forms submissions, ecommerce products/orders/inventory, and custom code.