com um clique
CampForge
CampForge contém 18 skills coletadas de planetarium, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
V8 platform admin API operations via GraphQL. Use when asked to manage users, grant or query credits, manage verses, game payments, coupons, analytics, or comments. Triggers on requests like "give credits to user", "search user", "set verse featured", "generate coupons", "find spam comments".
Triage Sentry issues and run Seer root-cause analysis using sentry-cli and the official Sentry MCP server (stdio transport, auth-token based — no OAuth). Covers token-auth MCP setup, issue/event querying, Seer autofix via a direct-API workaround, and manual event ingest with send-event. Use when asked to look at a Sentry issue, find what errors are firing, get a root-cause analysis / Seer analysis, send a test event to Sentry, or wire Sentry up for an agent.
Google Sheets operations via gws (Google Workspace CLI). Use when asked to read, write, append, or manage spreadsheets in Google Drive. Triggers on requests like "read the spreadsheet", "append rows to sheet", "create a new spreadsheet", "list Drive files", "share sheet with team".
flex API를 크롤링하여 로컬 데이터를 최신 상태로 갱신한다. Triggers: "데이터 최신화", "크롤링", "DB 갱신", "데이터 새로 가져와"
flex-ax CLI를 통해 SQL 쿼리를 실행하여 결재/근태/사용자 데이터를 조회한다. Triggers: "결재 현황", "휴가 조회", "사용자 검색", "데이터 조회"
Interact with A2A (Agent2Agent) protocol agents via the a2x CLI. Handles installation, agent card inspection, OAuth2 device-flow and SIWE bearer authentication, and blocking / streaming message exchange. Use when asked to talk to an A2A agent, send a message to an A2A endpoint, authenticate with an A2A service, or inspect an A2A agent card.
Common GraphQL operations with gq (graphqurl) CLI. Provides schema introspection, query file validation, self-healing on API changes, and query authoring guidance. Activated by domain-specific GQL skills (v8-api, 9c-backoffice, etc.) — not intended for direct use.
Audit an OpenClaw bot deployed on Fly.io — find the app, wake the machine if stopped, download the session JSONL from the persistent volume, and reconstruct the conversation (user messages, tool calls, tool results) plus any ephemeral working files referenced during the session. Triggers ONLY when the target is an OpenClaw bot deployed on Fly.io and the user wants to audit its session JSONL. Example phrases: "fly에 떠 있는 openclaw 봇 어제 뭐했어", "openclaw 봇 세션 audit 해줘", "openclaw bot의 session JSONL 봐줘", "이 openclaw 봇이 실행한 명령 뭐있어", "audit the session log of <openclaw-bot-name> on fly", "what did the openclaw bot <name> do yesterday". If the user does not mention OpenClaw (or something synonymous — e.g. "the bot we deployed via OpenClaw"), confirm the target is an OpenClaw bot before proceeding. Do not trigger on unrelated Fly.io apps (e.g. flex-ax, generic web services) even if the phrasing matches.
Google Drive operations via gws (Google Workspace CLI). Use when asked to upload, download, list, search, share, or manage files in Google Drive. Triggers on requests like "upload to Drive", "list Drive files", "share file with team", "create a folder", "move file to folder".
Gmail operations via gws (Google Workspace CLI). Use when asked to read, send, reply, forward, or manage email. Triggers on requests like "check my inbox", "send an email", "reply to that message", "forward this to Alice", "triage unread mail", "watch for new emails".
Google Workspace CLI authentication and environment setup. Handles gws and gws-auth installation, OAuth login, and token injection. This skill is a shared dependency for gws-sheets, gws-gmail, and other gws-based skills.
Interactive camp creation via guided interview. Ask the user questions to build a domain-spec.yaml, then run campforge create to scaffold the camp. Trigger: "새 부트캠프 만들어줘", "create a new camp", "campforge interview", "부트캠프 인터뷰"
CampForge로 새 캠프를 생성한다. domain-spec.yaml 작성 지원, 인터뷰 모드, CLI 실행, scaffold 확인 및 SKILL.md 채우기까지 전 과정을 안내한다. Triggers: "새 캠프 만들어줘", "create a camp", "부트캠프 생성"
domain-spec.yaml 변경사항을 기존 캠프에 반영한다. campforge sync를 실행하여 identity, knowledge, manifest 등 파생 파일만 업데이트하고 SKILL.md는 보존한다. Triggers: "도메인 스펙 변경 반영해줘", "캠프 싱크해줘", "sync this camp"
캠프 디렉토리의 구조와 설정을 검증한다. campforge validate를 실행하고 결과를 해석하여 수정 방법을 안내한다. Triggers: "캠프 검증해줘", "validate this camp", "이거 맞게 만든 거야?"
기존 캠프에 새 스킬을 추가한다. campforge add-skill CLI를 사용하여 scaffold를 생성하거나 npm 패키지 참조를 추가한다. Triggers: "스킬 추가해줘", "add a skill to this camp"
Nine Chronicles Backoffice table patch operations via GraphQL. Use when asked to patch game tables, validate CSV, compare sheets, upload to R2, purge CDN cache, or check transaction status. Triggers on requests like "patch WorldSheet", "validate this CSV", "compare sheets on odin", "upload table to R2", "purge cache".
캠프 성능 벤치마크. smoke test 시나리오를 서브에이전트로 실행하고 tool calls, 토큰, 시간을 측정한다. 액션별 상세 로그도 수집한다. Triggers: "캠프 벤치마크", "camp bench", "성능 측정해줘"