skills/skill-collections/alfworld/alfworld-object-transporter/SKILL.md
Picks up a target object from its current receptacle and moves it to a specified destination receptacle. Use when you have located an object and need to relocate it to complete a task (e.g., moving a laptop to a desk). Takes the object identifier, source receptacle, and destination receptacle as inputs and outputs the action sequence to take, transport, and place the object.
npx skillsauth add zjunlp/Skills alfworld-object-transporterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Pick up an object from its current location and transport it to a destination receptacle.
go to {source_receptacle} -- verify observation shows the target objecttake {object} from {source_receptacle} -- verify "You pick up" confirmationgo to {destination_receptacle}put {object} in/on {destination_receptacle} -- verify "You put" confirmationgo to {receptacle}take {object} from {receptacle}put {object} in/on {receptacle}Scenario: Move laptop 1 from bed 2 to desk 1.
Action: go to bed 2
Observation: On the bed 2, you see a laptop 1, a pillow 1.
Action: take laptop 1 from bed 2
Observation: You pick up the laptop 1 from the bed 2.
Action: go to desk 1
Observation: On the desk 1, you see a pen 2.
Action: put laptop 1 in/on desk 1
Observation: You put the laptop 1 in/on the desk 1.
Result: The laptop has been transported from the bed to the desk.
scripts/transport_sequence.py provides a deterministic sequence generator.references/troubleshooting.md contains common failure patterns and solutions.devops
Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.
development
Expert AWS solution architecture for startups focusing on serverless, scalable, and cost-effective cloud infrastructure with modern DevOps practices and infrastructure-as-code
tools
AWS development with infrastructure automation and cloud architecture patterns
development
Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start optimization.