Agent skill

alfworld-search-pattern-executor

Systematically searches a sequence of likely locations for a target object based on common sense. Use when you need to find a specific object and know which receptacles to check but not which one contains it. Takes a list of candidate receptacles, orchestrates navigation and inspection, and outputs when the target is found or all locations are exhausted.

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill alfworld-search-pattern-executor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: experiments/src/skills/alfworld/alfworld-search-pattern-executor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,117
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Instructions For each candidate receptacle in order, execute this action sequence: ## Workflow 1. **Navigate:** `go to {receptacle}` 2. **Open if closed:** If observation says "{receptacle} is closed", execute `open {receptacle}` 3. **Inspect:** Read the observation for the target object name 4. **If found:** Execute `take {target_object} from {receptacle}` and stop searching 5. **If not found:** If you opened the receptacle, execute `close {receptacle}`, then continue to the next candidate 6. **If all exhausted:** Report that the target was not found in any candidate location ## Action Format - `go to {receptacle}` -- navigate to a location - `open {receptacle}` -- open a closed drawer/cabinet/fridge - `close {receptacle}` -- close after checking (state management) - `take {object} from {receptacle}` -- pick up the target when found ## Key Rules - Search candidates in order; do not skip locations - Always close drawers/cabinets after checking if you opened them - Once the object is found, immediately stop searching and proceed to the next task phase - If "Nothing happened" is returned, verify the receptacle name and retry with the correct identifier ## Example **Goal:** "find tw

What's inside
Steps it walks through
  1. Workflow
  2. Action Format
  3. Key Rules
  4. Example
Ships with 1 file
  • references/common_sense_locations.md
More from SkillNet
All skills →
About this skill
What does the alfworld-search-pattern-executor skill do?

Systematically searches a sequence of likely locations for a target object based on common sense. Use when you need to find a specific object and know which receptacles to check but not which one contains it. Takes a list of candidate receptacles, orchestrates navigation and inspection, and outputs when the target is found or all locations are exhausted.

How do I install it?

Run `npx skills add zjunlp/SkillNet --skill alfworld-search-pattern-executor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From zjunlp/SkillNet, a repository with 1,117 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going