SKILL·1C1797

c-files

daxaur
Aktualisiert 1 month ago
9 Ansichten
153
11
153
Auf GitHub ansehen
Anderefilescloudsyncbackupstorage

Über

c-files ermöglicht die Dateisynchronisation mit über 70 Cloud-Speicheranbietern über rclone-Befehle. Es bietet Entwicklern eine einheitliche Schnittstelle für Kopier-, Synchronisations-, Verschiebe-, Mount- und Verwaltungsvorgänge über Dienste wie Google Drive, S3 und Dropbox hinweg. Nutzen Sie diese Fähigkeit für Cloud-Backups, Migrationen oder wenn Sie einen konsistenten CLI-Arbeitsablauf für Multi-Cloud-Dateioperationen benötigen.

Schnellinstallation

Claude Code

Empfohlen
Primär
npx skills add daxaur/openpaw -a claude-code
Plugin-BefehlAlternativ
/plugin add https://github.com/daxaur/openpaw
Git CloneAlternativ
git clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-files

Kopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um diese Fähigkeit zu installieren

Dokumentation

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 Repository

daxaur/openpaw
Pfad: skills/c-files
0
ai-agentanthropicautomationclaudeclaude-codecli
FAQ

Frequently asked questions

What is the c-files skill?

c-files is a Claude Skill by daxaur. Skills package instructions and resources that Claude loads on demand, so Claude can perform c-files-related tasks without extra prompting.

How do I install c-files?

Use the install commands on this page: add c-files to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does c-files belong to?

c-files is in the Other category, tagged files, cloud, sync, backup and storage.

Is c-files free to use?

Yes. c-files is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Verwandte Skills

llamaguard
Andere

LlamaGuard ist Metas 7-8B-Parameter-Modell zur Moderation von LLM-Eingaben und -Ausgaben in sechs Sicherheitskategorien wie Gewalt und Hassrede. Es bietet eine Genauigkeit von 94-95 % und kann mit vLLM, Hugging Face oder Amazon SageMaker eingesetzt werden. Nutzen Sie diese Skill, um Inhaltsfilterung und Sicherheitsguardrails einfach in Ihre KI-Anwendungen zu integrieren.

Skill ansehen
cost-optimization
Andere

Diese Claude Skill unterstützt Entwickler bei der Optimierung von Cloud-Kosten durch Ressourcen-Dimensionierung, Tagging-Strategien und Ausgabenanalysen. Sie bietet einen Rahmen zur Senkung von Cloud-Ausgaben und zur Implementierung von Kosten-Governance für AWS, Azure und GCP. Nutzen Sie sie, wenn Sie Infrastrukturkosten analysieren, Ressourcen richtig dimensionieren oder Budgetvorgaben einhalten müssen.

Skill ansehen
sports-betting-analyzer
Andere

Diese Claude Skill analysiert Sportwettenmärkte inklusive Handicaps, Over/Unders und Spezialwetten, indem sie historische Trends und situative Statistiken untersucht, um Wertwetten zu identifizieren. Sie liefert strukturierte Markdown-Ausgaben mit umsetzbaren Empfehlungen zu Bildungszwecken. Entwickler sollten dies für Sportwetten-Analysetools nutzen, wobei zu beachten ist, dass es nur zur Unterhaltung/Bildung konzipiert wurde.

Skill ansehen
quantizing-models-bitsandbytes
Andere

Diese Fähigkeit quantisiert LLMs auf 8-Bit- oder 4-Bit-Präzision mittels bitsandbytes und erreicht dabei eine Speicherreduzierung von 50–75 % bei minimalem Genauigkeitsverlust. Sie ist ideal für den Betrieb größerer Modelle mit begrenztem GPU-Speicher oder zur Beschleunigung von Inferenzvorgängen und unterstützt Formate wie INT8, NF4 und FP4. Die Fähigkeit integriert sich in HuggingFace Transformers und ermöglicht QLoRA-Training sowie 8-Bit-Optimierer.

Skill ansehen