AgentSkillsCN

sling

交互式提示模板生成器——用于功能规格说明。当用户希望根据自己的创意或脑力激荡,生成结构化的功能提示时,可使用此技能。

SKILL.md
--- frontmatter
name: sling
description: >
  Sling data integration platform overview and MCP tools reference.
  Use when asked about Sling in general, what it does, or how to use the MCP tools.

Sling - Data Integration Platform

Move data between 40+ databases, file systems, and APIs with a single CLI.

When to Use Sling

Use CaseSolution
Move data between databasesReplication (DB-to-DB)
Load files into databasesReplication (file-to-DB)
Export data to filesReplication (DB-to-file)
Extract API dataReplication (API-to-DB/file)
Multi-step workflowsPipelines

MCP Tools Reference

ToolActionsUse Case
connectionlist, test, discover, setManage connections
databasequery, get_schemataInspect/query databases
file_systemlist, copy, inspectBrowse/copy files
replicationparse, compile, runExecute data replications
pipelineparse, runExecute multi-step workflows
api_specparse, testBuild API integrations

Quick Examples

List connections

json
{"action": "list", "input": {}}

Test connection

json
{"action": "test", "input": {"connection": "MY_CONN", "debug": true}}

Run replication

json
{"action": "run", "input": {"file_path": "/path/to/replication.yaml"}}

CLI Quick Reference

bash
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 management
  • sling-replications - Data replication configs
  • sling-pipelines - Multi-step workflows
  • sling-transforms - Data transformation functions
  • sling-hooks - Pre/post actions
  • sling-api-specs - API specification building
  • sling-troubleshooting - Debug issues

Documentation