Observable Framework Sql
This skill allows you to execute SQL queries within Observable notebooks, enabling data manipulation and analysis directly from your workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add observable-framework-sql npx -- -y @trustedskills/observable-framework-sql
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"observable-framework-sql": {
"command": "npx",
"args": [
"-y",
"@trustedskills/observable-framework-sql"
]
}
}
}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 SQL databases using the Observable Framework. It enables querying, data manipulation (inserting, updating, deleting), and schema inspection within a structured environment. The agent can execute SQL queries directly against a database connection provided as input.
When to use it
- Data Analysis: An agent needs to extract specific insights from a relational database for reporting or further analysis.
- Automated Reporting: Generate regular reports by querying data and formatting the results into a readable format.
- Database Management: Perform simple administrative tasks like updating records or creating new entries in a database.
- Data Integration: Retrieve data from one database and transform it for use in another system.
Key capabilities
- SQL query execution
- Schema inspection (listing tables, columns)
- Data manipulation (insert, update, delete operations)
- Observable Framework integration
Example prompts
- "Run the SQL query 'SELECT * FROM customers WHERE city = 'London''."
- "List all the tables in the database."
- "Insert a new row into the 'orders' table with these values: [order_id, customer_id, order_date]."
Tips & gotchas
- Requires a valid database connection string to be provided. Ensure proper credentials and permissions are configured for the agent accessing the database.
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.