keepass-credential-ftp

Store and retrieve FTP, FTPS, and SFTP credentials with SSH key references.

6|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill keepass-credential-ftp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: keepass-credential-ftp
Source: https://github.com/L3DigitalNet/Claude-Code-Plugins/tree/main/plugins/keepass-cred-mgr/skills/keepass-credential-ftp
Command: npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill keepass-credential-ftp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill securely manages FTP, FTPS, and SFTP credentials, ensuring sensitive connection details are stored and retrieved safely, with built-in security warnings for unencrypted protocols.

Core Features & Use Cases

  • Secure Credential Storage: Stores usernames, passwords, and connection details for FTP, FTPS, and SFTP.
  • Protocol Handling: Differentiates and handles explicit/implicit FTPS and SFTP connections.
  • Security Warnings: Flags and requires user confirmation for plain FTP connections due to security risks.
  • Use Case: Securely store and retrieve SFTP credentials for automated file transfers to a remote server, ensuring the associated SSH key is also referenced.

Quick Start

Store SFTP credentials for the host 'sftp.example.com' with username 'user' and reference the SSH key 'SSH - sftp.example.com'.

Frequently Asked Questions about keepass-credential-ftp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I securely store and retrieve SFTP credentials for automated file transfers?

You can securely store and retrieve SFTP credentials by saving the host, username, and password details, while also referencing the associated SSH key required for the automated file transfer connection.

What is the difference between handling explicit and implicit FTPS connections for credential management?

Handling FTPS connections involves differentiating between explicit and implicit protocols, securely storing the distinct connection details and credentials required to establish each specific type of encrypted file transfer.

Can I use plain FTP for file transfers and what are the security limitations?

You can use plain FTP, but the system enforces security protocols by flagging the risks and requiring explicit user confirmation alongside detailed notes for executing unencrypted file transfers.

How do I reference an SSH key when setting up SFTP credentials?

When storing SFTP credentials, you can reference an associated SSH key by its identifier, ensuring the specific key is linked to the connection details for secure authentication.

Does this credential management approach work without external dependencies?

Yes, this approach to managing FTP, FTPS, and SFTP credentials operates independently without requiring external dependencies, storing sensitive connection information and security notes internally.