herdr
Control Herdr Workspaces and Coding Agents
Managing several coding agents across terminal panes can make state, focus, and output difficult to track. This skill uses Herdr commands to organize panes, coordinate agents, run commands, and inspect results.
自分のエージェントでインストール
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "herdr" from https://skillstore.io/skills/herdrdev-herdr.md and its manifest at https://skillstore.io/api/skills/herdrdev-herdr/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
エージェントが読めるリソース
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
テストする
「herdr」を使用しています。 Use Herdr to inspect the current session without changing focus.
期待される結果:
- Current workspace: w1
- Active tab: w1:t1
- Two panes are available, with one idle coding agent.
「herdr」を使用しています。 Use Herdr to run the project tests in a sibling pane and summarize the result.
期待される結果:
The tests completed in a background pane. All 48 tests passed, and the user focus remained in the original pane.
「herdr」を使用しています。 Use Herdr to ask a reviewer agent for actionable findings.
期待される結果:
The reviewer reached a settled state and reported two actionable findings concerning timeout handling and missing error-path coverage.
セキュリティ監査
安全Most alerts are false positives caused by Markdown code fences and inline code being mistaken for Ruby backtick execution. Seven examples perform real Herdr mutations, including launching agents, sending input, changing layout, and running a shell command; these capabilities are expected but require deliberate targeting.
機能レビュー項目 (7)
これらは、このスキルに期待される可能性のある実際のローカル機能であるため、レビューが必要ですが、確認済みの悪意ある動作としてはカウントされません。
リスク要因
⚙️ 外部コマンド (50)
このレポートを共有・引用
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
レポートリンクをコピー
https://skillstore.io/skills/herdrdev-herdr/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdownバッジ
[](https://skillstore.io/skills/herdrdev-herdr?utm_source=security_passport_badge)HTMLバッジ
<a href="https://skillstore.io/skills/herdrdev-herdr?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/herdrdev-herdr/security.svg" alt="Skillstore security assessment" loading="lazy"></a>埋め込みカード
<iframe src="https://skillstore.io/embed/skills/herdrdev-herdr.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>学術引用 (APA · BibTeX · CFF)
APA形式の引用
herdrdev. (2026). herdr security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/herdrdev-herdr/audits/1BibTeX形式の引用
@techreport{herdrdev-herdrdev-herdr-2026,
author = {herdrdev},
title = {herdr security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/herdrdev-herdr/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "herdr security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "herdrdev"
date-released: "2026-08-14"
url: "https://skillstore.io/skills/herdrdev-herdr/audits/1"
identifiers:
- type: other
value: "skillstore:herdrdev-herdr:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore スコア
このスコアの理由 証拠の信頼度: 中作成できるもの
Coordinate a code review
Create a sibling pane, start a reviewer agent, send the review request, and collect actionable findings.
Run tests beside active work
Open a background pane, run the requested test command, wait for completion text, and inspect recent output.
Inspect parallel agent progress
List active agents, check lifecycle states, and read output without changing the user interface focus.
これらのプロンプトを試す
Use Herdr to list the current workspace, tabs, panes, and agents. Summarize their identifiers and states without changing focus.
Use Herdr to create a sibling pane in the current directory. Run [test command], wait for completion, and summarize the output.
Use Herdr to start a [agent kind] agent named [name] in a sibling pane. Ask it to review [scope] and return actionable findings.
Use Herdr to start two named agents for [task A] and [task B]. Preserve focus, monitor both, and consolidate their verified results.
ベストプラクティス
- Verify HERDR_ENV before issuing any Herdr control command.
- Use explicit pane identifiers or unique agent names, and parse identifiers from command responses.
- Preserve the current directory and user focus unless the user requests a different layout.
回避
- Do not invoke Herdr unless the user explicitly requests Herdr.
- Do not guess identifiers or rely on another client focus.
- Do not close sessions or stop servers without explicit user authorization.