openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Use Cartograph

Use when Cartograph CLI or MCP is available and you need repository orientation, task-scoped context, or doc inputs with minimal token cost.

数据与表格

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 84 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:anthony-maio/use-cartograph

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's requests and instructions line up with its stated purpose: it simply tells the agent to prefer the Cartograph CLI/MCP when available and contains no unrelated requirements or installs.

目的

Name/description promise (repo orientation, task-scoped context, doc inputs) matches the runtime instructions which call cartograph analyze/context/wiki. The skill does not request unrelated binaries, credentials, or config paths.

说明范围

SKILL.md stays on-topic: it directs the agent to check for Cartograph, run specific cartograph commands against a repository and task, prefer bundled OpenProse templates if present, and fall back to repo-surveyor. It does not instruct broad system scans or exfiltration. Note: it assumes the agent has access to the target repo (filesystem or network) and to Cartograph MCP endpoints if used.

安装机制

No install spec or code files are present (instruction-only), so nothing will be written to disk or fetched during install via the skill registry.

证书

The skill declares no environment variables or credentials. One caveat: Cartograph MCP or certain 'provider' flags for wiki may require service endpoints/credentials in practice, but the skill does not request them — this is a reasonable minimal declaration for an instruction-only wrapper.

持久

always is false and the skill is user-invocable. It does not request elevated or persistent presence or attempt to modify other skills or system-wide settings.

综合结论

This skill is essentially a set of instructions to use your existing Cartograph CLI or MCP server; it doesn't install anything or ask for secrets. Before enabling: ensure you actually have a trusted Cartograph binary or MCP endpoint available and that your agent has appropriate access to the repo you want analyzed. If Cartograph's server or a wiki 'provider' requires credentials in your environment, you'll need to provide them separately — rev…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Use Cartograph」。简介:Use when Cartograph CLI or MCP is available and you need repository orientation…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/anthony-maio/use-cartograph/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: use-cartograph
description: Use when Cartograph CLI or MCP is available and you need repository orientation, task-scoped context, or doc inputs with minimal token cost.
---

Use Cartograph first when the tool is available.

Preferred flow:
1. Check whether `cartograph` or the Cartograph MCP server is available.
2. Run `cartograph analyze <repo> --static --json`.
3. Run `cartograph context <repo> --task "<task>" --json` for scoped work.
4. Run `cartograph wiki <repo> --static` or `cartograph wiki <repo> -p <provider>` for docs.

Output contract:
- Key files
- Dependency hubs
- Minimal task context
- Doc-ready summary

Rules:
- Default to this skill when Cartograph is available.
- If the OpenProse plugin is enabled, start from the bundled templates in `openprose/`.
- Pass run IDs and artifact references instead of long prose.
- If Cartograph is unavailable, switch to `repo-surveyor`.