Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

skills

skills contient 34 skills collectées depuis schroneko, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
34
Stars
1
mis à jour
2026-07-24
Forks
0
Couverture métier
7 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

blur-faces
Développeurs de logiciels

写真に写っている人物の顔を検出してぼかし、匿名化した画像を作成する。YuNet による 2 パス顔検出、ガウスぼかし、拡大クロップでの目視検証、取りこぼしの手動追いぼかしまでのワークフロー。「顔をぼかして」「顔にモザイク」「写真の顔を隠して」「人物を匿名化して」などのリクエストで使用する。

2026-07-24
analyze-x-subscriptions
Développeurs de logiciels

Analyze X creator subscription accounts through X's authenticated internal Web API. Use when asked to collect subscriber counts, subscription-only post counts, monthly prices, estimated gross monthly revenue, rankings, or summary statistics for X Subscriptions, including the user's managed set of subscribed creators.

2026-07-23
x-search
Développeurs de logiciels

X(Twitter)上の公開情報を検索し、投稿、アカウント、スレッド、最近の話題、評判、反応を根拠となる x.com URL 付きで調査する。「X で検索して」「X でこの投稿やアカウントを探して」「X で最近何が話題?」「X 上の反応や評判を調べて」などで使用する。投稿、返信、引用、いいね、フォロー、ブロック、ミュート、報告、削除などの書き込み操作や、指定された X URL またはログイン済み X 画面そのものを開いて閲覧・確認する依頼には使用しない。

2026-07-12
x-cdp-api
Développeurs de logiciels

chrome-devtools MCP でログイン済み Chrome を使い、X (Twitter) の内部 Web API (api.x.com / i/api) を fetch で呼んで一括操作する。ブロック解除、ブロック、ミュート、フォロー解除などをまとめて処理したいときに使う。X のレートリミット (短い窓あたり約 10 件) の回避方法を含む。「X で全員ブロック解除して」「まとめてミュート」「一括でフォロー解除」などのリクエストで使用する。

2026-07-08
luma-participant-check
Développeurs de logiciels

Check Luma event guests against X profile, follow, mutual-follow, affiliation, and recent-account-activity requirements. Use when Codex needs to review a Luma event guest table, extract pending guests and X profile links, identify missing/invalid/deleted/protected X accounts, use X relationship lookup to verify whether guests follow the logged-in organizer account, check whether candidates have posted from their own X account within the last month excluding repost-only activity using read-only internal APIs, prioritize mutual follows before followed-by-only candidates, check whether a specific X handle registered and what current Luma status it has, manage X rate limits without causing 429s, and report decline or approval-support candidates without ever performing approve, decline, or other guest write actions.

2026-07-06
archive
Développeurs de logiciels

Archive only the current Codex App thread when the user invokes /archive or $archive to finish the current thread. Use the Codex App thread archive tool without passing a thread id so no other thread is archived.

2026-07-05
x-report
Développeurs de logiciels

X (Twitter) の投稿を chrome-devtools MCP 経由で報告する。スパムボットや誹謗中傷アカウントのプロフィール URL を渡すとリプライを探索・分析し、個別ポスト URL を渡すと直接報告する。「X で報告して」「この投稿を報告」「スパムを報告」「誹謗中傷を報告」などのリクエストで使用する。

2026-07-05
download-smbc-card-statements
Développeurs de logiciels

SMBC 三井住友カード Vpass の Web 明細ページから、ログイン済み Chrome タブを使ってカード別ディレクトリへ直接ダウンロード可能な CSV 明細を保存する。クレジットカード明細、SMBC カード明細、Vpass 明細、三井住友カードの利用明細を取得・整理したい場合に使用する。

2026-07-03
discord-delete-own-dm-messages
Développeurs de logiciels

Delete the user's own messages from one specified Discord direct-message thread in Discord Web. Use when the user asks to remove, clean up, or bulk-delete their own Discord DM posts, especially with constraints such as a specific DM URL, newest-first ordering, or a bounded trial count.

2026-07-03
amazon-kindle-wishlist
Commis de bureau généraux

Amazon.co.jp の「Kindle待ち」など紙の本を入れたほしい物リストを整理し、同じ本のKindle版が存在するものだけを「Kindle」リストへ追加してから元リストから外す。ユーザーが「Kindle待ちを整理」「Kindle版があればKindleリストへ移動」「Amazonのほしい物リストでKindle待ちを処理」などと言ったら必ず使う。

2026-07-03
dgx-spark
Administrateurs de réseaux et de systèmes informatiques

NVIDIA DGX Spark (ARM64 + CUDA 13.0) 環境での開発ガイド。PyTorch のインストール、ARM64 wheel の取得、GPU 関連の設定を行う。「DGX Spark」「CUDA」「PyTorch インストール」「ARM64 の GPU 環境」「Blackwell」などのリクエストで使用する。

2026-07-03
homebrew-self-tap
Développeurs de logiciels

自作 macOS アプリを Homebrew の 1 コマンドでインストール可能にする。アプリのリポジトリ自体を homebrew-<名前> にリネームして cask と GitHub Releases を同居させる self-tap 方式のセットアップと、バージョン更新、旧 tap からの移行をカバーする。「Homebrew で配布したい」「brew install できるようにして」「cask を作って」「tap を設定して」などのリクエストで使用する。

2026-07-02
codex-computer-use
Développeurs de logiciels

`codex exec` 経由で Codex Computer Use MCP を呼び出し、macOS アプリやブラウザを読み取り・クリック・入力操作する。Computer Use の coding agent ベンダーロックインを外し、Claude Code など他エージェントから GUI 操作を代行したい場合に使用する。Chrome/Safari/Finder などの GUI 状態確認、ブラウザ UI 検証、アプリ操作、`SkyComputerUseClient` の直接 MCP 登録が失敗した場合に使用する。

2026-07-02
bluetooth-keyboard-pairing
Administrateurs de réseaux et de systèmes informatiques

Linux で Bluetooth キーボード(Apple Magic Keyboard など)を bluetoothctl でペアリングする。「Magic Keyboard を無線接続」「Bluetooth キーボードのペアリング」「bluetoothctl でペアリング」などのリクエストで使用する。

2026-07-02
url-transcript
Commis de bureau généraux

URL やリンク先の動画、ウェビナー、オンデマンド配信、HLS、字幕付きページから文字起こしテキストを取得する。Goldcast、YouTube、Vimeo、m3u8、mp4、vtt、srt、字幕 playlist、期限切れ署名 URL、ローカル Voxtral fallback を扱う。「このリンクの transcript を取って」「動画を文字起こしして」「字幕を取得して」「原文 transcript が欲しい」「yt-dlp で取れるか確認して」などの依頼で使用する。

2026-06-27
onepassword-environment-secrets
Analystes en sécurité de l'information

Add, update, and verify environment variables in 1Password Environments. Use when the user asks to put secrets, API keys, credentials, tokens, partner tags, or project env vars into 1Password Environments, or asks to use op run with an Environment.

2026-06-23
stackchan-nukoevi-motion-assets
Développeurs de logiciels

Use when creating, regenerating, verifying, or flashing StackChan Nukoevi blink, talk, or sleep motion assets in the stackchan-nukoevi firmware. Applies especially when adjusting mouth, eyelid, framing, 320x240 aspect ratio, 6-frame strips, source-assets cleanup, or assets_bin regeneration.

2026-06-03
codex-app-remote-exec
Développeurs de logiciels

Run commands on another Mac or host already connected to the local Codex App through the Codex App remote-control bridge. Use when direct SSH, VPN, or Tailscale is unavailable but Codex App still has a connected remote-control environment, or when a user asks to run commands via Codex App instead of the network path.

2026-05-20
secrets
Administrateurs de réseaux et de systèmes informatiques

1Password CLI (op) によるシークレット管理ガイド。API キーの取得・保管、GitHub Secrets の設定、1Password アイテムの作成・削除を行う。「API キーを取得」「シークレットを設定」「op item get」「1Password」「環境変数にキーを設定」などのリクエストで使用する。

2026-03-11
browser-extension
Développeurs web

ブラウザ拡張機能の作成から Web ストア公開までをガイドする。プロジェクト初期化、多言語対応、アセット自動生成、ZIP 作成を含む。「拡張機能を作りたい」「ストアに公開」などのリクエストで使用する。

2026-03-11
chrome-devtools-mcp
Développeurs de logiciels

chrome-devtools MCP の設定・接続を行い、Chrome ブラウザを操作する。「chrome-devtools MCP を使って欲しい」「chrome-devtools MCP を使いたい」「Chrome で操作して」「ブラウザで確認して」などのリクエストで使用する。

2026-03-11
codex
Développeurs de logiciels

Codex CLI (codex exec) を非対話的に呼び出す。GPT-5.4 によるコード実装、レビュー、設計分析に使用する。「codex で実装して」「codex でレビュー」「Codex に聞いて」などのリクエストで使用する。

2026-03-11
design-system
Développeurs de logiciels

デザインシステムの新規構築と既存ルールの強制を行う。トークン設計、コンポーネント設計、 プロジェクトセットアップ、日本語タイポグラフィをガイドする。 「デザインシステムを作りたい」「DS を構築」「コンポーネントライブラリを作る」 「トークンを設計」「デザインシステムに従って」などのリクエストで使用する。

2026-03-11
gcp-project-cleanup
Administrateurs de réseaux et de systèmes informatiques

Google Cloud プロジェクトの整理・削除を支援する。「GCP のプロジェクトを整理したい」「使っていない GCP プロジェクトを削除したい」「Google Cloud を掃除したい」などのリクエストで使用する。

2026-03-11
gemini-image
Développeurs de logiciels

Gemini で画像を生成する。chrome-devtools MCP の autoConnect を使用して既存の Chrome セッションに接続し、ログイン済みの状態で画像生成を行う。「Gemini で画像生成」「猫耳美少女を生成」「Nano Banana で画像」などのリクエストで使用する。

2026-03-11
macos-app-build
Développeurs de logiciels

macOS ネイティブアプリのビルドと実行を行う。XcodeGen + xcodebuild のワークフロー、オートメーション権限のリセット、トラブルシューティングをカバーする。「アプリをビルドして」「実行して」「macOS アプリを作って」などのリクエストで使用する。

2026-03-11
nifs-archive-download
Développeurs de logiciels

NIFS 核融合科学研究所の研究資料アーカイブから目録データの PDF をダウンロードする。chrome-devtools MCP の autoConnect で既存 Chrome セッションに接続し、ログイン済み状態で API 経由で高速ダウンロードを行う。「NIFS からダウンロード」「アーカイブをダウンロード」「核融合資料をダウンロード」などのリクエストで使用する。

2026-03-11
pdf-to-text
Commis de bureau généraux

PDFファイルからテキストを抽出する。macOS標準のPDFKitを使用し、外部依存なしで動作する。「PDFを読んで」「PDFからテキスト抽出」「PDF の内容を教えて」「PDFをテキストに起こして」「PDFをテキスト化」などのリクエストで使用する。

2026-03-11
stripe-mor
Développeurs de logiciels

Stripe Managed Payments (MoR) によるサブスクリプション課金をプロジェクトに導入する。Stripe の Product/Price 作成、Checkout Session、Webhook によるサブスクリプションライフサイクル管理までをカバーする。「サブスクリプション課金を追加」「Stripe MoR を導入」「定額課金を実装」「Managed Payments」などのリクエストで使用する。

2026-03-11
stripe
Développeurs de logiciels

Stripe 決済の導入・テスト・運用ガイド。新規プロジェクトへの Stripe 導入、本番/テストモード切替、決済テスト、返金処理などを行う。「Stripe を導入したい」「決済機能を追加」「返金したい」「Stripe のテスト」などのリクエストで使用する。

2026-03-11
terms-of-service
Parajuristes et assistants juridiques

Webサービスの利用規約とプライバシーポリシーを作成する。「利用規約を作りたい」「プライバシーポリシーを作成」「規約を生成して」「ToSを作成」などのリクエストで使用する。汎用Webサービス、ECサイト、SNS・掲示板、キャンペーン応募の4タイプに対応。日本法準拠。

2026-03-11
writing-style
Rédacteurs techniques

筆者固有の文体で技術記事を執筆する。記事の執筆、下書き作成、文体チェックに使用する。「記事を書いて」「下書きを作って」「この文章を自分の文体に直して」などのリクエストで使用する。

2026-03-11
x-post
Développeurs de logiciels

xurl CLI を使って X (Twitter) にポストする。ツイート投稿、リプライ、引用ポストに使用する。「X にポストして」「ツイートして」などのリクエストで使用する。

2026-03-11
zenn-cli
Développeurs de logiciels

Zenn の記事・本を作成・管理・プレビューする。「記事を書きたい」「本を作成して」「Zenn の記事一覧」「プレビューして」などのリクエストで使用する。zenn new:article, new:book, preview, list:articles, list:books コマンドをカバーする。

2026-03-11
skills Agent Skills sur GitHub | SkillsMP