← Back to Skills Marketplace
Report Generator Adarsh
by
Adarsh More
· GitHub ↗
· v1.0.0
294
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install report-generator-adarsh
Description
Generates a structured marketing audit report from aggregated data using a single GPT-4.1-mini API call with six predefined sections.
Usage Guidance
Do not install yet. Ask the publisher to correct the registry metadata to declare OPENAI_API_KEY as a required env var (and set primary credential), and to provide source/homepage or code so you can review where logs and fallback reports are stored. Confirm where token-usage and error logs are written and who can access them. Ensure the AuditData does not contain sensitive or personally identifiable information before sending it to OpenAI, or add redaction. If you cannot get these clarifications and a source repository, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill
Name: report-generator-adarsh
Version: 1.0.0
The skill bundle contains metadata and documentation for a marketing report generator that utilizes the OpenAI API. The instructions in SKILL.md define a standard data transformation process (JSON to Markdown) with clear schemas and error handling, showing no signs of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
The declared purpose (single GPT-4.1-mini call to produce a marketing audit) matches the SKILL.md implementation pattern, but the registry metadata lists no required environment variables or primary credential while SKILL.md explicitly lists OPENAI_API_KEY as the auth dependency — that's an incoherence in declared requirements.
Instruction Scope
SKILL.md is instruction-only and limited to: one system prompt, one user message with AuditData JSON, a single OpenAI call, parsing markdown, and returning a fallback if the API fails. It does not instruct reading system files or paths. However, it calls for token-usage and error logging with unspecified storage/targets and mentions a 'competitor collector fallback' (other modules) which are not included — these areas are underspecified and could expand scope at runtime.
Install Mechanism
There is no install spec and no code files; being instruction-only is low-risk from an installation perspective.
Credentials
The skill requires an OpenAI API key (OPENAI_API_KEY) per SKILL.md but the registry lists no required env vars or primary credential. Requiring a secret API key is expected for this functionality, but it must be declared explicitly in metadata. Also, the SKILL.md states raw AuditData is sent to OpenAI; if that data contains PII or sensitive info, the credential and data exfiltration risk should be clearly documented.
Persistence & Privilege
always:false and no install actions mean the skill does not request persistent system privileges. Autonomous invocation is allowed (default) but is not combined with other high-risk indicators here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install report-generator-adarsh - After installation, invoke the skill by name or use
/report-generator-adarsh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Report Generator Skill.
- Transforms aggregated marketing data into a structured, professional audit report using a single GPT-4.1-mini API call.
- Strictly enforces use of only one AI call per audit.
- Input: comprehensive marketing data; Output: detailed markdown report, including raw data.
- Robust error handling with fallback report and complete logging for API failures or missing keys.
Metadata
Frequently Asked Questions
What is Report Generator Adarsh?
Generates a structured marketing audit report from aggregated data using a single GPT-4.1-mini API call with six predefined sections. It is an AI Agent Skill for Claude Code / OpenClaw, with 294 downloads so far.
How do I install Report Generator Adarsh?
Run "/install report-generator-adarsh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Report Generator Adarsh free?
Yes, Report Generator Adarsh is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Report Generator Adarsh support?
Report Generator Adarsh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Report Generator Adarsh?
It is built and maintained by Adarsh More (@adarshvmore); the current version is v1.0.0.
More Skills