Supabase Extract Url
Helps with Supabase, data extraction as part of working with databases and data persistence workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add supabase-extract-url npx -- -y @trustedskills/supabase-extract-url
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"supabase-extract-url": {
"command": "npx",
"args": [
"-y",
"@trustedskills/supabase-extract-url"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill extracts URLs from Supabase database records, allowing AI agents to isolate specific web addresses stored within your data. It streamlines the retrieval of links for analysis or integration without manual querying.
When to use it
- You need to gather all external references stored in a specific Supabase table for security auditing.
- An agent must compile a list of user-generated links from comments or posts before validation.
- You want to extract connection strings or API endpoints embedded directly in database entries.
Key capabilities
- Parses raw text data within Supabase tables to identify valid URL patterns.
- Integrates directly with the Supabase ecosystem for real-time data access.
- Returns clean, formatted URLs ready for further processing by other tools.
Example prompts
- "Extract all URLs from the
user_profilestable in my Supabase project." - "Find every web link stored in the
blog_postscollection and list them." - "Retrieve any database entries containing a URL pattern matching 'http' or 'https'."
Tips & gotchas
Ensure your Supabase connection credentials are securely configured before running extraction tasks. This skill operates on existing data; it cannot generate new URLs or modify the database schema.
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.