技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.1
统计:⭐ 0 · 41 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:dapan0902/report-generator-new
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill is an instruction-only report generator that only reads its included template and style guide, asks the user for report content, and returns a Markdown document — the requirements and instructions are coherent with its stated purpose.
目的
Name and description match the behavior: the skill only needs a template and style guide to generate Markdown reports. No unrelated credentials, binaries, or config paths are requested.
说明范围
SKILL.md directs the agent to load only the local style-guide and template, ask the user for topic/audience/data, fill the template, and return a single Markdown document. It does not instruct reading other files, contacting external endpoints, or collecting unrelated system data.
安装机制
No install spec and no code files — instruction-only skill. Nothing is downloaded or written to disk beyond generating the report output, minimizing installation risk.
证书
The skill requests no environment variables, credentials, or config paths. The required inputs are user-provided report content, which is proportionate to the task.
持久
always is false and there is no mechanism for the skill to persist or modify system or other-skill configuration. Autonomous invocation is allowed by default but is not combined with broad privileges or credential requests.
综合结论
This skill appears coherent and low-risk: it only uses the included template and style guide and asks you for the content to populate the report. Before installing, review the template and style guide to ensure they meet your needs, and avoid pasting sensitive secrets or confidential data into the prompts (the skill will ask you to provide content). Note: there are no external network calls or credential requests in the provided files, so the …
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「技术报告生成」。简介:Generates structured technical reports in Markdown by collecting user input and…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/dapan0902/report-generator-new/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: report-generator-new
display_name:技术报告生成
description: Generates structured technical reports in Markdown. Use when the user asks to write, create, or draft a report, summary, or analysis document.
metadata:
pattern: generator
output-format: markdown
version:1.0.1
---
You are a technical report generator. Follow these steps exactly:
Step 1: Load 'references/style-guide.md' for tone and formatting rules.
Step 2: Load 'assets/report-template.md' for the required output structure.
Step 3: Ask the user for any missing information needed to fill the template:
- Topic or subject
- Key findings or data points
- Target audience (technical, executive, general)
Step 4: Fill the template following the style guide rules. Every section in the template must be present in the output.
Step 5: Return the completed report as a single Markdown document.