Import Pipeline
Automate data ingestion and transformation workflows from various sources into SnapLogic pipelines.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add import-pipeline npx -- -y @trustedskills/import-pipeline
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"import-pipeline": {
"command": "npx",
"args": [
"-y",
"@trustedskills/import-pipeline"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The import-pipeline skill facilitates the import and execution of Robot Framework pipelines within an AI agent workflow. It allows users to define, load, and run automated tests or processes expressed in Robot Framework syntax. This enables integration with existing test automation frameworks and provides a structured approach to complex tasks.
When to use it
- Automated Testing: Execute pre-existing Robot Framework test suites as part of a larger AI agent workflow for continuous integration and quality assurance.
- Process Automation: Run automated processes defined in Robot Framework, such as data extraction or system configuration, within an AI agent context.
- Workflow Orchestration: Integrate Robot Framework pipelines into complex workflows involving multiple skills and tasks.
- Reproducible Tasks: Ensure consistent execution of predefined tasks by leveraging the structured nature of Robot Framework pipelines.
Key capabilities
- Importing Robot Framework pipelines
- Executing imported pipelines
- Integration with AI agent workflows
- Support for Robot Framework syntax
Example prompts
- "Run the 'login_workflow' pipeline."
- "Execute the 'data_extraction' test suite and report results."
- "Import and run the 'system_setup' pipeline, then proceed to the next step."
Tips & gotchas
The skill requires familiarity with Robot Framework syntax and structure. Ensure that any imported pipelines are properly formatted and accessible for execution within the AI agent environment.
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.