Workspace Search

Workspace Search is a skill for Claude Code, Codex from agentic-in/elephant-agent. It costs 19 tokens per session (163 once invoked), scanned A, original, no licence file.

A local search tool for finding files and nearby information in the current workspace.

In plain words
What is it for?
Use it to retrieve workspace content and gather related files for the current session.
Why use it?
It reduces the time spent locating relevant project files and surrounding context during a task.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to retrieve workspace content and gather related files for the current session.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentic-in/elephant-agent/workspace-search
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add agentic-in/elephant-agent --skill workspace-search
Clone the repo
git clone --depth 1 https://github.com/agentic-in/elephant-agent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Workspace Search

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentic-in/elephant-agent/workspace-search.svg)](https://agentmods.dev/skills/agentic-in/elephant-agent/workspace-search)
Your own site
<a href="https://agentmods.dev/skills/agentic-in/elephant-agent/workspace-search"><img src="https://agentmods.dev/badge/skills/agentic-in/elephant-agent/workspace-search.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 163 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00019 $0.00163
Opus 5 $0.00010 $0.00081
Sonnet 5 $0.00004 $0.00033
Haiku 4.5 $0.00002 $0.00016

Measured 4d ago against content hash 59ed4dcf6e20, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

Workspace Search scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/skills/builtin_packages/runtime/workspace-search/SKILL.md · 22 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 22 lines · 19 tokens per session scan A 59ed4dcf6e20

Subscribe to this mod's changes

Workspace Search is a skill published in the GitHub repository agentic-in/elephant-agent (582 stars, last pushed 12d ago), with no licence file. It adds 19 tokens to every session and 163 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

agent-initialization

Initialize an Agent's settings from a user requirement by writing AGENTS.md, setting identity metadata, and installing only needed Skills.

Prism-Shadow/penguin-harness · 30 tokens

co-mail-and-drive

Read and send mail from the user's own Gmail or Outlook account, safely stage Gmail draft attachments, send from the agent's own address, manage Outlook contacts, and work with Google Drive files — with co gmail, co outlook, co email, and co gdrive. Use when the user asks about their inbox, an email or draft they want…

openonion/connectonion · 92 tokens

dashboard

Update the agent's Control Center. Use when the user says "update my Control Center", "update my dashboard", "redesign my home", or "/dashboard".

openonion/connectonion · 35 tokens

co-google

Route Google account work to Gmail, Drive, Calendar, and YouTube CLI commands using one locally saved login.

openonion/connectonion · 25 tokens

apple-tools

Reach Apple PIM data (Calendar, Contacts, Reminders, Messages, Location, Maps, Weather) from a pi session via iMCP + pi-mcp-adapter on macOS. Use when the user asks to read/search their Apple Calendar, Contacts, Reminders, iMessages, current Location, Maps, or Weather. Does NOT cover Apple Mail — iMCP exposes no Mail…

BlackBeltTechnology/pi-agent-dashboard · 92 tokens

kb-search

Search the local markdown knowledge base for facts, prior decisions, definitions, people, error codes, config flags, and how-we-fixed-it notes. ALWAYS search here BEFORE answering a project-specific question from memory, guessing, or asking the user. Use whenever you hit an unknown term, an unfamiliar entity, an error…

BlackBeltTechnology/pi-agent-dashboard · 84 tokens