← Back to Skills Marketplace
ryudi84

RPG Quest Master — Daily Quests for Real Life

by ryudi84 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
466
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install sovereign-quest-master
Description
Generate daily and weekly RPG-style quests tailored to your goals, tracking progress and adjusting difficulty based on completion to boost productivity and s...
Usage Guidance
Before installing, ask the skill author to clarify these points: (1) Where are user goals and quest lists stored? If the skill expects config/goals.json, insist they declare that config path or change instructions to use the agent's memory API. (2) What is the 'XP Engine'? Is it an internal component, a separate service, or a library that will be installed? Provide concrete implementation details. (3) Does the skill ever read arbitrary files or only its own dedicated storage location? Require that it only use a single dedicated folder (and have that path declared). (4) Will any data be transmitted externally? If so, which endpoints and what authentication is used? (5) How is scheduled 'every morning' execution performed — does it require background jobs, and what permissions are needed? If the author cannot provide clear answers and explicit declarations (config paths, storage behavior, any external endpoints), treat the skill as risky: test it in a sandboxed environment and do not grant filesystem or network permissions to your agent until those details are resolved.
Capability Analysis
Type: OpenClaw Skill Name: sovereign-quest-master Version: 1.0.0 The skill bundle contains standard metadata and a `SKILL.md` file outlining instructions for an AI agent to act as a 'Quest Master'. The instructions are focused on generating and managing quests based on player goals and stats. The only file access instruction is to read `config/goals.json`, which is a legitimate configuration file for the skill's stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts designed to subvert the agent for harmful purposes. The content is entirely aligned with the described functionality.
Capability Assessment
Purpose & Capability
The name/description (generate and track RPG-style quests) is plausible, but SKILL.md explicitly references reading the player's configured goals from config/goals.json, updating quest lists, and 'passing to the XP Engine'. The registry metadata declares no config paths, binaries, or credentials. That mismatch (explicit file paths and an external engine vs no declared storage/requirements) is incoherent: a legitimate implementation should declare where it reads/writes data or rely on agent memory and not hard-code an undeclared filesystem path.
Instruction Scope
Instructions instruct the agent to parse natural-language user reports, match them to quests, create ad-hoc XP awards, update quest lists, and run adaptive-difficulty logic. They also reference a specific file path (config/goals.json) and an undefined component ('XP Engine'). These steps imply filesystem I/O and persistent state, scheduling ('Every morning'), and possibly cross-component calls — none of which are explained or constrained. The instructions are therefore ambiguous and grant broad discretion to the agent.
Install Mechanism
No install spec and no code files — this is instruction-only, which is the lowest installer risk. Nothing will be downloaded or written by an installer step as provided.
Credentials
The skill declares no required environment variables or credentials, which is appropriate for a local quest generator. However, the SKILL.md's reference to a concrete config path (config/goals.json) and an external 'XP Engine' suggests it expects access to storage or services that are not declared. That lack of declared permissions or storage location is a proportionality/clarity issue to resolve.
Persistence & Privilege
The runtime instructions assume persistent storage (updating quest lists, tracking completion rates, scheduled daily generation) but the skill does not declare any config paths or explain where data is stored. While the skill is not marked always:true, the implied need to read/write files or long-lived state is a privilege that should be explicitly documented; as-is it's unclear what the agent will try to access or modify.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sovereign-quest-master
  3. After installation, invoke the skill by name or use /sovereign-quest-master
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the Quest Master Skill. - Automatically generates daily main and side quests tailored to player goals and stats. - Supports weekly "boss fights" that break big goals into multi-phase challenges with bonus rewards. - Adapts quest difficulty based on player performance and stat progress. - Parses natural language reports to process quest completions and XP awards. - Ensures quest variety and includes both easy wins and stretch challenges.
Metadata
Slug sovereign-quest-master
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is RPG Quest Master — Daily Quests for Real Life?

Generate daily and weekly RPG-style quests tailored to your goals, tracking progress and adjusting difficulty based on completion to boost productivity and s... It is an AI Agent Skill for Claude Code / OpenClaw, with 466 downloads so far.

How do I install RPG Quest Master — Daily Quests for Real Life?

Run "/install sovereign-quest-master" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is RPG Quest Master — Daily Quests for Real Life free?

Yes, RPG Quest Master — Daily Quests for Real Life is completely free (open-source). You can download, install and use it at no cost.

Which platforms does RPG Quest Master — Daily Quests for Real Life support?

RPG Quest Master — Daily Quests for Real Life is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created RPG Quest Master — Daily Quests for Real Life?

It is built and maintained by ryudi84 (@ryudi84); the current version is v1.0.0.

💬 Comments