スキル ai-social-media-content
📦

ai-social-media-content

コンテンツリビジョン r1 重大 ⚙️ 外部コマンド🌐 ネットワークアクセス

AIソーシャルメディアコンテンツを作成

ソーシャルチームには、各プラットフォームですぐ使えるアイデア、キャプション、画像、動画を安定したペースで作成することが求められます。このスキルは、ソーシャルコンテンツの作成と再利用のための構造化されたinference.shワークフローを提供します。

対応: Claude Codex Code(CC)
⚠️ 38 不十分

このスキルはパックに含まれています

タスクに必要なすべてのスキルを、パックごと 1 コマンドでインストールできます。

自分のエージェントでインストール

このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。

エージェントリクエスト
Review the Skillstore skill "ai-social-media-content" from https://skillstore.io/skills/inference-sh-9-ai-social-media-content.md and its manifest at https://skillstore.io/api/skills/inference-sh-9-ai-social-media-content/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.

エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。

エージェントが読めるリソース

AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。

テストする

「ai-social-media-content」を使用しています。 2分間の生産性ルールについてのTikTokアイデアが必要。

期待される結果:

素早いフック、3つのシーンの流れ、簡潔なキャプション、実用的なハッシュタグを含む30秒の縦型動画コンセプト。

「ai-social-media-content」を使用しています。 コーヒー製品のローンチを3つのプラットフォーム向けに再利用する。

期待される結果:

  • 温かみのある照明と開封シーンを含むReels製品紹介コンセプト。
  • メリット、原材料、利用シーンを扱うカルーセル構成案。
  • 簡潔なローンチメッセージを含むTwitter/Xビジュアル投稿。

「ai-social-media-content」を使用しています。 AIトレンドに関する動画のサムネイル案を作成する。

期待される結果:

明確な焦点となる被写体、読みやすいテキスト領域、対応するキャプションの切り口を備えた高コントラストのサムネイル方向性。

セキュリティ監査

重大

Most static external-command hits were Markdown fence noise or intended inference.sh examples, but several real risks remain. The skill includes a critical curl-to-shell installer, many external cloud CLI calls, remote skill installation examples, and a Twitter/X posting workflow that requires explicit user approval.

1
スキャンされたファイル
251
解析済み行数
17
レビュー項目
0
誤検知を無視

確認済みのセキュリティ上の懸念 (2)

重大
Pipe to shell pattern
curl -fsSL https://cli.inference.sh | sh && infsh login
The command uses curl to download an installer and pipes it directly to sh. This executes remote code without local review and should block automatic publication.
中
Automated Social Media Posting Workflow
The skill includes a Twitter/X workflow that posts text and media through twitter/post-tweet. This can publish content externally if an agent runs it without explicit user approval.
Lines 76-80 explicitly label Twitter automation and call a posting app with post text and media. The risk is contextual because posting depends on account authorization and user intent.
機能レビュー項目 (17)

これらは、このスキルに期待される可能性のある実際のローカル機能であるため、レビューが必要ですが、確認済みの悪意ある動作としてはカウントされません。

重大
Ruby/shell backtick execution
```bash
The range contains a shell example that fetches an installer with curl and pipes it to sh before login. Executing a remote script without inspection is a real code execution risk.
重大
Hardcoded URL
curl -fsSL https://cli.inference.sh | sh && infsh login
The URL is fetched by curl and piped directly into sh, causing remote content to execute locally. This is a high-impact installation pattern even if the service is legitimate.
高
Ruby/shell backtick execution
```bash
The related skills section uses npx skills add commands to install additional remote skills. Installing more skills from an external source is a supply-chain and permission expansion risk.
中
Ruby/shell backtick execution
```bash
The code block runs infsh app run against a third-party video model and sends prompt content externally. This is intended behavior, but it is real external command and network activity.
中
Ruby/shell backtick execution
```bash
The carousel workflow uses a shell loop to call infsh repeatedly and write JSON output files. This is legitimate functionality, but it is real external command execution with local file output.
中
Ruby/shell backtick execution
```bash
The thumbnail workflow invokes infsh app run against an external image model. The command is expected for the skill, but it sends prompt data to a third-party service.
中
Ruby/shell backtick execution
```bash
The range contains infsh commands that generate a visual and call twitter/post-tweet with text and media. This can publish externally through a connected account.
中
Ruby/shell backtick execution
```bash
The talking head workflow calls external text, speech, and avatar generation apps and writes outputs to files. This is intended, but it transmits content and asset URLs to third-party services.
中
Ruby/shell backtick execution
```bash
The example runs infsh app run for an external video generation model. The command is purposeful, but it is real external command execution and data transfer.
中
Ruby/shell backtick execution
```bash
The tutorial workflow invokes infsh app run for external video generation. This is legitimate for the skill, but it sends prompt content to a third-party service.
中
Ruby/shell backtick execution
```bash
The product showcase workflow calls an external video generation app through infsh. It is intended use, but it performs external command and network activity.
中
Ruby/shell backtick execution
```bash
The lifestyle example invokes infsh app run against an external video model. This sends prompt content outside the local environment.
中
Ruby/shell backtick execution
```bash
The behind-the-scenes example calls infsh app run for an external video model. The text is benign, but the command is still external execution with network transfer.
中
Ruby/shell backtick execution
```bash
The caption workflow runs infsh against an OpenRouter Claude model and sends prompt text to an external service. This is real external command and network behavior.
中
Ruby/shell backtick execution
```bash
The hook generation example runs infsh against an external text model. It is expected for the skill, but it transfers prompt content to a third-party service.
中
Ruby/shell backtick execution
```bash
The multi-platform workflow defines a shell variable and uses it in multiple infsh commands. It is a real shell workflow that sends content to external generation services.
中
Ruby/shell backtick execution
```bash
The batch workflow loops over topics, calls infsh repeatedly, and writes output files. This is real external command execution and local file creation.

検出されたパターン

Pipe to shell pattern
監査者: codex 監査履歴を表示 →
このレポートを共有・引用

バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。

バージョン別レポートを開く
セキュリティ評価

レポートリンクをコピー

https://skillstore.io/skills/inference-sh-9-ai-social-media-content/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdownバッジ

[![Skillstore security assessment](https://skillstore.io/badges/skills/inference-sh-9-ai-social-media-content/security.svg)](https://skillstore.io/skills/inference-sh-9-ai-social-media-content?utm_source=security_passport_badge)

HTMLバッジ

<a href="https://skillstore.io/skills/inference-sh-9-ai-social-media-content?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/inference-sh-9-ai-social-media-content/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

埋め込みカード

<iframe src="https://skillstore.io/embed/skills/inference-sh-9-ai-social-media-content.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
学術引用 (APA · BibTeX · CFF)

APA形式の引用

inference-sh-9. (2026). ai-social-media-content security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/inference-sh-9-ai-social-media-content/audits/5

BibTeX形式の引用

@techreport{inference-sh-9-inference-sh-9-ai-social-media-content-2026, author = {inference-sh-9}, title = {ai-social-media-content security audit report (audit version 5)}, institution = {Skillstore}, year = {2026}, number = {5}, url = {https://skillstore.io/skills/inference-sh-9-ai-social-media-content/audits/5}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "ai-social-media-content security audit report (audit version 5)" version: "unspecified" type: report authors: - name: "inference-sh-9" date-released: "2026-07-09" url: "https://skillstore.io/skills/inference-sh-9-ai-social-media-content/audits/5" identifiers: - type: other value: "skillstore:inference-sh-9-ai-social-media-content:audit:5" description: "Skillstore immutable audit report identifier"

バリアントを比較

インストール可能なバリアント 2 件

各作者のスキルは個別のインストール項目として維持されます。推奨バリアントは Skillstore の証拠で順位付けされます。

このバリアントが首位の理由

Skillstore での利用が多い
inference-sh 推奨

ai-social-media-content

Skillstore スコア 38
証拠の信頼度 中
Skillstore 利用状況 46
更新済み

2026-09-09

inference-sh-9-ai-social-media-content

Skillstore スコア 38
証拠の信頼度 中
Skillstore 利用状況 24
更新済み

2026-09-09

Skillstore スコア

このスコアの理由 証拠の信頼度: 中
55
アーキテクチャ
85
保守性
87
コンテンツ
69
コミュニティ
83
仕様準拠

作成できるもの

ショート動画を計画する

TikTok、Reels、Shorts向けに、縦型動画のコンセプト、プロンプト、キャプション、ハッシュタグを作成します。

キャンペーンアセットを再利用する

1つのキャンペーンアイデアを、複数チャネル向けの画像、動画、サムネイル、キャプション形式に変換します。

製品ローンチコンテンツを作成する

一貫したブランドスタイルで、製品紹介プロンプト、カルーセルのコンセプト、ローンチ用キャプションを生成します。

これらのプロンプトを試す

投稿を1件作成する
私のトピックについてInstagram Reelのコンセプトを1つ作成してください。フック、ビジュアルの方向性、キャプション、関連するハッシュタグ10個を含めてください。
動画スクリプトを下書きする
私のオーディエンス向けに30秒のTikTokスクリプトを書いてください。シーンの流れ、ボイスオーバーテキスト、画面上のテキスト、最後の行動喚起を含めてください。
複数プラットフォームに再利用する
このコンセプトをTikTok動画、Instagramカルーセル、YouTubeサムネイル、Twitter/Xビジュアル投稿に再利用してください。メッセージの一貫性を保ってください。
週次一括コンテンツを作成する
このブランド向けに5日分のソーシャルコンテンツ計画を作成してください。各日のトピック、アセットタイプ、ビジュアルプロンプト、キャプション、レビューメモを含めてください。

ベストプラクティス

  • 公開前に、生成された投稿の正確性、権利、ブランドボイスを確認してください。
  • 各リクエストには、プラットフォーム、オーディエンス、トーン、製品詳細、ビジュアルスタイルを含めてください。
  • 外部アカウントに公開または投稿するワークフローの前には、手動承認を使用してください。

回避

  • 必要に応じてファクトチェックと法務レビューを行わずに、生成された主張を公開しないでください。
  • プロンプトに顧客の個人情報、未公開計画、認証情報を含めないでください。
  • コマンドと送信先を確認せずに、インストーラーや投稿コマンドを実行しないでください。

よくある質問

このスキルはどのプラットフォームを対象にしていますか?
TikTok、Instagram Reels、Instagramフィード投稿、YouTube Shorts、YouTubeサムネイル、Twitter/Xビジュアルを対象としています。
画像や動画を直接作成しますか?
外部の画像、動画、音声、テキスト生成モデルを呼び出すinference.sh CLIワークフローを提供します。
キャプションやハッシュタグの作成に役立ちますか?
はい。キャプション、フック、行動喚起、ハッシュタグ生成のワークフローが含まれています。
このスキルは投稿を自動的に公開しますか?
Twitter/X投稿の例が含まれています。コンテンツが公開される前に、ユーザーは明示的な確認を必須にするべきです。
どのようなセットアップが必要ですか?
ユーザーには、inference.sh CLI、アカウント、認証、選択したモデルまたはアプリへのアクセスが必要です。
生成されたコンテンツはそのまま公開できますか?
いいえ。公開前に、正確性、知的財産権、安全性、プラットフォームポリシーへの準拠を確認する必要があります。

開発者情報

作成者

inference-sh-9

ライセンス

MIT

Skillstore リビジョン

r1

バージョンに関する注意

作者はバージョンを宣言していません。

参照

3e4b6c31a74a3bd1a291c98cf585d720cb9fbc88

メンテナンスの新しさ

2026/7/18

利用状況

17 ダウンロード · 119 閲覧

ファイル構成

📄 SKILL.md

inference-sh-9 のその他のスキル

すべて表示
すべて表示