← 返回 Skills 市场
pigd0g

Repository Discovery

作者 pigd0g · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
353
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install repo-discovery
功能描述
Explore and document an unfamiliar GitHub repository so future development work can start quickly with a clear understanding of the system architecture, tech...
安全使用建议
This skill is coherent and appropriate for documenting a repository. Before using it, confirm which repository the agent will access and whether it is allowed to view any private repos. Be aware the agent will look for config and .env files and may encounter secrets; if you do not want secret values recorded or transmitted, either remove/redact them in the repo or instruct the agent (or your agent runtime) to only record variable names and not values. Also review any repository .github/* agent instructions it will prioritize, since those files can change agent behavior.
功能分析
Type: OpenClaw Skill Name: repo-discovery Version: 1.0.1 The skill instructions in `SKILL.md` direct the agent to prioritize and follow instructions found within the target repository (e.g., `.github/agent.md`), which facilitates indirect prompt injection from untrusted codebases. Additionally, it explicitly tasks the agent with searching for and documenting sensitive information such as API keys and environment variables from `.env` files, posing a risk of accidental secret exposure in the generated `REPO_DISCOVERY.md` report.
能力评估
Purpose & Capability
The name/description match the SKILL.md: the instructions focus on scanning repository files (README, package manifests, Dockerfiles, .github configs, etc.) and producing a structured REPO_DISCOVERY.md. No unrelated binaries, installs, or external services are required.
Instruction Scope
Instructions appropriately direct the agent to inspect repository files and metadata. They explicitly include looking for configuration files and .env/.env.example to document required env vars and API endpoints — this is reasonable for repo discovery but means the agent will encounter secrets and credentials if present. The SKILL.md does not instruct the agent to read system-wide files outside the repo or to transmit data to unexpected external endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk or installed by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The only data it asks the agent to inspect is repository-local (dependency files, .env in repo, config directories), which is proportional to its purpose.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills. It relies on normal agent invocation behavior and does not ask for elevated agent-wide privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install repo-discovery
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /repo-discovery 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added YAML front matter with skill name and description to SKILL.md for improved metadata and discoverability. - No other changes to functionality or documentation content.
v1.0.0
Initial release of the Repository Discovery Agent. - Provides a comprehensive agent workflow for exploring and documenting unfamiliar GitHub repositories. - Defines clear objectives: identify purpose, technology stack, dependencies, architecture, features, and developer instructions. - Outlines a step-by-step process, from reading agent instructions to mapping project structure and workflow. - Specifies REPO_DISCOVERY.md as the structured output format to brief future developers or agents. - Emphasizes evidence-based documentation and guidance for maximizing developer onboarding value.
元数据
Slug repo-discovery
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Repository Discovery 是什么?

Explore and document an unfamiliar GitHub repository so future development work can start quickly with a clear understanding of the system architecture, tech... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 353 次。

如何安装 Repository Discovery?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install repo-discovery」即可一键安装,无需额外配置。

Repository Discovery 是免费的吗?

是的,Repository Discovery 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Repository Discovery 支持哪些平台?

Repository Discovery 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Repository Discovery?

由 pigd0g(@pigd0g)开发并维护,当前版本 v1.0.1。

💬 留言讨论