tinybird-python-sdk-guidelines
Tinybird Python SDK for defining datasources, pipes, and queries in Python. Use when working with tinybird-sdk, Python Tinybird projects, or data ingestion and queries in Python.
DeepseekModel
Curated skill
Quality Good · 64
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=tinybirdco-tinybird-agent-skills-skills-tinybird-python-sdk-guidelines-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name tinybird-python-sdk-guidelines description Tinybird Python SDK for defining datasources, pipes, and queries in Python. Use when working with tinybird-sdk, Python Tinybird projects, or data ingestion and queries in Python. Tinybird Python SDK Guidelines Guidance for using the tinybird-sdk package to define Tinybird resources in Python. When to Apply Installing or configuring tinybird-sdk Defining datasources, pipes, or endpoints in Python Creating Tinybird clients in Python Using data ingestion or queries in Python Running tinybird dev/build/deploy commands for Python projects Migrating from legacy .datasource/.pipe files to Python Defining connections (Kafka, S3, GCS) Creating materialized views, copy pipes, or sink pipes Rule Files rules/getting-started.md rules/configuration.md rules/defining-datasources.md rules/defining-endpoints.md rules/client.md rules/low-level-api.md rules/cli-commands.md rules/connections.md rules/materialized-views.md rules/copy-sink-pipes.md rules/tokens.md Quick Reference Install: pip install tinybird-sdk Initialize: tinybird init Dev mode: tinybird dev (uses configured dev_mode , typically branch) Build: tinybird build (builds against configured dev target) Deploy: tinybird deploy (deploys to main/production) Preview in CI: tinybird preview Migrate: tinybird migrate (convert .datasource/.pipe files to Python) Server-side only; never expose tokens in browsers
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.