openclaw 网盘下载
OpenClaw

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

首页 > 技能库 > Reasoning Answer

Provides detailed reasoning-based answers using user language by default, including properly formatted clickable citation footnotes when referencing sources.

媒体与内容

许可证:MIT-0

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

版本:v0.1.0

统计:⭐ 0 · 518 · 4 current installs · 4 all-time installs

0

安装量(当前) 4

🛡 VirusTotal :良性 · OpenClaw :良性

Package:alvinecarn/reasoning-answer

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

This instruction-only skill is internally consistent with its stated purpose (producing reasoning answers with numbered clickable citations) and requests no installs, secrets, or elevated privileges.

目的

Name/description match the content of SKILL.md: instructions focus on producing reasoning-style answers and formatted citations; no unrelated credentials, binaries, or installs are requested.

说明范围

Runtime instructions are narrowly scoped to language, date template variables, and citation formatting; they do not request reading files, environment variables, or transmitting data to unexpected endpoints.

安装机制

No install spec and no code files — the skill is instruction-only, so nothing is written to disk or fetched during install.

证书

The skill requires no environment variables, credentials, or config paths; requested template variables are reasonable for runtime substitution.

持久

always is false and default agent invocation is allowed (normal). The skill does not request persistent/system-wide changes or access to other skills' configs.

综合结论

This skill is instruction-only and asks for no credentials or installs, so it appears safe from a permissions perspective. Before installing, consider: (1) whether your agent/runtime supports the exact clickable footnote format ([[1]](URL)) the skill mandates, since that affects output rendering; (2) template variables like $DATE must be substituted correctly by your environment; and (3) if the agent will fetch web search results to populate c…

安装(复制给龙虾 AI)

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

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Reasoning Answer」。简介:Provides detailed reasoning-based answers using user language by default, inclu…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/alvinecarn/reasoning-answer/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: reasoning-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...
---

# Reasoning Answer

## Overview

This skill provides specialized capabilities for reasoning 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, ensure citation numbers are sequential starting from [1].


## Usage Notes

- This skill is based on the Reasoning_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