# Agol Search

> Search ArcGIS Online items and return clean, filtered results with safe defaults

- Skill: `danmaps/agol-search` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add danmaps/agol-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/danmaps/agol-search/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: danmaps (https://skillmd.com/u/danmaps)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/danmaps/agol-search

---


# AGOL Search

Search ArcGIS Online for items and return a short, relevant list with actionable metadata.

## Inputs

- `query` (string)
- `item_types` (array, optional)
- `owner` (string, optional)
- `org_only` (bool, optional)
- `sort` (string, optional: relevance, modified, title)
- `limit` (int, optional, default 10)

## Output

List of items with:
- title
- type
- owner
- modified date
- url
- id

## Guidance

- Prefer exact matches when a title is provided
- If too many results, add filters: item type, owner, or org_only
- Do not expose credentials or tokens

## Example

**User:** “Find county parcels feature layers.”

**Output:** 5–10 items with URLs and owners, filtered to Feature Layer.

## Intent

State the operational goal of the skill and what good output should accomplish.

## Outputs

Return a concise, usable result with the key artifacts or recommendations.

## Safety

Do not invent data, credentials, or system context. Flag uncertainty and risky operations clearly.


