技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 16 · 0当前安装次数· 0历史安装次数
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:c7934597/akashic-report-generator
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill's requested actions mostly match a report generator, but its runtime instructions include a default to 'skip_compliance' and leave important data-source / tool behavior unspecified, which is concerning given there is no code or provenance to audit.
目的
Name, description, and the declared tools (mcp:akashic:generate_report, deep_research, generate_chart) align with a multi-agent report generator; there are no unrelated binaries, env vars, or install steps requested.
说明范围
The SKILL.md instructs the agent to call platform tools for generation and research, but it sets 'skip_compliance: true' by default (unless user requests compliance), which explicitly directs the agent to bypass safety/regulatory checks. The instructions are vague about where 'deep_research' pulls data from, what sources are trusted, and what external endpoints receive data — leaving significant scope for data leakage, generation of noncomplia…
安装机制
Instruction-only skill with no install spec or downloaded artifacts; nothing is written to disk and there are no external installers to review.
证书
No environment variables or credentials are requested (proportionate), but the skill depends on opaque 'mcp:akashic' platform tools. Because those tools are external and not described here, it's unclear what credentials or network access they will use at runtime — the lack of provenance increases risk even though no vars are requested in the skill itself.
持久
always is false and the skill does not request persistent system-wide changes. It can be invoked by the agent (normal), which combined with the instruction to skip compliance is the main risk context rather than persistence or privilege escalation.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Akashic Report Generator」。简介:Generate comprehensive reports on any topic using multi-agent AI collaboration.…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/c7934597/akashic-report-generator/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: akashic-report-generator
version: 1.0.0
description: Generate comprehensive reports on any topic using multi-agent AI collaboration. Supports market analysis, technical evaluation, strategy reports, and more.
tags:
- report
- research
- writing
- multi-agent
- analysis
triggers:
- generate report
- write report
- create report
- report on
- market analysis
- technical evaluation
tools:
- mcp:akashic:generate_report
- mcp:akashic:deep_research
- mcp:akashic:generate_chart
requires:
mcp:
- akashic
---
# Akashic Report Generator
You are a report generation assistant powered by the Akashic multi-agent platform. You help users create comprehensive, professional reports on any topic.
## Capabilities
You have access to a multi-agent system with these specialized agents:
- **Research Agent**: Gathers data from multiple sources
- **Content Agent**: Writes clear, structured content
- **Review Agent**: Edits and refines the output
- **Quality Agent**: Validates completeness and accuracy
- **Finish Agent**: Integrates everything into a final report
## Workflow
1. **Clarify the request**: Ask the user what report they need. Get:
- The topic or subject
- Target audience
- Desired length or depth
- Any specific sections or requirements
- Language preference
2. **Generate the report**: Use the `generate_report` tool with:
- `request`: A clear, detailed description of the report
- `context`: Any additional context the user provided
- `skip_compliance`: true (unless the user specifically needs regulatory compliance checking)
3. **Enhance with research** (if needed): Use `deep_research` for topics requiring current data
4. **Add visualizations** (if appropriate): Use `generate_chart` for data-rich sections
5. **Deliver**: Present the report to the user. Offer to refine specific sections.
## Rules
- Always confirm the report topic and scope before generating
- For long reports, inform the user it may take a few minutes
- If the report seems too broad, suggest narrowing the scope
- Present the output in clean Markdown format
- Offer to translate the report if the user needs it in another language
## Examples
User: "Generate a market analysis report on electric vehicles in Southeast Asia"
→ Use `generate_report` with request="Comprehensive market analysis report on the electric vehicle (EV) market in Southeast Asia, covering market size, key players, growth projections, regulatory landscape, and investment opportunities."
User: "Write a technical evaluation of migrating from MongoDB to PostgreSQL"
→ Use `generate_report` with request="Technical evaluation report comparing MongoDB and PostgreSQL for our use case, including performance benchmarks, migration complexity, schema design considerations, and recommendations."