xuiltul
@xuiltul
Public Skills
bustup-frame-gen
by xuiltul
音声ポップアップの疑似Live2Dアニメーション用フレームセット(表情×5フレーム)を、 grokのimage_editで既存bustupから生成しPIL合成で揃える手順。Animaのボイスチャットで 口パク・瞬きを動かしたい、新しいanimaにアニメーションフレームを追加したい、 「bustupをLive2D風に動かして」「口パクフレームを作って」と言われたときに使う。 リギング・Live2D SDKは使わない(AIアバター用途は別途ライセンス契約対象になり得るため不採用)。
subagent-cli
by xuiltul
外部AIエージェントCLIをBashで非対話実行するスキル。codex execやcursor-agentでコーディング作業を委譲する手順を提供する。 Use when: 複雑な実装の委譲、コードレビュー、複数ファイルの一括変更、Bashからサブエージェントを起動するとき。
tool-creator
by xuiltul
AnimaWorks向けPython外部ツールモジュールを作成するメタスキル。core/tools連携・get_credential・permissionsを扱う。 Use when: core/toolsへ新規モジュール追加、Web APIラッパー実装、animaworks-toolから呼ぶカスタムツール開発が必要なとき。
workspace-manager
by xuiltul
ワークスペース(作業ディレクトリ)の登録・一覧・削除・割り当てを設定する。 Use when: プロジェクトパスをAnimaに紐付け、エイリアス管理、作業ディレクトリの切り替えが必要なとき。
cron-management
by xuiltul
cron.mdを正しいフォーマットで読み書きするスキル。定時タスクの追加・更新・削除手順を提供する。 Use when: cron.mdの編集、cron式の追加、LLM型・コマンド型タスクの追加・削除、定時ジョブのメンテナンスが必要なとき。
newstaff
by xuiltul
Skill for hiring and creating new Digital Anima in the AnimaWorks organization. Create a character sheet (Markdown) based on interviews, then use the CLI command (animaworks anima create) to generate identity/injection/permissions in bulk. After creation, self-configure via bootstrap. "Create a new employee", "Hire someone", "New employee", "Hiring", "Create Anima", "Recruitment", "Add team member", "Expand the team", "Add staff", "Create subordinate", "hire", "recruit", "team member"
newstaff
by xuiltul
AnimaWorks組織に新しいDigital Animaを雇用・作成するスキル。 キャラクターシート(Markdown)をヒアリングに基づき作成し、CLIコマンド(animaworks anima create)で identity/injection/permissions等を一括生成する。作成後はbootstrapで自己整備。 「新しい社員を作って」「人を雇って」「新しい社員」「雇用」「Anima作成」「採用」「チームメンバーを増やす」「人員追加」「部下を作る」「スタッフ追加」「hire」「recruit」「team member」
newstaff
by xuiltul
AnimaWorks 조직에 새로운 Digital Anima를 고용 및 생성하는 스킬. 인터뷰를 기반으로 캐릭터 시트(Markdown)를 작성한 후 CLI 명령어 (animaworks anima create)로 identity/injection/permissions 등을 일괄 생성합니다. 생성 후 bootstrap으로 자체 설정합니다. "새 직원 만들기", "사람 고용", "신규 직원", "고용", "Anima 생성", "채용"
pixel-asset-gen
by xuiltul
ドット絵ワークスペース用のキャラクタースプライトを、codexのimage_genに指示して生成する手順。 承認済みシートを土台にしたidentity差し替え、10行の意味的一貫性、実画面プレビュー、 runtime反映前の承認までを扱う。Animaのpixel_sheet.pngを新規作成・差し替え・修復するとき、 Pixel Workspaceのキャラクターが細い、潰れる、行ごとに別人化する問題を直すときに使う。
tool-creator
by xuiltul
Meta-skill for building AnimaWorks Python external tools: ExternalToolDispatcher, get_credential, and permissions. Use when: adding a module under core/tools, wrapping a Web API, or exposing commands via animaworks-tool.
chatwork-tool
by xuiltul
Chatwork連携ツール。メッセージ送受信・検索・未返信確認・ルーム一覧を行う。 Use when: Chatworkでメッセージ送信、ルーム一覧取得、未返信確認、チャット検索、メンション対応が必要なとき。
chatwork-tool
by xuiltul
Chatwork 연동 도구. 메시지 송수신·검색·미회신 확인·룸 목록을 수행한다. Use when: Chatwork로 메시지 전송, 룸 목록, 미회신 확인, 채팅 검색, 멘션 대응이 필요할 때.
subagent-cli
by xuiltul
Runs external AI agent CLIs via Bash in non-interactive mode. Delegates coding with codex exec or cursor-agent. Use when: offloading complex implementation, code review, multi-file edits, or spawning a subagent from Bash.
workspace-manager
by xuiltul
Registers, lists, removes, and assigns workspaces (project directories) for Anima work. Use when: binding project paths to Anima, managing aliases, or switching workspace roots.
machine-tool
by xuiltul
외부 에이전트 CLI(공작 기계)에 태스크를 위임합니다. 대규모 코드 변경·조사·분석을 외부에 맡긴다. Use when: machine 명령으로 구현 위임, 대규모 리팩터·조사 배치, 무거운 에이전트 실행이 필요할 때.
subagent-cli
by xuiltul
외부 AI 에이전트 CLI를 Bash로 비대화 실행하는 스킬. codex exec·cursor-agent로 코딩 작업을 위임한다. Use when: 복잡한 구현 위임, 코드 리뷰, 다중 파일 변경, Bash에서 서브에이전트 시작이 필요할 때.
workspace-manager
by xuiltul
워크스페이스(작업 디렉토리) 등록·목록·삭제·할당을 설정한다. Use when: 프로젝트 경로를 Anima에 연결, 별칭 관리, 작업 루트 전환이 필요할 때.
zoom-meeting-scribe
by xuiltul
Listen-only scribe workflow for Zoom meetings. Silently understand and record meeting transcripts delivered via RTMS, escalate only urgent matters to your supervisor, and post the report only after human approval once the meeting ends. Use when: receiving an inbox message with source=zoom (carrying a "[Zoom会議実況 チャンク#N …]" or "[Zoom会議終了 …]" header).
zoom-meeting-scribe
by xuiltul
Zoom会議の聞き取り担当ワークフロー。RTMS経由で届く会議トランスクリプトを黙って理解・記録し、緊急事項のみ上司へエスカレーション、会議終了後に人間の承認を得てからレポートを投稿する。 Use when: source=zoom のinboxメッセージ(「[Zoom会議実況 チャンク#N …]」または「[Zoom会議終了 …]」ヘッダ付き)を受信したとき。
zoom-meeting-scribe
by xuiltul
Zoom 회의 청취 담당 워크플로. RTMS를 통해 도착하는 회의 트랜스크립트를 조용히 이해·기록하고, 긴급 사항만 상사에게 에스컬레이션하며, 회의 종료 후 사람의 승인을 받은 뒤 리포트를 게시한다. Use when: source=zoom 인 inbox 메시지(「[Zoom会議実況 チャンク#N …]」 또는 「[Zoom会議終了 …]」 헤더 포함)를 수신했을 때.
skill-creator
by xuiltul
Markdownスキルを作成するメタスキル。SKILL.mdのfrontmatterと本文、Progressive Disclosureとcreate_skillの手順を扱う。 Use when: 新規スキル追加、read_memory_file 向けの記述ルール確認、referencesやtemplates付きスキル生成が必要なとき。
worker-management
by xuiltul
Skill for operating and managing AnimaWorks server processes. Perform hot reload (server reload) after code updates, Anima process restart, and server status checks (list of running Anima, memory usage). "Reload", "Apply updates", "Refresh", "System status", "Server restart", "Process check"
worker-management
by xuiltul
AnimaWorksサーバープロセスの運用管理スキル。 コード更新後のホットリロード(server reload)、Animaプロセスの再起動、 サーバーステータス確認(起動中Anima一覧・メモリ使用量)を実行する。 「リロードして」「更新を反映して」「再読み込みして」「システム状態」「サーバー再起動」「プロセス確認」
worker-management
by xuiltul
AnimaWorks 서버 프로세스의 운영 관리 스킬. 코드 업데이트 후 핫 리로드(server reload), Anima 프로세스 재시작, 서버 상태 확인(실행 중인 Anima 목록, 메모리 사용량)을 수행합니다. "리로드", "업데이트 반영", "새로고침", "시스템 상태", "서버 재시작", "프로세스 확인"
skill-creator
by xuiltul
Meta-skill for authoring Markdown Skill files with YAML frontmatter and progressive disclosure via create_skill. Use when: adding a new skill, generating SKILL.md with references or templates, or checking description rules.
skill-creator
by xuiltul
Markdown 스킬을 만드는 메타 스킬. SKILL.md frontmatter·본문과 Progressive Disclosure·create_skill 절차를 다룬다. Use when: 신규 스킬 추가, read_memory_file 경로 규칙 확인, references·templates 포함 생성이 필요할 때.
subordinate-management
by xuiltul
Supervisor tools for subordinate Anima: disable/enable, model changes, restart, delegation, state reads, and audits. Use when: pausing a subordinate, changing main or background models, restarting processes, delegating tasks, or org dashboards.
subordinate-management
by xuiltul
部下Animaのスーパーバイザー操作。休止・復帰・モデル変更・再起動・タスク委譲・状態読取・監査を行う。 Use when: 部下の無効化・再有効化、メインまたはBGモデル変更、プロセス再起動、delegate_task、組織ダッシュボード確認が必要なとき。
aws-collector-tool
by xuiltul
AWS infrastructure collector. Fetches ECS status, CloudWatch logs, and metrics. Use when: checking ECS health, inspecting CloudWatch error logs, pulling infra metrics, or monitoring AWS resources.
slack-tool
by xuiltul
Slack integration tool for send/receive messages, search, unreplied checks, channel listing, and emoji reactions. Use when: posting to Slack, listing channels, replying in threads, checking unreplied items, or adding reactions.
chatwork-tool
by xuiltul
Chatwork integration tool for send/receive messages, search, unreplied checks, and room listing. Use when: posting to Chatwork, listing rooms, checking unreplied threads, searching messages, or handling mentions.
cron-management
by xuiltul
Skill for reading and writing cron.md in the correct format for scheduled LLM or command tasks. Use when: editing cron.md, adding or changing cron schedules, or removing periodic jobs.
github-tool
by xuiltul
GitHub連携ツール。Issue・PRの一覧取得・作成をgh CLI経由で行う。 Use when: IssueやPRの作成・一覧、リポジトリ操作、GitHub上のタスク確認が必要なとき。
github-tool
by xuiltul
GitHub integration tool for listing and creating issues and PRs via the gh CLI wrapper. Use when: creating or listing issues or pull requests, or checking repository work on GitHub.
transcribe-tool
by xuiltul
Audio transcription tool. Converts audio files to text with Whisper and optional LLM post-processing. Use when: transcribing meetings, podcasts, or extracting text from recorded audio files.
gmail-tool
by xuiltul
Gmail連携ツール。未読確認・本文取得・下書き作成をOAuth2でGmail API経由で行う。 Use when: メール受信確認、本文読取、下書き作成、受信トレイ検索、ラベル付きメール操作が必要なとき。
gmail-tool
by xuiltul
Gmail integration tool for unread checks, reading bodies, and drafts via OAuth2 Gmail API access. Use when: reading inbox mail, fetching message bodies, writing drafts, or searching labeled mail.
web-search-tool
by xuiltul
Web search tool. Queries the public internet via the Brave Search API. Use when: researching current events, finding documentation, fact-checking, or fetching ranked search results.
google-calendar-tool
by xuiltul
Google Calendar integration tool for listing and creating events via OAuth2 Calendar API access. Use when: checking upcoming events, creating appointments, or updating your schedule.
x-search-tool
by xuiltul
X (Twitter) search tool for keyword search and fetching tweets from a specified account. Use when: searching X for topics, reading a user timeline, or tracking trends and posts.
google-calendar-tool
by xuiltul
Googleカレンダー連携ツール。予定の一覧取得・作成をOAuth2でCalendar API経由で行う。 Use when: 予定の確認、新規イベント作成、スケジュール変更、カレンダー同期が必要なとき。
image-gen-tool
by xuiltul
Image and 3D model generation tool using NovelAI, Flux, and Meshy for illustrations and 3D output. Use when: generating character art, bust or chibi images, avatars, or running image pipelines.
animaworks-guide
by xuiltul
animaworksコマンドの完全リファレンス。サーバー操作・Anima管理・モデル・タスク・設定・RAG・資産・外部ツールのCLI書式をまとめる。 Use when: サブコマンドの書式確認、サーバー起動停止、Anima作成・モデル変更・タスク追加・ログ・設定・インデックス操作が必要なとき。
animaworks-guide
by xuiltul
Full animaworks CLI reference: server, Anima lifecycle, models, tasks, config, RAG, assets, external tools. Use when: looking up subcommands, starting or stopping the server, or managing Anima, models, tasks, logs, config, indexes.
image-posting
by xuiltul
Skill for embedding images in chat replies: URL detection from tool results, Markdown image syntax, and assets paths. Use when: surfacing images from search or generation tools, pasting Markdown images, or showing attachments.
aws-collector-tool
by xuiltul
AWSインフラ情報収集ツール。ECS状態・CloudWatchログ・メトリクスを取得する。 Use when: ECS稼働確認、CloudWatchでエラーログ調査、メトリクス取得、AWSリソース監視が必要なとき。
image-gen-tool
by xuiltul
画像・3Dモデル生成ツール。NovelAI・Flux・Meshyで立ち絵・バストアップ・ちび・3Dモデルを生成する。 Use when: イラスト生成、キャラクター画像作成、3Dモデル・Meshy出力、画像パイプライン実行が必要なとき。
local-llm-tool
by xuiltul
Local LLM execution tool for text generation and chat through Ollama or vLLM endpoints. Use when: running on-prem inference, calling a local GPU model, or summarizing with a self-hosted LLM.
transcribe-tool
by xuiltul
音声文字起こしツール。Whisperで音声ファイルをテキスト化し、必要に応じLLM後処理する。 Use when: 会議録音の転写、ポッドキャストの書き起こし、音声ファイルからテキスト抽出が必要なとき。
local-llm-tool
by xuiltul
ローカルLLM実行ツール。OllamaやvLLMでGPU上のモデルにテキスト生成・チャットを依頼する。 Use when: オンプレ推論、Ollamaエンドポイント呼び出し、ローカルモデルでの要約・生成が必要なとき。
image-posting
by xuiltul
チャット応答へ画像を埋め込み表示するスキル。ツール結果のURL検出、Markdown画像構文、assets配下の表示手順を扱う。 Use when: 検索・生成ツールの画像を返信に載せる、Markdownで画像を貼る、添付ファイルを表示するとき。
web-search-tool
by xuiltul
Web検索ツール。Brave Search APIでインターネット上の情報を検索する。 Use when: 最新ニュース調査、技術ドキュメント検索、事実確認、検索結果一覧の取得が必要なとき。
x-search-tool
by xuiltul
X(Twitter)検索ツール。キーワード検索と指定ユーザーのツイート取得を行う。 Use when: X上の話題検索、特定アカウントの投稿取得、トレンド・世論の把握が必要なとき。
slack-tool
by xuiltul
Slack連携ツール。メッセージ送受信・検索・未返信確認・チャンネル一覧・絵文字リアクションを行う。 Use when: Slackへ投稿、チャンネル一覧、スレッド返信、未返信確認、リアクション追加が必要なとき。
agent-browser
by xuiltul
Headless browser automation CLI. Open, browse, interact with, and screenshot web pages. Use when: opening websites, browser-based login, web app testing, taking screenshots, UI verification.
discord-tool
by xuiltul
Discord integration tool for messaging, search, guild and channel listing, and reactions. Use when: posting to Discord, listing channels, searching messages, or adding reactions in guilds.
google-tasks-tool
by xuiltul
Google Tasks integration for listing task lists and tasks and creating or updating tasks via OAuth2. Use when: fetching TODO lists, adding tasks, marking items complete, or switching task lists.
machine-tool
by xuiltul
Delegates work to external agent CLIs (machine tools) for large code changes, investigation, or analysis. Use when: offloading implementation via the machine command, heavy refactors, or batched agent runs.
notion-tool
by xuiltul
Notion integration tool for searching, reading, creating, and updating pages and databases via the API. Use when: editing Notion pages, adding database rows, or searching a workspace.
agent-browser
by xuiltul
ヘッドレスブラウザ操作CLI。Webページを開いて閲覧・操作・ログイン・スクリーンショット撮影ができる。 Use when: ブラウザでサイトを開く、Webアプリの操作・確認、ログイン操作、スクショ撮影、画面のUI確認が必要なとき。
discord-tool
by xuiltul
Discord連携ツール。メッセージ送受信・検索・ギルド・チャンネル一覧・リアクションを行う。 Use when: Discordでメッセージ送信、チャンネル一覧、サーバー内検索、リアクション、スレッド確認が必要なとき。
google-tasks-tool
by xuiltul
Google Tasks連携ツール。タスクリストとタスクの一覧・追加・更新をOAuth2で行う。 Use when: TODO一覧取得、タスク追加、完了更新、タスクリスト切り替えが必要なとき。
notion-tool
by xuiltul
Notion連携ツール。ページ・データベースの検索・取得・作成・更新をAPIで行う。 Use when: Notionページ編集、データベース行の追加、ワークスペースの検索・取得が必要なとき。
agent-browser
by xuiltul
헤드리스 브라우저 자동화 CLI. 웹 페이지를 열고 탐색, 조작, 스크린샷 촬영을 수행한다. Use when: 브라우저에서 사이트 열기, 웹 앱 조작·확인, 로그인 작업, 스크린샷 촬영, UI 확인이 필요할 때.
animaworks-guide
by xuiltul
animaworks CLI 완전 레퍼런스. 서버·Anima·모델·태스크·설정·RAG·에셋·외부 도구 호출 구문을 정리한다. Use when: 서브커맨드 확인, 서버 시작·중지, Anima 생성·모델 변경·태스크·로그·설정·인덱스 조작이 필요할 때.
aws-collector-tool
by xuiltul
AWS 인프라 정보 수집 도구. ECS 상태·CloudWatch 로그·메트릭스를 가져온다. Use when: ECS 상태 확인, CloudWatch 오류 로그 조사, 메트릭스 조회, AWS 리소스 모니터링이 필요할 때.
cron-management
by xuiltul
cron.md를 올바른 형식으로 읽고 쓰는 스킬. 정기 태스크 추가·수정·삭제 절차를 제공한다. Use when: cron.md 편집, cron 식 추가, LLM·커맨드형 작업 추가·삭제, 정기 작업 점검이 필요할 때.
github-tool
by xuiltul
GitHub 연동 도구. Issue·PR 목록·생성을 gh CLI 래퍼로 수행한다. Use when: Issue·PR 작성·목록, 리포지토리 작업 확인, GitHub에서 작업 상태 조회가 필요할 때.
gmail-tool
by xuiltul
Gmail 연동 도구. 미읽음 확인·본문 읽기·임시보관 작성을 OAuth2 Gmail API로 수행한다. Use when: 받은편지함 확인, 본문 조회, 임시보관 작성, 라벨 메일 처리가 필요할 때.
google-calendar-tool
by xuiltul
Google Calendar 연동 도구. 일정 목록·생성을 OAuth2 Calendar API로 수행한다. Use when: 일정 확인, 새 이벤트 생성, 스케줄 변경·동기화가 필요할 때.
google-tasks-tool
by xuiltul
Google Tasks 연동 도구. 태스크 리스트·태스크 목록·추가·갱신을 OAuth2로 수행한다. Use when: TODO 목록 조회, 태스크 추가, 완료 처리, 리스트 전환이 필요할 때.
image-gen-tool
by xuiltul
이미지·3D 모델 생성 도구. NovelAI·Flux·Meshy로 전신·바스트업·치비·3D를 생성한다. Use when: 일러스트 생성, 캐릭터 이미지, 3D·Meshy 출력, 이미지 파이프라인 실행이 필요할 때.
image-posting
by xuiltul
채팅 응답에 이미지를 넣어 표시하는 스킬. 도구 결과 URL 감지, Markdown 이미지, assets 경로를 다룬다. Use when: 검색·생성 도구 이미지를 답변에 포함, Markdown으로 이미지 삽입, 첨부 표시가 필요할 때.
local-llm-tool
by xuiltul
로컬 LLM 실행 도구. Ollama·vLLM으로 GPU 모델에 텍스트 생성·채팅을 요청한다. Use when: 온프레미스 추론, Ollama 엔드포인트 호출, 로컬 모델 요약·생성이 필요할 때.
notion-tool
by xuiltul
Notion 연동 도구. 페이지·데이터베이스 검색·조회·생성·갱신을 API로 수행한다. Use when: Notion 페이지 편집, 데이터베이스 행 추가, 워크스페이스 검색이 필요할 때.
slack-tool
by xuiltul
Slack 연동 도구. 메시지 송수신·검색·미회신 확인·채널 목록·이모지 리액션을 수행한다. Use when: Slack에 게시, 채널 목록, 스레드 답장, 미회신 확인, 리액션 추가가 필요할 때.
subordinate-management
by xuiltul
부하 Anima 슈퍼바이저 도구. 비활성화·복귀·모델 변경·재시작·태스크 위임·상태 조회·감사를 수행한다. Use when: 부하 비활성·재활성, 메인·BG 모델 변경, 프로세스 재시작, delegate_task, 조직 대시보드 확인이 필요할 때.
tool-creator
by xuiltul
AnimaWorks용 Python 외부 도구 모듈을 만드는 메타 스킬. ExternalToolDispatcher·get_credential·permissions를 다룬다. Use when: core/tools에 모듈 추가, Web API 래퍼 구현, animaworks-tool로 호출할 커스텀 도구 개발이 필요할 때.
transcribe-tool
by xuiltul
음성 문자 변환 도구. Whisper로 오디오를 텍스트로 바꾸고 필요 시 LLM 후처리한다. Use when: 회의 녹음 전사, 팟캐스트 텍스트화, 녹음 파일에서 본문 추출이 필요할 때.
web-search-tool
by xuiltul
웹 검색 도구. Brave Search API로 공개 인터넷 정보를 검색한다. Use when: 최신 뉴스 조사, 문서 검색, 사실 확인, 검색 결과 목록이 필요할 때.
x-search-tool
by xuiltul
X(Twitter) 검색 도구. 키워드 검색과 지정 계정 트윗 조회를 수행한다. Use when: X에서 주제 검색, 특정 계정 타임라인, 트렌드·게시물 파악이 필요할 때.