Database

🌐Community
by mwguerra · vlatest · Repository

Access and query mwguerra's curated database of information on military history, strategy, and warfare.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add mwguerra-database npx -- -y @trustedskills/mwguerra-database
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "mwguerra-database": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/mwguerra-database"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with and manipulate databases. It can execute SQL queries, retrieve data based on specific criteria, and potentially update or insert information into tables. The agent can use this skill to extract insights from structured data sources.

When to use it

  • Analyzing sales figures stored in a database to identify trends.
  • Retrieving customer contact information for a marketing campaign.
  • Generating reports based on data residing within a relational database.
  • Updating inventory levels after a sale is processed.

Key capabilities

  • SQL query execution
  • Data retrieval
  • Potential data modification (update/insert)

Example prompts

  • "Run the following SQL query: SELECT * FROM customers WHERE city = 'New York'"
  • "What are the top 10 products by sales volume?"
  • "Update the price of product ID 123 to $19.99."

Tips & gotchas

The skill's capabilities regarding data modification (update/insert) may be limited or require specific permissions depending on the database configuration. Ensure the AI agent has appropriate access rights before attempting any changes.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
mwguerra
Installs
7

🌐 Community

Passed automated security scans.