スキル一覧に戻る

c-files

daxaur
更新日 2 days ago
7 閲覧
144
6
144
GitHubで表示
その他filescloudsyncbackupstorage

について

c-filesは、rcloneコマンドを使用して70以上のクラウドストレージプロバイダーとのファイル同期を可能にします。Google Drive、S3、Dropboxなどのサービスを横断して、コピー、同期、移動、マウント、管理操作の統一インターフェースを開発者に提供します。このスキルは、クラウドバックアップ、移行、またはマルチクラウドファイル操作に一貫したCLIワークフローが必要な場合にご利用ください。

クイックインストール

Claude Code

推奨
メイン
npx skills add daxaur/openpaw -a claude-code
プラグインコマンド代替
/plugin add https://github.com/daxaur/openpaw
Git クローン代替
git clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-files

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Cloud Files (rclone)

# List configured remotes
rclone listremotes

# List files in a remote
rclone ls remote:path
rclone lsd remote:path    # directories only

# Copy files to/from cloud
rclone copy local/path remote:path
rclone copy remote:path local/path

# Sync (make remote match local — deletes extra files on remote)
rclone sync local/path remote:path

# Move files
rclone move local/path remote:path

# Interactive file explorer
rclone ncdu remote:path

# Mount cloud storage as local folder
rclone mount remote:path /mnt/cloud --daemon

# Check for differences
rclone check local/path remote:path

# Show storage usage
rclone about remote:

Setup

Run rclone config to add remotes. Supports:

  • Google Drive, S3, Dropbox, OneDrive, Backblaze B2
  • Azure Blob, SFTP, FTP, WebDAV
  • 70+ providers total

Guidelines

  • rclone sync deletes files on destination — use rclone copy if unsure
  • Always confirm before sync operations that delete remote files
  • Use --dry-run flag to preview what would change
  • Use rclone check to verify files match without transferring

GitHub リポジトリ

daxaur/openpaw
パス: skills/c-files
0
ai-agentanthropicautomationclaudeclaude-codecli

関連スキル

llamaguard

その他

LlamaGuardは、暴力やヘイトスピーチなど6つの安全性カテゴリーにおいて、LLMの入力と出力をモデレートするMetaの70-80億パラメータモデルです。94〜95%の精度を提供し、vLLM、Hugging Face、Amazon SageMakerを使用してデプロイ可能です。このスキルを使用して、AIアプリケーションにコンテンツフィルタリングと安全策を簡単に統合できます。

スキルを見る

cost-optimization

その他

このClaudeスキルは、リソースの適正サイジング、タグ付け戦略、支出分析を通じて、開発者がクラウドコストを最適化することを支援します。AWS、Azure、GCPにわたるクラウド支出の削減とコストガバナンスの実施のためのフレームワークを提供します。インフラコストの分析、リソースの適正サイジング、または予算制約への対応が必要な際にご利用ください。

スキルを見る

quantizing-models-bitsandbytes

その他

このスキルは、bitsandbytesを使用してLLMを8ビットまたは4ビット精度に量子化し、精度の低下を最小限に抑えつつ50〜75%のメモリ削減を実現します。限られたGPUメモリでより大規模なモデルを実行したり、推論を高速化するのに理想的で、INT8、NF4、FP4などのフォーマットをサポートしています。HuggingFace Transformersと統合され、QLoRAトレーニングや8ビットオプティマイザーを可能にします。

スキルを見る

dispatching-parallel-agents

その他

このClaudeスキルは、複数のエージェントを配備し、3つ以上の独立した問題を並行して調査・修正します。共有状態や依存関係がなく解決可能な、無関係な障害が発生するシナリオ向けに設計されています。中核となる機能は並列問題解決であり、効率を最大化するために独立した問題領域ごとに1つのエージェントを割り当てます。

スキルを見る