skills/skill-collections/alfworld/alfworld-locate-target-object/SKILL.md
Navigates to a suspected location and identifies a target object. Use when your goal requires finding a specific object (e.g., "potato", "plate") and its location is not immediately known. Moves to a relevant receptacle (like a fridge or cabinet), checks its contents, and outputs the object's location or confirms its absence.
npx skillsauth add zjunlp/Skills alfworld-locate-target-objectInstall 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.
Use this skill when your goal requires a specific object and you need to find it. The skill directs you to a likely receptacle, inspects it, and confirms if the target is present.
fridge, utensils in a drawer).Follow this sequence of actions and reasoning.
Thought: I need to find a <target_object>. The most likely place for it is the <suspected_receptacle>.
Action: go to <suspected_receptacle>
Observation: [You arrive at the receptacle. It may be open or closed.]
Thought: I am at the <suspected_receptacle>. To see inside, I must open it.
Action: open <suspected_receptacle>
Observation: [The receptacle opens, revealing its contents.]
Thought: The <suspected_receptacle> is open. I will now look for the <target_object> among its contents.
<target_object> in the <suspected_receptacle>. My location task is complete.<target_object> is not in the <suspected_receptacle>. I must consider the next most likely location.fridge for perishables, cabinet for dry goods).go to a location before you can open it.Observation after opening a receptacle to confirm an object's presence or absence.Scenario: You need to find a potato for a heating task.
Thought: I need to find a potato. Potatoes are commonly stored in the fridge.
Action: go to fridge 1
Observation: The fridge 1 is closed.
Action: open fridge 1
Observation: You open the fridge 1. The fridge 1 is open. In it, you see a potato 1, a lettuce 2.
Result: The potato has been located in fridge 1. You can now take potato 1 from fridge 1 and proceed.
After successfully locating the object, you will typically need to take it or interact with it, which is outside the scope of this skill. If the object is not found, trigger this skill again with a new suspected location.
development
Machine learning in Python with scikit-learn. Use when working with supervised learning (classification, regression), unsupervised learning (clustering, dimensionality reduction), model evaluation, hyperparameter tuning, preprocessing, or building ML pipelines. Provides comprehensive reference documentation for algorithms, preprocessing techniques, pipelines, and best practices.
development
Query Reactome REST API for pathway analysis, enrichment, gene-pathway mapping, disease pathways, molecular interactions, expression analysis, for systems biology studies.
tools
Cheminformatics toolkit for fine-grained molecular control. SMILES/SDF parsing, descriptors (MW, LogP, TPSA), fingerprints, substructure search, 2D/3D generation, similarity, reactions. For standard workflows with simpler interface, use datamol (wrapper around RDKit). Use rdkit for advanced control, custom sanitization, specialized algorithms.
development
Python interface to OpenMS for mass spectrometry data analysis. Use for LC-MS/MS proteomics and metabolomics workflows including file handling (mzML, mzXML, mzTab, FASTA, pepXML, protXML, mzIdentML), signal processing, feature detection, peptide identification, and quantitative analysis. Apply when working with mass spectrometry data, analyzing proteomics experiments, or processing metabolomics datasets.