credentials

Store and manage trading platform API credentials with AES-256-GCM encryption.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill credentials-nirholas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: credentials
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-cloddsbot/src/skills/bundled/credentials
Command: npx skills add https://github.com/nirholas/agenti --skill credentials-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Securely store and manage API credentials for trading platforms, protecting sensitive data with AES-256-GCM encryption.

Core Features & Use Cases

  • AES-256-GCM encryption for credentials at rest
  • Per-user credential management with test and rotation capabilities
  • CLI-driven workflows to add, list, verify, and delete platform credentials across polymarket, kalshi, binance, and more

Quick Start

Run the credentials CLI to add, list, and verify platform credentials using the /creds commands.

Frequently Asked Questions about credentials

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

FAQPage Schema
How do I securely store trading platform API credentials using AES-256-GCM?

To securely store trading platform API credentials, this Skill encrypts data at rest using AES-256-GCM. It provides a CLI workflow to add, retrieve, and manage per-user keys for platforms like Polymarket, Kalshi, and Binance.

What is the best way to manage API credential rotation and deletion for trading platforms?

The best way to manage API credential rotation and deletion is through a CLI workflow that enforces cooldowns on failed authentications. This Skill supports safe deletion and rotation across multiple trading platforms per user.

Does this credential management CLI support SQLite for secure local storage?

Yes, this credential management CLI supports SQLite or compatible back-ends for secure local storage. It enforces encryption keys and cooldowns to protect your trading platform API credentials at rest.

How do I add and verify API credentials for Binance or Kalshi via command line?

You can add and verify API credentials for Binance, Kalshi, and other platforms via command line using the /creds commands. This CLI workflow allows you to test and verify per-user credentials safely.

Are there limitations when enforcing encryption keys for per-user credential management?

A key limitation is that enforcing encryption keys requires strict management to avoid lockouts, and the system applies cooldowns on failed authentications. This ensures secure per-user credential management but requires careful key handling.