sling
1
总安装量
1
周安装量
#46103
全站排名
安装命令
npx skills add https://github.com/slingdata-io/slingdata-ai --skill sling
Agent 安装分布
opencode
1
codex
1
github-copilot
1
claude-code
1
Skill 文档
Sling – Data Integration Platform
Move data between 40+ databases, file systems, and APIs with a single CLI.
When to Use Sling
| Use Case | Solution |
|---|---|
| Move data between databases | Replication (DB-to-DB) |
| Load files into databases | Replication (file-to-DB) |
| Export data to files | Replication (DB-to-file) |
| Extract API data | Replication (API-to-DB/file) |
| Multi-step workflows | Pipelines |
MCP Tools Reference
| Tool | Actions | Use Case |
|---|---|---|
connection |
list, test, discover, set | Manage connections |
database |
query, get_schemata | Inspect/query databases |
file_system |
list, copy, inspect | Browse/copy files |
replication |
parse, compile, run | Execute data replications |
pipeline |
parse, run | Execute multi-step workflows |
api_spec |
parse, test | Build API integrations |
Quick Examples
List connections
{"action": "list", "input": {}}
Test connection
{"action": "test", "input": {"connection": "MY_CONN", "debug": true}}
Run replication
{"action": "run", "input": {"file_path": "/path/to/replication.yaml"}}
CLI Quick Reference
sling conns list # List connections
sling conns test MY_CONN # Test connection
sling conns discover MY_PG # Discover tables
sling run -r replication.yaml # Run replication
sling run -p pipeline.yaml # Run pipeline
Related Skills
sling-connections– Connection managementsling-replications– Data replication configssling-pipelines– Multi-step workflowssling-transforms– Data transformation functionssling-hooks– Pre/post actionssling-api-specs– API specification buildingsling-troubleshooting– Debug issues
Documentation
- Official Docs: https://docs.slingdata.io
- GitHub: https://github.com/slingdata-io/sling-cli