技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 91 · 1 current installs · 1 all-time installs
⭐ 0
安装量(当前) 1
🛡 VirusTotal :良性 · OpenClaw :良性
Package:anthony-maio/repo-surveyor
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill is an instruction-only helper for manually surveying repository files; its requested capabilities and instructions are coherent with that purpose and it does not ask for extra credentials or install steps.
目的
Name, description, and runtime instructions all focus on repository orientation and producing a small doc-ready summary. The skill declares no binaries, env vars, or installs — that matches an instruction-only repo-survey helper.
说明范围
Instructions are limited to discovering source/config/entry files, ranking important files, tracing dependency hubs, and producing a minimal context summary. This is appropriate for repo orientation. One minor caution: the instructions allow agent discretion when selecting config files (which may contain secrets); the skill does not explicitly forbid reading non-repo system files or exfiltration, so callers should ensure the agent's file acces…
安装机制
No install spec and no code files are present. Instruction-only skills are lower risk because nothing is written to disk by the skill itself.
证书
The skill requests no environment variables, credentials, or config paths. That is proportionate for the described task.
持久
The skill does not request always-on presence, does not modify other skills, and uses default autonomous-invocation behavior. Nothing here indicates elevated or persistent privileges.
综合结论
This skill is internally consistent for doing a manual repo survey, but take these precautions before installing or invoking it: (1) run it only on repositories you own or have permission to analyze; repositories often contain secrets in config files — restrict the agent's file access to the repo root and exclude known secret paths (e.g., .env, config/secrets). (2) Confirm the agent or platform will not automatically transmit summaries to exte…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Repo Surveyor」。简介:Use when Cartograph CLI or MCP is unavailable and you still need Cartograph-sty…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/anthony-maio/repo-surveyor/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: repo-surveyor
description: Use when Cartograph CLI or MCP is unavailable and you still need Cartograph-style repo orientation, task context, or documentation inputs from manual file survey.
---
Use this skill only when Cartograph itself is unavailable or when you need to manually verify its outputs.
Manual workflow:
1. Discover source, config, and entry files. Skip generated, vendored, and build output.
2. Rank likely-important files by entry points, fan-in, API surface, and root wiring role.
3. Trace the strongest dependency hubs instead of reading the whole tree.
4. Build the smallest useful file set for the current task.
5. Produce a doc-ready summary from that reduced set.
Output contract:
- Key files
- Dependency hubs
- Minimal task context
- Doc-ready summary
Rules:
- If the OpenProse plugin is enabled, start from the bundled templates in `openprose/`.
- Prefer `use-cartograph` whenever the tool becomes available.
- Keep manual reads narrow.
- Match the same output shape as `use-cartograph`.