redshift-api Skill
Run SQL against Amazon Redshift — submit statements, poll status, page through results, and browse databases/schemas/tables. Use this whenever the user wants to query Redshift (provisioned cluster or Serverless), ask "what tables are in this schema", check a query's status, or mentions redshift-data, a Redshift cluster Published by anthropics in claude-tag-plugins.
What is redshift-api Skill?
Run SQL against Amazon Redshift — submit statements, poll status, page through results, and browse databases/schemas/tables. Use this whenever the user wants to query Redshift (provisioned cluster or Serverless), ask "what tables are in this schema", check a query's status, or mentions redshift-data, a Redshift cluster Published by anthropics in claude-tag-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Database workflows
- Data analysis
- Database workflows use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use redshift-api Skill
- Use it for database workflows.
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/claude-tag-plugins
- Skill file: redshift/skills/redshift-api/SKILL.md
What it does
Run SQL against Amazon Redshift — submit statements, poll status, page through results, and browse databases/schemas/tables. Use this whenever the user wants to query Redshift (provisioned cluster or Serverless), ask "what tables are in this schema", check a query's status, or mentions redshift-data, a Redshift cluster
Skill instructions
In the Amazon Redshift Data API, every call is a POST to https://redshift-data.<region.amazonaws.com/ with Content-Type: application/x-amz-json-1.1 and X-Amz-Target: RedshiftData.<Action — there are no REST-style paths. The API is fully asynchronous: submit a statement, get back an Id, poll DescribeStatement until done, then page results with GetStatementResult — scripts/rsquery.sh (operation 1) drives that loop for you. The same calls work against provisioned clusters and Serverless; only the connection-target field differs. Request setup Authentication is handled by the runtime — requests to this API are signed with credentials configured for the workspace, so there is nothing to set up. Do not try to obtain AWS keys or sign requests yourself. A persistent AccessDeniedException means the credential isn't configured for this workspace — report that instead of debugging auth. Two pieces of configuration are real and required: 1. Region — it's part of the endpoint hostname: bash export
Explore related resources
Frequently asked questions
What is redshift-api?
redshift-api is a open-source AI agent skill with Copy skill directory. Run SQL against Amazon Redshift — submit statements, poll status, page through results, and browse databases/schemas/tables.
Who is redshift-api best for?
redshift-api is best for reusing agent instructions, scripts, and references, database workflows, data analysis workflows.
How do I install redshift-api?
Install or run redshift-api using Copy skill directory. Check redshift-api for the latest setup command.
Is redshift-api actively maintained?
redshift-api may need a closer maintenance check before production use.
Auto-fetched from GitHub.