Spacetimedb Csharp
Spacetimedb CSharp enables developers to seamlessly integrate SpacetimeDB's powerful temporal data management into C# backend applications for time-series analytics.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add spacetimedb-csharp npx -- -y @trustedskills/spacetimedb-csharp
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"spacetimedb-csharp": {
"command": "npx",
"args": [
"-y",
"@trustedskills/spacetimedb-csharp"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to SpaceTimeDB, a distributed database written in C#. It allows AI agents to interact with and query data stored within a SpaceTimeDB instance. The skill enables agents to perform operations like creating, reading, updating, and deleting (CRUD) data, as well as executing complex queries against time-series data.
When to use it
- Historical Data Analysis: An agent needs to analyze trends in sensor readings over time, such as temperature or traffic flow.
- Geospatial Applications: An agent requires access to location-based data and wants to perform spatial queries (e.g., "find all events within a 1km radius of this point").
- Time-Series Forecasting: An agent needs to train machine learning models on historical time-series data stored in SpaceTimeDB for predictive purposes.
- IoT Data Management: An agent is responsible for managing and querying data from a network of IoT devices.
Key capabilities
- CRUD operations on SpaceTimeDB data
- Querying time-series data
- Spatial query support
- C# implementation
Example prompts
- "Retrieve the average temperature recorded at location X between January 1st and February 1st."
- "Create a new entry in SpaceTimeDB with timestamp Y, latitude Z, and value A."
- "Update the value of the existing entry with ID B to C."
Tips & gotchas
- Requires familiarity with SpaceTimeDB schema and data structure.
- Ensure your AI agent has appropriate credentials to access the SpaceTimeDB instance.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.