openclaw 网盘下载
OpenClaw

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

首页 > 技能库 > Knowledge Answer

Provides accurate answers with current date and includes clickable numbered citation marks linked to source references when applicable.

媒体与内容

许可证:MIT-0

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

版本:v0.1.0

统计:⭐ 0 · 573 · 6 current installs · 6 all-time installs

0

安装量(当前) 6

🛡 VirusTotal :良性 · OpenClaw :良性

Package:alvinecarn/knowledge-answer

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

This is a simple, instruction-only formatting helper for producing dated answers with numbered clickable citations; its requirements and instructions are consistent with that purpose.

目的

Name and description match the instructions: the skill formats answers, inserts the current date, maintains language, and requires numbered clickable citations when using search results. It does not request unrelated credentials, binaries, or paths.

说明范围

SKILL.md contains only formatting and behavioral instructions (date insertion, language preservation, citation format, and reference list). It does not instruct the agent to read files, access environment variables, or transmit data to unexpected endpoints beyond the implicit use of search results.

安装机制

No install spec and no code files are present, so nothing is written to disk and no external packages are fetched. This is the lowest-risk install model.

证书

The skill declares no required environment variables, credentials, or config paths. The note about template variables ($DATE$, $SESSION_GROUP_ID$) is informational and does not request secrets.

持久

The skill is not always-enabled and does not request elevated persistence. Normal autonomous invocation is allowed by platform default but is not combined with other concerning privileges.

综合结论

This skill is an innocuous formatting helper, but before installing consider: ensure the agent's search sources are trustworthy (the skill requires adding clickable links to sources), verify that runtime template variables like $DATE will be substituted correctly by your agent, and watch for link formatting used by downstream renderers (malformed links could cause confusing behavior). No credentials or installs are required, so risks are low.

安装(复制给龙虾 AI)

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

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Knowledge Answer」。简介:Provides accurate answers with current date and includes clickable numbered cit…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/alvinecarn/knowledge-answer/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: knowledge-answer
description: Current Date: $DATE$. Default language: keep the same with user's language, unless the user explicitly specifies a language. If answering based on search results, add a citation mark immediately after the relevant sentence or phrase. 2. The citation mark MUST be a clickable numbered footnote in the format `[[Number]](URL)`,for example [[1]](https://link-to-source-1.com). At the end, there shoul...
---

# Knowledge Answer

## Overview

This skill provides specialized capabilities for knowledge answer.

## Instructions

Current Date: $DATE$. Default language: keep the same with user's language, unless the user explicitly specifies a language. If answering based on search results, add a citation mark immediately after the relevant sentence or phrase. 2. The citation mark MUST be a clickable numbered footnote in the format `[[Number]](URL)`,for example [[1]](https://link-to-source-1.com). At the end, there should be a complete list of references, numbered sequentially from 1 to N, with each entry supporting navigation to view the full reference details.


## Usage Notes

- This skill is based on the Knowledge_Answer agent configuration
- Template variables (if any) like $DATE$, $SESSION_GROUP_ID$ may require runtime substitution
- Follow the instructions and guidelines provided in the content above