mommocmoc
@mommocmoc
Public Skills
aif-skill
by mommocmoc
AIF (Agent Interfaces Framework) Engine. Use this skill when you need to create a fast, single-binary CLI wrapper for a SaaS API instead of building a heavy MCP server. AIF takes a simple JSON API specification (spec.json) and automatically generates a compiled Go CLI tool that handles authentication, multipart forms, and outputs pure JSON. Workflow for AI Agents: 1. Read the target service's API documentation. 2. Create a spec.json defining the CLI name, commands, HTTP methods, endpoints, flags, and array_flags. 3. Run bash scripts/aif.sh build spec.json to generate the standalone binary. 4. Use the newly generated CLI to interact with the API (e.g., ./mycli auth login --token "..." then ./mycli post ...).
upload-post
by mommocmoc
여러 소셜 미디어 플랫폼(Instagram, YouTube, Facebook 등)에 비디오를 동시에 업로드하고 플랫폼별 첫 댓글을 설정합니다. 사용자가 비디오 업로드, 예약, 또는 여러 플랫폼 동시 포스팅을 요청할 때 이 스킬을 사용하세요. (틱톡은 현재 제외)