Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

devtool-answer-monitordevtool 应答监视器

Agent Skill

devtool-answer-monitor 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

31,974

周安装

1,281

GitHub Stars

公开资料未说明

下载量

10,350
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:devtool-answer-monitor(devtool 应答监视器)
来源仓库:https://github.com/veeicwgy/devtool-answer-monitor
安装命令:
openclaw skills install devtool-answer-monitor
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install devtool-answer-monitor

简介

用于监控主流 LLM 对开发者工具、API 和开源项目的描述变化。

  • 适合在研究或选型阶段跟踪 AI 模型对技术栈的反馈趋势。
  • 通过 clawhub 安装,依赖外部 API 获取实时数据,需确保网络连通性。
  • 可能产生 API 调用费用,建议关注成本提示并设置使用限额。
  • 结果仅供参考,实际技术能力应以官方文档为准。

SKILL.md

name
devtool-answer-monitor
description
>
license
MIT
allowed-tools
Read
metadata
openclaw
emoji
📈
author
veeicwgy
homepage
https://github.com/veeicwgy/devtool-answer-monitor
requires
env
bins
primaryEnv
OPENAI_API_KEY
env
description
Optional provider API key for API collection mode only. Quickstart replay and manual paste mode do not need it.
required
false
sensitive
true
description
Optional OpenAI-compatible gateway URL for multi-provider API collection mode.
required
false
sensitive
false

Monitor What LLMs Say Before Users Choose Your Dev Tool

Use this skill as the main visibility workflow router for developer tools and open-source products.

Brand: DevTool Answer Monitor

Companion repo: devtool-answer-monitor

Use this when you want an agent to help you monitor how LLMs describe your product, build a reusable query pool, diagnose negative or outdated answers, and plan what to fix next.

Safety First

  • Treat this root skill as a read-only workflow router.
  • Default to quickstart replay or manual paste mode when you only need examples or scoring help.
  • Do not ask users to paste API keys into chat. If API collection mode is needed, tell them to configure local environment variables themselves and then hand off execution to visibility-monitor.
  • Review local scripts such as install.sh, quickstart.sh, and the selected runner before executing shell commands.

Start Here

Copy one of these prompts to begin:

  • Analyze how ChatGPT and Claude describe my API docs
  • Build a developer-tool answer monitoring query pool for my SDK
  • Find negative or outdated LLM claims about my project

30-Second Result

Typical input

  • product truth such as a README, docs, changelog, integrations, or positioning page
  • answer evidence such as copied model answers, screenshots, or cited URLs
  • scope such as target models, languages, regions, or a repeated query set

What this skill returns

  • a reusable query pool
  • raw evidence and a score draft plan
  • a monitoring summary and report outline
  • a repair backlog with T+7 or T+14 validation points

Companion demo and sample outputs

Trigger

Use this skill when the task is any of the following:

  1. generate a visibility query matrix and Query Pool from product truth;
  2. monitor how multiple LLMs mention, recommend, or misunderstand a product;
  3. plan model-specific content placement based on datasource patterns;
  4. check whether a draft page, FAQ, changelog, or case study is ready to influence model answers;
  5. repair wrong, negative, outdated, or competitor-only answers;
  6. verify whether a repair action improved metrics at T+7 or T+14;
  7. help a user choose between quickstart replay, manual paste mode, and API collection mode.

Beginner Routing

When the user is new to the repository, route them in this order.

SituationNext step
Needs environment check firstopen docs/getting-started.md and review the environment check section
Wants environment-free first runopen docs/index.html or docs/for-beginners.md
Wants a short explanation firstopen docs/for-beginners.md
Wants deeper onboardingopen docs/getting-started.md
Wants the English repository overviewopen README.md
Wants the Chinese repository overviewopen README.zh-CN.md

Visibility Strategy

Always keep the workflow in this order:

StageGoal
Query designturn product truth into scenario matrix, three-layer keywords, and Query Pool seeds
Monitoringscore mention, positive mention, capability accuracy, and ecosystem accuracy
Placementmap each target model to likely datasource channels and publication surfaces
Repairclassify bad answers into information error, negative evaluation, outdated information, or competitor insertion
Activationanalyze whether answers help a user install, integrate, or invoke the product
Regressioncompare follow-up runs and check whether metrics improved after action

Mode Selection

Choose the execution mode before running monitoring.

ModeUse whenTypical inputs
Quickstart replayuser wants the fastest first run without API setupsample model config + sample manual responses
Manual paste modeuser already has copied answers from chat toolsQuery Pool + manual response JSON
API collection modeuser wants repeatable real monitoringQuery Pool + model config + locally configured provider env vars

Input Contract

Prepare as many of the following as possible before execution.

InputExamples
Product truthREADME, docs, changelog, integrations, positioning
Answer evidenceraw answers, screenshots, copied responses, cited links
Monitoring scopemodels, languages, regions, dates, repeated query set
Publishing targetsdocs, blog, GitHub, Q&A, partner channels

Workflow Router

Choose the next sub-skill according to the user's immediate need.

SituationNext Skill
Need query design and scenario clusteringvisibility-query-matrix
Need weekly monitoring, evidence logging, report output, or shell execution after explicit user approvalvisibility-monitor
Need pre-publish content QAvisibility-content-check
Need to repair bad answers and define regression checksvisibility-repair

Required Reading Order

For a full program, read these repository documents in sequence:

  1. playbooks/visibility-workflow-architecture.md
  2. playbooks/keyword-strategy.md
  3. playbooks/monitoring-system.md
  4. playbooks/model-datasources.md
  5. playbooks/content-platform-map.md
  6. playbooks/negative-fix-sop.md

Output Contract

Always preserve the following outputs.

OutputDescription
Query foundationscenario matrix, keyword layers, Query Pool
Monitoring outputsraw evidence, score draft, summary, report, leaderboard or overview
Action plancontent placement priorities and repair backlog
Regression recordT+7 and T+14 comparisons after key fixes

Positioning

DevTool Answer Monitor is the skill layer for the devtool-answer-monitor repo.

  • Use the repo when you want runnable demos, scripts, and report artifacts.
  • Use the skill when you want an agent-guided workflow for monitoring, repair, and regression planning.

Handoff Rules

At the end of each run, preserve:

  1. which product was optimized;
  2. which models and languages were in scope;
  3. which queries are reused in weekly tracking;
  4. what the top three visibility weaknesses are;
  5. what actions are already completed and what still needs validation.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.26%
按下载量换算8,617

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills