skills/skill-collections/alfworld/alfworld-object-placer/SKILL.md
Places a held object onto or into a target receptacle. Trigger this skill when the agent is carrying an object and needs to deposit it at a specific location to complete a task, such as installing an item on a holder or storing it in a container. It takes the object and destination receptacle as inputs, performing a 'put' action to finalize the object's positioning according to the task goal.
npx skillsauth add zjunlp/Skills alfworld-object-placerInstall 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.
Verify Prerequisites:
{obj}).{recep}) is present and accessible in the environment.Navigate to Receptacle:
go to {recep} action to move to the target receptacle's location.Execute Placement:
put {obj} in/on {recep} action to deposit the held object.in vs on) is determined by the receptacle type (e.g., in for containers, on for surfaces/holders). Use the trajectory as a reference.Handle Errors:
references/action_guide.md for troubleshooting common failure modes.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.