Notre avis
Calcule le coût d'Amazon Keyspaces et analyse la compatibilité de requêtes Cassandra, CQL et SQL.
Points forts
- Prise en charge de plusieurs modes (saisie manuelle, diagnostics Cassandra, conversion SQL)
- Rapport de compatibilité automatique entre Cassandra et Keyspaces
- Conversion de schémas SQL DDL en modèles de données Keyspaces avec estimation des coûts
Limites
- Nécessite des données utilisateur précises (débit, taille de ligne, etc.)
- Ne couvre que les coûts Keyspaces, pas les autres services AWS
- Les conversions SQL sont des suggestions, pas des garanties de performance
Utilisez cette compétence pour estimer les coûts de migration de Cassandra vers Keyspaces ou pour planifier une nouvelle table Keyspaces.
Évitez-la si vous avez besoin de tarification en temps réel ou si vous ne disposez d'aucune donnée sur la charge de travail.
Analyse de sécurité
SûrThe skill file is a pure instruction set with no declared tools, bash commands, or code execution directives. It poses no direct execution risk.
Aucun point d'attention détecté
Exemples
Estimate the cost of a Keyspaces table in us-east-1 with 1000 reads/s, 500 writes/s, 4KB row size, 100GB storage, no TTL, and PITR enabled.I have a Cassandra schema file. Check compatibility with Keyspaces and then estimate the monthly cost based on the schema.Here is my SQL DDL for a table. Can you translate it to a Keyspaces data model and show pricing for all three strategies?Amazon Keyspaces Pricing Calculator
Invoke the amazon-keyspaces-skill skill (.claude/skills/amazon-keyspaces-skill/SKILL.md) and follow its instructions.
The skill supports five modes:
- Manual inputs — user provides region, reads/s, writes/s, row size, storage, TTL, and PITR.
- Cassandra diagnostic files — user provides
nodetooloutput, schema, or a directory to scan. When a schema is present, a compatibility report is included alongside the pricing. - Compatibility check — user provides a Cassandra CQL schema (file or pasted) and wants to know what features won't work on Amazon Keyspaces.
- SQL → Keyspaces translation — user provides SQL DDL; the skill prices 3 data-model strategies.
- Connection / driver configuration — user asks about or shares an Apache Cassandra driver config for connecting to Amazon Keyspaces; the skill reviews or advises (no scripts).
Arguments (optional, passed through to Mode 1): [region] [reads/s] [writes/s] [row-size-bytes] [storage-gb] [ttl/s] [pitr]
Example: /amazon-keyspaces-skill us-east-1 1000 500 4096 100 0 true
If the user provides arguments, use Mode 1 directly. Otherwise, let the skill's logic decide the correct mode based on the user's inputs.
Ingénierie de Prompts
Data & IA
Bonnes pratiques et templates de prompt engineering pour maximiser les résultats IA.
Visualisation de Données
Data & IA
Génère des visualisations de données et graphiques adaptés à vos données.
Architecture RAG
Data & IA
Guide de configuration d'architectures RAG (Retrieval-Augmented Generation).