xuiltul

xuiltul

@xuiltul

GitHub
36 Skills
8496 Total Stars
March 2026 Joined

Public Skills

cron-management

by xuiltul

cron.mdの読み書き・更新を正しいフォーマットで行うためのスキル。 cronタスクの追加・変更・削除時に必ずこのスキルの手順に従うこと。 「cron設定」「cronタスク」「スケジュール設定」「定時タスク」「cron.md」 「cron追加」「cron更新」「cron削除」「定期実行」「定時」等の場面で使用。

Automation 236 2mo ago

subordinate-management

by xuiltul

Process management for subordinate Anima: pause, resume, model change, background model change, restart, task delegation, status confirmation, and auditing. "pause", "stop", "resume", "wake", "disable", "enable", "change model", "background model", "restart", "delegate task", "check subordinate status", "pause", "resume", "process management", "stop subordinate", "dashboard", "audit"

Automation 236 2mo ago

animaworks-guide

by xuiltul

animaworksコマンド・CLIの完全リファレンス。 サーバー操作(start/serve/stop/restart/status/reset)、チャット・メッセージング(chat/send/board)、 Anima管理(list/info/create/enable/disable/delete/restart/set-model/set-background-model/ set-outbound-limit/set-role/reload/rename/audit)、 モデル情報(models list/info/show)、ハートビート・cron、ログ・コスト(logs/cost)、 タスク管理(task add/update/list)、設定管理(config get/set/list/export-sections/-i)、 プロファイル(profile list/add/remove/start/stop/start-all/stop-all)、RAGインデックス管理(index)、 アセット操作(optimize-assets/remake-assets)、animaworks-toolの外部ツール実行、 バックグラウンドタスク確認(check_background_task/list_background_tasks)を網羅。 「コマンド」「使い方」「CLI」「animaworks」「起動」「停止」「再起動」「送信方法」 「Anima作成」「ロール変更」「モデル変更」「ステータス確認」「インデックス」 「モデル一覧」「モデル情報」「ログ」「コスト」「タスク」「設定」「プロファイル」 「バックグラウンドタスク確認」「タスク状態」

CLI Tools 236 2mo ago

skill-creator

by xuiltul

Markdownスキルをディレクトリ構造で作成するメタスキル。 create_skillツールでSKILL.md(frontmatter + 本文)を生成し、 オプションでreferences/やtemplates/にファイルを配置する。 description記述ルール、「」キーワード設計、Progressive Disclosure構造を提供する。 「スキル作成」「スキルを作りたい」「新しいスキル」「手順書を作成」「スキルファイル」

API Dev 236 2mo ago

subordinate-management

by xuiltul

部下のAnimaのプロセス管理・休止・復帰・モデル変更・バックグラウンドモデル変更・再起動・タスク委譲・状態確認・監査。 「休ませて」「停止して」「復帰させて」「起こして」「disable」「enable」 「モデルを変えて」「バックグラウンドモデル」「再起動して」「タスクを委譲して」「部下の状態を確認して」 「休止」「復帰」「プロセス管理」「部下を止めて」「ダッシュボード」「監査」「audit」

Code Review 236 2mo ago

tool-creator

by xuiltul

AnimaWorks用のPythonツールモジュールを正しいインターフェースで作成するメタスキル。 個人ツール(animas/{name}/tools/)・共有ツール(common_tools/)の作成手順、 ExternalToolDispatcher連携、use_tool経由の呼び出し、get_credentialによるAPIキー管理、 permissions.md許可設定、EXECUTION_PROFILEによる長時間実行対応を提供。 Web API連携・外部サービス統合のカスタムツール開発時に使用。 「ツールを作成」「ツール化」「新しいツール」「カスタムツール」「Python ツール」

Processing 236 2mo ago

tool-creator

by xuiltul

Meta-skill for creating AnimaWorks Python tool modules with correct interfaces. Provides procedure for personal tools (animas/{name}/tools/), shared tools (common_tools/), ExternalToolDispatcher integration, API key management via get_credential, and permissions.md allowance configuration. Use when developing custom tools for Web API integration or external service integration. "create tool", "toolify", "new tool", "custom tool", "Python tool"

Processing 236 3mo ago

image-posting

by xuiltul

チャット応答に画像を添付・表示するスキル。 ツール結果(web_search、image_gen等)に含まれる画像URL・パスの自動検出・表示の仕組み、 応答テキスト内でのMarkdown画像構文による埋め込み方法、 自分のassets/attachments画像の表示方法を提供する。 「画像を貼る」「画像を見せて」「イラスト表示」「画像添付」「写真を貼って」「検索画像を表示」

Agents 236 3mo ago

subagent-cli

by xuiltul

外部AIエージェントCLI(codex exec, cursor-agent -p)をBash経由でサブエージェントとして 非対話モードで実行するスキル。複雑なコーディングタスク・コードレビュー・ マルチファイル変更を委譲する際の実行手順・オプション・出力処理を提供する。 Mode S/A/BでBash権限がある場合に適用。Mode C(codex/*)の場合はフレームワークが Codexを直接実行するためcodex execの呼び出しは不要。 「サブエージェント」「codex」「cursor-agent」「コード書いて」「実装して」 「コードレビュー」「リファクタリング」

Agents 236 3mo ago

skill-creator

by xuiltul

Meta-skill for creating Markdown Skill files (.md) with correct YAML frontmatter format. Provides description rules for personal skills (skills/) and common skills (common_skills/), keyword design with 「」, Progressive Disclosure structure, and creation via create_skill tool. Use for: "create skill", "create a skill", "new skill", "create procedure", "skill file".

Code Gen 236 3mo ago

subagent-cli

by xuiltul

Skill for running external AI agent CLIs (codex exec, cursor-agent -p) as subagents via Bash in non-interactive mode. Provides execution procedure, options, and output handling when delegating complex coding tasks, code review, or multi-file changes. Applies when Bash permission is available in Mode S/A/B. In Mode C (codex/*), the framework runs Codex directly, so calling codex exec is unnecessary. "subagent", "codex", "cursor-agent", "write code", "implement", "code review", "refactoring"

Agents 236 3mo ago

cron-management

by xuiltul

Skill for reading and writing cron.md in the correct format. Always follow this skill's procedure when adding, changing, or removing Cron tasks. Use for: "cron setup", "cron task", "schedule", "scheduled task", "cron.md", "add cron", "update cron", "remove cron", "periodic execution", "scheduled".

Automation 236 3mo ago

animaworks-guide

by xuiltul

Complete reference for animaworks commands and CLI. Covers server operations (start/stop/restart/status/reset), chat and messaging (chat/send/board), Anima management (list/info/create/enable/disable/delete/restart/set-model/set-role/reload/audit), model information (models list/info/show), heartbeat/cron, logs/cost, task management (task add/update/list), config management (config get/set/list), RAG index management (index), asset operations (optimize-assets/remake-assets), animaworks-tool external tool execution, and background task monitoring (check_background_task/list_background_tasks). "command", "usage", "CLI", "animaworks", "start", "stop", "restart", "send", "create Anima", "change role", "change model", "status", "info", "model list", "model info", "logs", "cost", "task", "config", "background task", "task status"

Automation 236 3mo ago

image-posting

by xuiltul

Skill for displaying images in chat responses. Covers auto-detection of image URLs in tool results (web_search etc.) with proxy-based display, embedding images via Markdown syntax in response text, and showing own assets images. "post image", "show image", "display picture", "attach image", "show search results", "show found image"

API Dev 236 3mo ago

chatwork-tool

by xuiltul

Chatwork連携ツール。メッセージ送信・受信・検索・未返信確認・ルーム一覧取得を行う。 「チャットワーク」「Chatwork」「CW」「未返信」「ルーム」「メンション」

Processing 236 3mo ago

chatwork-tool

by xuiltul

Chatwork integration tool. Send/receive messages, search, check unreplied, list rooms. "chatwork" "CW" "unreplied" "room" "mention"

Processing 236 3mo ago

github-tool

by xuiltul

GitHub連携ツール。Issue・PR一覧取得、Issue作成、PR作成。gh CLIラッパー。 「GitHub」「Issue」「PR」「プルリクエスト」「リポジトリ」

Code Review 236 3mo ago

github-tool

by xuiltul

GitHub integration tool. List/create issues and PRs. gh CLI wrapper. "github" "issue" "PR" "pull request" "repository"

Code Gen 236 3mo ago

google-calendar-tool

by xuiltul

Google Calendar integration tool. List upcoming events and create new events. OAuth2 authentication for direct Calendar API access. "calendar" "schedule" "google calendar" "event" "appointment"

Automation 236 3mo ago

google-calendar-tool

by xuiltul

Googleカレンダー連携ツール。予定一覧取得・予定追加。OAuth2認証でCalendar APIに直接アクセス。 「カレンダー」「予定」「スケジュール」「Google Calendar」「イベント」

Automation 236 3mo ago

aws-collector-tool

by xuiltul

AWS infrastructure monitoring tool. ECS status, CloudWatch error logs, and metrics. "AWS" "ECS" "CloudWatch" "infrastructure" "metrics" "logs"

Cloud 236 3mo ago

slack-tool

by xuiltul

Slack integration tool. Send/receive messages, search, check unreplied, list channels. "slack" "channel" "thread"

Processing 236 3mo ago

transcribe-tool

by xuiltul

Audio transcription tool. Convert audio files to text using Whisper models. "transcribe" "speech to text" "whisper" "STT" "audio"

File Ops 236 3mo ago

gmail-tool

by xuiltul

Gmail連携ツール。未読メール確認・本文読み取り・下書き作成。OAuth2認証でGmail APIに直接アクセス。 「Gmail」「メール」「未読」「下書き」「受信」

CLI Tools 236 3mo ago

gmail-tool

by xuiltul

Gmail integration tool. Check unread emails, read message body, create drafts. OAuth2 authentication. "gmail" "email" "unread" "draft" "inbox"

Code Gen 236 3mo ago

web-search-tool

by xuiltul

Web search tool. Search the internet using Brave Search API. "search" "web search" "look up" "brave"

Embeddings 236 3mo ago

x-search-tool

by xuiltul

X (Twitter) search tool. Keyword search and user tweet retrieval. "X" "twitter" "tweet" "post" "social search"

Embeddings 236 3mo ago

image-gen-tool

by xuiltul

Image and 3D model generation tool. Character fullbody, bustup, chibi, and 3D model generation. NovelAI/Flux/Meshy support. "image generation" "fullbody" "bustup" "chibi" "3D model" "avatar"

Processing 236 3mo ago

aws-collector-tool

by xuiltul

AWSインフラ監視ツール。ECSステータス確認・CloudWatchエラーログ取得・メトリクス取得。 「AWS」「ECS」「CloudWatch」「インフラ」「メトリクス」「ログ」

Cloud 236 3mo ago

image-gen-tool

by xuiltul

画像・3Dモデル生成ツール。キャラクター立ち絵・バストアップ・ちびキャラ・3Dモデル生成。 NovelAI/Flux/Meshy対応。 「画像生成」「立ち絵」「バストアップ」「ちびキャラ」「3Dモデル」「アバター」

Processing 236 3mo ago

local-llm-tool

by xuiltul

Local LLM execution tool. Text generation and chat via Ollama/vLLM. "local LLM" "ollama" "text generation" "local model"

Code Gen 236 3mo ago

transcribe-tool

by xuiltul

音声文字起こしツール。Whisperモデルで音声ファイルをテキストに変換。LLM後処理オプション付き。 「文字起こし」「transcribe」「音声認識」「Whisper」「STT」

CLI Tools 236 3mo ago

local-llm-tool

by xuiltul

ローカルLLM実行ツール。Ollama/vLLM経由でローカルモデルにテキスト生成・チャットを依頼。 「ローカルLLM」「Ollama」「テキスト生成」「ローカルモデル」

Code Gen 236 3mo ago

web-search-tool

by xuiltul

Web検索ツール。Brave Search APIを使用してインターネットを検索する。 「検索」「ウェブ検索」「Web検索」「調べる」「ググる」「Brave」

Embeddings 236 3mo ago

x-search-tool

by xuiltul

X(Twitter)検索ツール。キーワード検索とユーザーツイート取得。 「X」「Twitter」「ツイート」「ポスト」「SNS検索」

Embeddings 236 3mo ago

slack-tool

by xuiltul

Slack連携ツール。メッセージ送信・取得・検索・未返信確認・チャンネル一覧。 「Slack」「スラック」「チャンネル」「スレッド」

Processing 236 3mo ago