skill
hive.terminal-tools-fs-search
Use terminal_rg / terminal_find when you need raw filesystem search outside the project tree — system configs, /var/log, /etc, archive contents — or when files-tools.search_files is too project-scoped. Teaches the rg vs find vs terminal_exec("ls/du/tree") split, common rg flag combos for code/logs/configs, find predicates for mtime/size/type queries, and the rule that for tree views or single-file stat info you should just use terminal_exec instead of inventing a tool. Read before reaching for raw shell to grep or find anything.
Description as published by the maintainer. Source
- active
active — Most recent push to the repository was 2026-05-29.
Signals
These are separate measurements of different things. They are deliberately not combined into one score, because a popularity number that mixes website traffic with saves and stars cannot be checked or acted on.
| Signal | Value | What it measures | Window | Observed | Source |
|---|---|---|---|---|---|
| GitHub stars | 10,874 | Stars on the repository that contains this skill, not on the skill itself. A collection of fifty skills shares one number, so it says nothing about this particular skill. | cumulative, all time | GitHub | |
| Last commit | 2026-05-29 | Most recent push to the containing repository. It may reflect work on a different skill in the same collection. | point in time | GitHub | |
| repository status | active | The repository holding this skill exists and is not archived. | as of fetch | GitHub |
Will this work with your setup?
No harness stated by the author and no install path convention detected. Compatibility is untested.
We have not run this skill against a task with and without it enabled, so we cannot tell you whether it improves anything, what it costs in tokens, or whether it duplicates behaviour your harness already has. When we have run that test, the result will appear on this page with the task, the versions and the budget it used.
The skill definition lives at core/framework/skills/_preset_skills/terminal-tools-fs-search/SKILL.md in https://github.com/aden-hive/hive.
Where to get it
Related, by what their authors tagged them
-
aden-hive-hive-browser-edge-cases
— last commit 2026-05-29, shares agent, agent-framework, automation
SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like L…
-
aden-hive-hive-hive-browser-automation
— last commit 2026-05-29, shares agent, agent-framework, automation
Required before any browser_* tool call. Teaches the screenshot + browser_click_coordinate workflow that reaches shadow…
-
aden-hive-hive-hive-chart-creation-foundations
— last commit 2026-05-29, shares agent, agent-framework, automation
Required reading whenever any chart_* tool is available. Teaches the one-tool embedding contract (call chart_render → l…
-
aden-hive-hive-hive-colony-progress-tracker
— last commit 2026-05-29, shares agent, agent-framework, automation
Claim tasks, record step progress, and verify SOP gates in the colony SQLite queue. Applies when your spawn message inc…
-
aden-hive-hive-hive-context-preservation
— last commit 2026-05-29, shares agent, agent-framework, automation
Proactively extract critical values from tool results into working notes before automatic context pruning destroys them.
-
aden-hive-hive-hive-error-recovery
— last commit 2026-05-29, shares agent, agent-framework, automation
Follow a structured recovery decision tree when tool calls fail instead of blindly retrying or giving up.
-
aden-hive-hive-hive-linkedin-automation
— last commit 2026-05-29, shares agent, agent-framework, automation
Read before automating LinkedIn with browser_* tools. LinkedIn combines shadow DOM (#interop-outlet), strict Trusted Ty…
-
aden-hive-hive-hive-note-taking
— last commit 2026-05-29, shares agent, agent-framework, automation
Maintain a free-form scratchpad of decisions, extracted values, and open questions so context pruning doesn't lose anyt…
-
aden-hive-hive-hive-quality-monitor
— last commit 2026-05-29, shares agent, agent-framework, automation
Periodically self-assess output quality to catch degradation before the judge does.
-
aden-hive-hive-hive-terminal-tools-foundations
— last commit 2026-05-29, shares agent, agent-framework, automation
Required reading whenever any shell_* tool is available. Teaches the foreground/background dichotomy (terminal_exec aut…
These share tags the maintainers applied themselves, such as agent, agent-framework, automation, autonomous-agents. Common tags like "mcp" or "ai" are ignored for this: agreeing with six hundred other projects is not a similarity.
This is not a recommendation and not a test result. It is a map of what the authors said their work is about.
Also from aden-hive
-
aden-hive-hive-hive-terminal-tools-job-control
— last commit 2026-05-29
Use when launching anything that runs longer than a minute, anything that streams logs, anything you want to keep runni…
-
aden-hive-hive-hive-terminal-tools-pty-sessions
— last commit 2026-05-29
Use when you need state across calls — building env vars, navigating with cd, driving REPLs (python -i, mysql, psql, no…
-
aden-hive-hive-hive-terminal-tools-troubleshooting
— last commit 2026-05-29
Read when a terminal-tools call returned something surprising — empty stdout despite no error, exit_code is null, outpu…
-
aden-hive-hive-hive-writing-hive-skills
— last commit 2026-05-29
Author a new Agent Skill for a Hive agent that conforms to the Agent Skills specification (SKILL.md with YAML frontmatt…
-
aden-hive-hive-hive-x-automation
— last commit 2026-05-29
Read before automating X / Twitter with browser_* tools. Verified flows for post, reply, delete, search-and-engage, plu…
How the author describes it
Topics the maintainer set on GitHub: agent, agent-framework, agent-skills, anthropic, automation, autonomous-agents, claude, harness, harness-engineering, human-in-the-loop, openai, python, self-hosted, self-improving.
Bring your own setup
We take apart real AI setups every week and show what broke, what cost too much, and what the trace actually said. If you run agents on real work, that is where the useful conversation is.
Join ZBS AI Practice Lab