Locate Object
Find a specific file, artifact, or resource you know exists but cannot locate.
What This Skill Does
In D&D, Locate Object senses the direction to a specific object within range. The real-world version is artifact search: finding that config file you know exists somewhere, locating a document someone mentioned but did not link, tracking down the source of a data value through a pipeline, or finding where a specific resource is defined in a sprawling repository.
In this grimoire, Locate Object is treated as a metaphorical spell with a shipping-now delivery profile.
Canonical reference input: Locate Object (spell).
When To Use
- You know something exists but cannot find it: a file, document, config value, or resource.
- A data value appears in output and you need to trace it back to its source or definition.
- Someone referenced an artifact without providing a link or path, and you need to locate it.
Prerequisites
- No extra runtime dependencies beyond Hermes Agent and the normal toolset for this session.
Procedure
- Restate the target, the success condition, and any no-touch boundaries before taking action.
- Define the target artifact: what is it, what would it look like, and what context do you have?
- Determine the search strategy: file name patterns, content search, reference tracing, or dependency analysis.
- Search systematically, narrowing scope with each round.
- Deliver the located artifact with its path, context, and any related artifacts discovered along the way.
- Package the result as the deliverables below, with confidence, assumptions, and unresolved risk called out explicitly.
Deliverables
- The located artifact: path, location, or reference.
- Context: what the artifact is, why it matters, and any related artifacts found during the search.
Pitfalls / Guardrails
- Keep the metaphor anchored to a real mechanism instead of drifting into lore.
- Locate Object finds things through search and deduction, not through unauthorized access. Respect access boundaries.
- If the artifact cannot be found, say so clearly rather than returning a near-miss as if it were the target.
Verification
- Check that the result includes every deliverable promised above.
- Check that confirmed facts, assumptions, and inferences are visibly separated.
- Check that the metaphor still maps cleanly to a real operational mechanism.
Example Invocation
/locate-object Use \$locate-object to find this [file/document/config/resource]. I know it exists but cannot locate it
1---2name: locate-object-23description: In D&D, Locate Object senses the direction to a specific object within range. The real-world version is artifact search: finding that config file you know exists somewhere, locating a document someone mentioned but did not link, tracking down the source of a data value through a pipeline, or finding where a specific resource is defined in a sprawling repository.4license: CC0-1.05---6# Locate Object7Find a specific file, artifact, or resource you know exists but cannot locate.8## What This Skill Does9In D&D, Locate Object senses the direction to a specific object within range. The real-world version is artifact search: finding that config file you know exists somewhere, locating a document someone mentioned but did not link, tracking down the source of a data value through a pipeline, or finding where a specific resource is defined in a sprawling repository.10In this grimoire, Locate Object is treated as a metaphorical spell with a shipping-now delivery profile.11Canonical reference input: Locate Object (spell).12## When To Use1314- You know something exists but cannot find it: a file, document, config value, or resource.15- A data value appears in output and you need to trace it back to its source or definition.16- Someone referenced an artifact without providing a link or path, and you need to locate it.1718## Prerequisites1920- No extra runtime dependencies beyond Hermes Agent and the normal toolset for this session.2122## Procedure23241. Restate the target, the success condition, and any no-touch boundaries before taking action.252. Define the target artifact: what is it, what would it look like, and what context do you have?263. Determine the search strategy: file name patterns, content search, reference tracing, or dependency analysis.274. Search systematically, narrowing scope with each round.285. Deliver the located artifact with its path, context, and any related artifacts discovered along the way.296. Package the result as the deliverables below, with confidence, assumptions, and unresolved risk called out explicitly.3031## Deliverables3233- The located artifact: path, location, or reference.34- Context: what the artifact is, why it matters, and any related artifacts found during the search.3536## Pitfalls / Guardrails3738- Keep the metaphor anchored to a real mechanism instead of drifting into lore.39- Locate Object finds things through search and deduction, not through unauthorized access. Respect access boundaries.40- If the artifact cannot be found, say so clearly rather than returning a near-miss as if it were the target.4142## Verification4344- Check that the result includes every deliverable promised above.45- Check that confirmed facts, assumptions, and inferences are visibly separated.46- Check that the metaphor still maps cleanly to a real operational mechanism.4748## Example Invocation49```text50/locate-object Use \$locate-object to find this [file/document/config/resource]. I know it exists but cannot locate it51```